@microsoft/msgraph-sdk 1.0.0-preview.17 → 1.0.0-preview.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/models/index.d.ts CHANGED
@@ -847,7 +847,7 @@ export interface AccessPackageResourceCollectionResponse extends BaseCollectionP
847
847
  }
848
848
  export interface AccessPackageResourceEnvironment extends Entity, Parsable {
849
849
  /**
850
- * The connectionInfo property
850
+ * Connection information of an environment used to connect to a resource.
851
851
  */
852
852
  connectionInfo?: ConnectionInfo;
853
853
  /**
@@ -1824,6 +1824,10 @@ export interface Admin extends AdditionalDataHolder, BackedModel, Parsable {
1824
1824
  * A container for Microsoft Edge resources. Read-only.
1825
1825
  */
1826
1826
  edge?: Edge;
1827
+ /**
1828
+ * A container for the Microsoft 365 apps admin functionality.
1829
+ */
1830
+ microsoft365Apps?: AdminMicrosoft365Apps;
1827
1831
  /**
1828
1832
  * The OdataType property
1829
1833
  */
@@ -1899,6 +1903,12 @@ export interface AdministrativeUnitCollectionResponse extends BaseCollectionPagi
1899
1903
  */
1900
1904
  value?: AdministrativeUnit[];
1901
1905
  }
1906
+ export interface AdminMicrosoft365Apps extends Entity, Parsable {
1907
+ /**
1908
+ * A container for tenant-level settings for Microsoft 365 applications.
1909
+ */
1910
+ installationOptions?: M365AppsInstallationOptions;
1911
+ }
1902
1912
  export type AdvancedConfigState = (typeof AdvancedConfigStateObject)[keyof typeof AdvancedConfigStateObject];
1903
1913
  export interface AggregationOption extends AdditionalDataHolder, BackedModel, Parsable {
1904
1914
  /**
@@ -1914,7 +1924,7 @@ export interface AggregationOption extends AdditionalDataHolder, BackedModel, Pa
1914
1924
  */
1915
1925
  bucketDefinition?: BucketAggregationDefinition;
1916
1926
  /**
1917
- * Computes aggregation on the field while the field exists in current entity type. Required.
1927
+ * Computes aggregation on the field while the field exists in the current entity type. Required.
1918
1928
  */
1919
1929
  field?: string;
1920
1930
  /**
@@ -1922,7 +1932,7 @@ export interface AggregationOption extends AdditionalDataHolder, BackedModel, Pa
1922
1932
  */
1923
1933
  odataType?: string;
1924
1934
  /**
1925
- * The number of searchBucket resources to be returned. This isn't required when the range is provided manually in the search request. Optional.
1935
+ * The number of searchBucket resources to be returned. This isn't required when the range is provided manually in the search request. The minimum accepted size is 1, and the maximum is 65535. Optional.
1926
1936
  */
1927
1937
  size?: number;
1928
1938
  }
@@ -3456,7 +3466,7 @@ export interface ApplePushNotificationCertificate extends Entity, Parsable {
3456
3466
  }
3457
3467
  export interface Application extends DirectoryObject, Parsable {
3458
3468
  /**
3459
- * Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams may set the addIns property for its 'FileHandler' functionality. This will let services like Office 365 call the application in the context of a document the user is working on.
3469
+ * Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams can set the addIns property for its 'FileHandler' functionality. This lets services like Microsoft 365 call the application in the context of a document the user is working on.
3460
3470
  */
3461
3471
  addIns?: AddIn[];
3462
3472
  /**
@@ -3468,7 +3478,7 @@ export interface Application extends DirectoryObject, Parsable {
3468
3478
  */
3469
3479
  appId?: string;
3470
3480
  /**
3471
- * Unique identifier of the applicationTemplate. Supports $filter (eq, not, ne).
3481
+ * Unique identifier of the applicationTemplate. Supports $filter (eq, not, ne). Read-only. null if the app wasn't created from an application template.
3472
3482
  */
3473
3483
  applicationTemplateId?: string;
3474
3484
  /**
@@ -3496,11 +3506,11 @@ export interface Application extends DirectoryObject, Parsable {
3496
3506
  */
3497
3507
  defaultRedirectUri?: string;
3498
3508
  /**
3499
- * Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
3509
+ * Free text field to provide a description of the application object to end users. The maximum allowed size is 1,024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
3500
3510
  */
3501
3511
  description?: string;
3502
3512
  /**
3503
- * Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
3513
+ * Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
3504
3514
  */
3505
3515
  disabledByMicrosoftStatus?: string;
3506
3516
  /**
@@ -3524,7 +3534,7 @@ export interface Application extends DirectoryObject, Parsable {
3524
3534
  */
3525
3535
  homeRealmDiscoveryPolicies?: HomeRealmDiscoveryPolicy[];
3526
3536
  /**
3527
- * Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you'll reference in your API's code, and it must be globally unique. You can use the default value provided, which is in the form api://<application-client-id>, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).
3537
+ * Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API's code, and it must be globally unique. You can use the default value provided, which is in the form api://<application-client-id>, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).
3528
3538
  */
3529
3539
  identifierUris?: string[];
3530
3540
  /**
@@ -3536,7 +3546,7 @@ export interface Application extends DirectoryObject, Parsable {
3536
3546
  */
3537
3547
  isDeviceOnlyAuthSupported?: boolean;
3538
3548
  /**
3539
- * Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID cannot determine the client application type. For example, the ROPC flow where it is configured without specifying a redirect URI. In those cases Microsoft Entra ID interprets the application type based on the value of this property.
3549
+ * Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. For example, the ROPC flow where it's configured without specifying a redirect URI. In those cases, Microsoft Entra ID interprets the application type based on the value of this property.
3540
3550
  */
3541
3551
  isFallbackPublicClient?: boolean;
3542
3552
  /**
@@ -3596,11 +3606,11 @@ export interface Application extends DirectoryObject, Parsable {
3596
3606
  */
3597
3607
  serviceManagementReference?: string;
3598
3608
  /**
3599
- * Specifies whether sensitive properties of a multi-tenant application should be locked for editing after the application is provisioned in a tenant. Nullable. null by default.
3609
+ * Specifies whether sensitive properties of a multitenant application should be locked for editing after the application is provisioned in a tenant. Nullable. null by default.
3600
3610
  */
3601
3611
  servicePrincipalLockConfiguration?: ServicePrincipalLockConfiguration;
3602
3612
  /**
3603
- * Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).
3613
+ * Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you might need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).
3604
3614
  */
3605
3615
  signInAudience?: string;
3606
3616
  /**
@@ -4050,6 +4060,59 @@ export interface AppScope extends Entity, Parsable {
4050
4060
  */
4051
4061
  type?: string;
4052
4062
  }
4063
+ export interface AppsInstallationOptionsForMac extends AdditionalDataHolder, BackedModel, Parsable {
4064
+ /**
4065
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
4066
+ */
4067
+ additionalData?: Record<string, unknown>;
4068
+ /**
4069
+ * Stores model information.
4070
+ */
4071
+ backingStoreEnabled?: boolean;
4072
+ /**
4073
+ * Specifies whether users can install Microsoft 365 apps on their MAC devices. The default value is true.
4074
+ */
4075
+ isMicrosoft365AppsEnabled?: boolean;
4076
+ /**
4077
+ * Specifies whether users can install Skype for Business on their MAC devices running OS X El Capitan 10.11 or later. The default value is true.
4078
+ */
4079
+ isSkypeForBusinessEnabled?: boolean;
4080
+ /**
4081
+ * The OdataType property
4082
+ */
4083
+ odataType?: string;
4084
+ }
4085
+ export interface AppsInstallationOptionsForWindows extends AdditionalDataHolder, BackedModel, Parsable {
4086
+ /**
4087
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
4088
+ */
4089
+ additionalData?: Record<string, unknown>;
4090
+ /**
4091
+ * Stores model information.
4092
+ */
4093
+ backingStoreEnabled?: boolean;
4094
+ /**
4095
+ * Specifies whether users can install Microsoft 365 apps, including Skype for Business, on their Windows devices. The default value is true.
4096
+ */
4097
+ isMicrosoft365AppsEnabled?: boolean;
4098
+ /**
4099
+ * Specifies whether users can install Microsoft Project on their Windows devices. The default value is true.
4100
+ */
4101
+ isProjectEnabled?: boolean;
4102
+ /**
4103
+ * Specifies whether users can install Skype for Business (standalone) on their Windows devices. The default value is true.
4104
+ */
4105
+ isSkypeForBusinessEnabled?: boolean;
4106
+ /**
4107
+ * Specifies whether users can install Visio on their Windows devices. The default value is true.
4108
+ */
4109
+ isVisioEnabled?: boolean;
4110
+ /**
4111
+ * The OdataType property
4112
+ */
4113
+ odataType?: string;
4114
+ }
4115
+ export type AppsUpdateChannelType = (typeof AppsUpdateChannelTypeObject)[keyof typeof AppsUpdateChannelTypeObject];
4053
4116
  export interface ArchivedPrintJob extends AdditionalDataHolder, BackedModel, Parsable {
4054
4117
  /**
4055
4118
  * True if the job was acquired by a printer; false otherwise. Read-only.
@@ -8041,11 +8104,11 @@ export interface Chat extends Entity, Parsable {
8041
8104
  */
8042
8105
  installedApps?: TeamsAppInstallation[];
8043
8106
  /**
8044
- * Preview of the last message sent in the chat. Null if no messages have been sent in the chat. Currently, only the list chats operation supports this property.
8107
+ * Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.
8045
8108
  */
8046
8109
  lastMessagePreview?: ChatMessageInfo;
8047
8110
  /**
8048
- * Date and time at which the chat was renamed or list of members were last changed. Read-only.
8111
+ * Date and time at which the chat was renamed or the list of members was last changed. Read-only.
8049
8112
  */
8050
8113
  lastUpdatedDateTime?: Date;
8051
8114
  /**
@@ -8081,7 +8144,7 @@ export interface Chat extends Entity, Parsable {
8081
8144
  */
8082
8145
  topic?: string;
8083
8146
  /**
8084
- * Represents caller-specific information about the chat, such as last message read date and time. This property is populated only when the request is made in a delegated context.
8147
+ * Represents caller-specific information about the chat, such as the last message read date and time. This property is populated only when the request is made in a delegated context.
8085
8148
  */
8086
8149
  viewpoint?: ChatViewpoint;
8087
8150
  /**
@@ -8508,11 +8571,11 @@ export interface ChecklistItem extends Entity, Parsable {
8508
8571
  */
8509
8572
  createdDateTime?: Date;
8510
8573
  /**
8511
- * Field indicating the title of checklistItem.
8574
+ * Indicates the title of the checklistItem.
8512
8575
  */
8513
8576
  displayName?: string;
8514
8577
  /**
8515
- * State indicating whether the item is checked off or not.
8578
+ * State that indicates whether the item is checked off or not.
8516
8579
  */
8517
8580
  isChecked?: boolean;
8518
8581
  }
@@ -8598,19 +8661,19 @@ export interface CloudAppSecurityState extends AdditionalDataHolder, BackedModel
8598
8661
  }
8599
8662
  export interface CloudClipboardItem extends Entity, Parsable {
8600
8663
  /**
8601
- * The createdDateTime property
8664
+ * Set by the server. DateTime in UTC when the object was created on the server.
8602
8665
  */
8603
8666
  createdDateTime?: Date;
8604
8667
  /**
8605
- * The expirationDateTime property
8668
+ * Set by the server. DateTime in UTC when the object expires and after that the object is no longer available. The default and also maximum TTL is 12 hours after the creation, but it might change for performance optimization.
8606
8669
  */
8607
8670
  expirationDateTime?: Date;
8608
8671
  /**
8609
- * The lastModifiedDateTime property
8672
+ * Set by the server if not provided in the client's request. DateTime in UTC when the object was modified by the client.
8610
8673
  */
8611
8674
  lastModifiedDateTime?: Date;
8612
8675
  /**
8613
- * The payloads property
8676
+ * A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format.
8614
8677
  */
8615
8678
  payloads?: CloudClipboardItemPayload[];
8616
8679
  }
@@ -8630,11 +8693,11 @@ export interface CloudClipboardItemPayload extends AdditionalDataHolder, BackedM
8630
8693
  */
8631
8694
  backingStoreEnabled?: boolean;
8632
8695
  /**
8633
- * The content property
8696
+ * The formatName version of the value of a cloud clipboard encoded in base64.
8634
8697
  */
8635
8698
  content?: string;
8636
8699
  /**
8637
- * The formatName property
8700
+ * For a list of possible values see formatName values.
8638
8701
  */
8639
8702
  formatName?: string;
8640
8703
  /**
@@ -8644,7 +8707,7 @@ export interface CloudClipboardItemPayload extends AdditionalDataHolder, BackedM
8644
8707
  }
8645
8708
  export interface CloudClipboardRoot extends Entity, Parsable {
8646
8709
  /**
8647
- * The items property
8710
+ * Represents a collection of Cloud Clipboard items.
8648
8711
  */
8649
8712
  items?: CloudClipboardItem[];
8650
8713
  }
@@ -8678,6 +8741,64 @@ export interface CloudCommunications extends AdditionalDataHolder, BackedModel,
8678
8741
  */
8679
8742
  presences?: Presence[];
8680
8743
  }
8744
+ export interface CloudPC extends Entity, Parsable {
8745
+ /**
8746
+ * The Microsoft Entra device ID for the Cloud PC, also known as the Azure Active Directory (Azure AD) device ID, that consists of 32 characters in a GUID format. Generated on a VM joined to Microsoft Entra ID. Read-only.
8747
+ */
8748
+ aadDeviceId?: string;
8749
+ /**
8750
+ * The display name for the Cloud PC. Maximum length is 64 characters. Read-only. You can use the cloudPC: rename API to modify the Cloud PC name.
8751
+ */
8752
+ displayName?: string;
8753
+ /**
8754
+ * The date and time when the grace period ends and reprovisioning or deprovisioning happen. 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.
8755
+ */
8756
+ gracePeriodEndDateTime?: Date;
8757
+ /**
8758
+ * The name of the operating system image used for the Cloud PC. Maximum length is 50 characters. Only letters (A-Z, a-z), numbers (0-9), and special characters (-,,.) are allowed for this property. The property value can't begin or end with an underscore. Read-only.
8759
+ */
8760
+ imageDisplayName?: string;
8761
+ /**
8762
+ * 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. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
8763
+ */
8764
+ lastModifiedDateTime?: Date;
8765
+ /**
8766
+ * The Intune enrolled device ID for the Cloud PC that consists of 32 characters in a GUID format. The managedDeviceId property of Windows 365 Business Cloud PCs is always null as Windows 365 Business Cloud PCs aren't Intune-enrolled automatically by Windows 365. Read-only.
8767
+ */
8768
+ managedDeviceId?: string;
8769
+ /**
8770
+ * The Intune enrolled device name for the Cloud PC. The managedDeviceName property of Windows 365 Business Cloud PCs is always null as Windows 365 Business Cloud PCs aren't Intune-enrolled automatically by Windows 365. Read-only.
8771
+ */
8772
+ managedDeviceName?: string;
8773
+ /**
8774
+ * The on-premises connection that applied during the provisioning of Cloud PCs. Read-only.
8775
+ */
8776
+ onPremisesConnectionName?: string;
8777
+ /**
8778
+ * The provisioning policy ID for the Cloud PC that consists of 32 characters in a GUID format. A policy defines the type of Cloud PC the user wants to create. Read-only.
8779
+ */
8780
+ provisioningPolicyId?: string;
8781
+ /**
8782
+ * The provisioning policy that applied during the provisioning of Cloud PCs. Maximum length is 120 characters. Read-only.
8783
+ */
8784
+ provisioningPolicyName?: string;
8785
+ /**
8786
+ * The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.
8787
+ */
8788
+ provisioningType?: CloudPcProvisioningType;
8789
+ /**
8790
+ * The service plan ID for the Cloud PC that consists of 32 characters in a GUID format. For more information about service plans, see Product names and service plan identifiers for licensing. Read-only.
8791
+ */
8792
+ servicePlanId?: string;
8793
+ /**
8794
+ * The service plan name for the customer-facing Cloud PC entity. Read-only.
8795
+ */
8796
+ servicePlanName?: string;
8797
+ /**
8798
+ * The user principal name (UPN) of the user assigned to the Cloud PC. Maximum length is 113 characters. For more information on username policies, see Password policies and account restrictions in Microsoft Entra ID. Read-only.
8799
+ */
8800
+ userPrincipalName?: string;
8801
+ }
8681
8802
  export type CloudPcAuditActivityOperationType = (typeof CloudPcAuditActivityOperationTypeObject)[keyof typeof CloudPcAuditActivityOperationTypeObject];
8682
8803
  export type CloudPcAuditActivityResult = (typeof CloudPcAuditActivityResultObject)[keyof typeof CloudPcAuditActivityResultObject];
8683
8804
  export interface CloudPcAuditActor extends AdditionalDataHolder, BackedModel, Parsable {
@@ -8686,11 +8807,11 @@ export interface CloudPcAuditActor extends AdditionalDataHolder, BackedModel, Pa
8686
8807
  */
8687
8808
  additionalData?: Record<string, unknown>;
8688
8809
  /**
8689
- * The applicationDisplayName property
8810
+ * Name of the application.
8690
8811
  */
8691
8812
  applicationDisplayName?: string;
8692
8813
  /**
8693
- * The applicationId property
8814
+ * Microsoft Entra application ID.
8694
8815
  */
8695
8816
  applicationId?: string;
8696
8817
  /**
@@ -8698,7 +8819,7 @@ export interface CloudPcAuditActor extends AdditionalDataHolder, BackedModel, Pa
8698
8819
  */
8699
8820
  backingStoreEnabled?: boolean;
8700
8821
  /**
8701
- * The ipAddress property
8822
+ * IP address.
8702
8823
  */
8703
8824
  ipAddress?: string;
8704
8825
  /**
@@ -8706,42 +8827,42 @@ export interface CloudPcAuditActor extends AdditionalDataHolder, BackedModel, Pa
8706
8827
  */
8707
8828
  odataType?: string;
8708
8829
  /**
8709
- * The remoteTenantId property
8830
+ * The delegated partner tenant ID.
8710
8831
  */
8711
8832
  remoteTenantId?: string;
8712
8833
  /**
8713
- * The remoteUserId property
8834
+ * The delegated partner user ID.
8714
8835
  */
8715
8836
  remoteUserId?: string;
8716
8837
  /**
8717
- * The servicePrincipalName property
8838
+ * Service Principal Name (SPN).
8718
8839
  */
8719
8840
  servicePrincipalName?: string;
8720
8841
  /**
8721
- * The userId property
8842
+ * Microsoft Entra user ID.
8722
8843
  */
8723
8844
  userId?: string;
8724
8845
  /**
8725
- * The userPermissions property
8846
+ * List of user permissions and application permissions when the audit event was performed.
8726
8847
  */
8727
8848
  userPermissions?: string[];
8728
8849
  /**
8729
- * The userPrincipalName property
8850
+ * User Principal Name (UPN).
8730
8851
  */
8731
8852
  userPrincipalName?: string;
8732
8853
  /**
8733
- * The userRoleScopeTags property
8854
+ * List of role scope tags.
8734
8855
  */
8735
8856
  userRoleScopeTags?: CloudPcUserRoleScopeTagInfo[];
8736
8857
  }
8737
8858
  export type CloudPcAuditCategory = (typeof CloudPcAuditCategoryObject)[keyof typeof CloudPcAuditCategoryObject];
8738
8859
  export interface CloudPcAuditEvent extends Entity, Parsable {
8739
8860
  /**
8740
- * The activity property
8861
+ * The friendly name of the audit activity.
8741
8862
  */
8742
8863
  activity?: string;
8743
8864
  /**
8744
- * The activityDateTime property
8865
+ * The date time in UTC when the activity was performed. Read-only.
8745
8866
  */
8746
8867
  activityDateTime?: Date;
8747
8868
  /**
@@ -8753,7 +8874,7 @@ export interface CloudPcAuditEvent extends Entity, Parsable {
8753
8874
  */
8754
8875
  activityResult?: CloudPcAuditActivityResult;
8755
8876
  /**
8756
- * The activityType property
8877
+ * The type of activity that was performed. Read-only.
8757
8878
  */
8758
8879
  activityType?: string;
8759
8880
  /**
@@ -8765,19 +8886,19 @@ export interface CloudPcAuditEvent extends Entity, Parsable {
8765
8886
  */
8766
8887
  category?: CloudPcAuditCategory;
8767
8888
  /**
8768
- * The componentName property
8889
+ * The component name for the audit event. Read-only.
8769
8890
  */
8770
8891
  componentName?: string;
8771
8892
  /**
8772
- * The correlationId property
8893
+ * The client request ID that is used to correlate activity within the system. Read-only.
8773
8894
  */
8774
8895
  correlationId?: string;
8775
8896
  /**
8776
- * The displayName property
8897
+ * The display name for the audit event. Read-only.
8777
8898
  */
8778
8899
  displayName?: string;
8779
8900
  /**
8780
- * The resources property
8901
+ * The list of cloudPcAuditResource objects. Read-only.
8781
8902
  */
8782
8903
  resources?: CloudPcAuditResource[];
8783
8904
  }
@@ -8797,11 +8918,11 @@ export interface CloudPcAuditProperty extends AdditionalDataHolder, BackedModel,
8797
8918
  */
8798
8919
  backingStoreEnabled?: boolean;
8799
8920
  /**
8800
- * The displayName property
8921
+ * The display name for this property.
8801
8922
  */
8802
8923
  displayName?: string;
8803
8924
  /**
8804
- * The newValue property
8925
+ * The new value for this property.
8805
8926
  */
8806
8927
  newValue?: string;
8807
8928
  /**
@@ -8809,7 +8930,7 @@ export interface CloudPcAuditProperty extends AdditionalDataHolder, BackedModel,
8809
8930
  */
8810
8931
  odataType?: string;
8811
8932
  /**
8812
- * The oldValue property
8933
+ * The old value for this property.
8813
8934
  */
8814
8935
  oldValue?: string;
8815
8936
  }
@@ -8823,11 +8944,11 @@ export interface CloudPcAuditResource extends AdditionalDataHolder, BackedModel,
8823
8944
  */
8824
8945
  backingStoreEnabled?: boolean;
8825
8946
  /**
8826
- * The displayName property
8947
+ * The display name of the modified resource entity.
8827
8948
  */
8828
8949
  displayName?: string;
8829
8950
  /**
8830
- * The modifiedProperties property
8951
+ * The list of modified properties.
8831
8952
  */
8832
8953
  modifiedProperties?: CloudPcAuditProperty[];
8833
8954
  /**
@@ -8835,10 +8956,67 @@ export interface CloudPcAuditResource extends AdditionalDataHolder, BackedModel,
8835
8956
  */
8836
8957
  odataType?: string;
8837
8958
  /**
8838
- * The resourceId property
8959
+ * The unique identifier of the modified resource entity.
8839
8960
  */
8840
8961
  resourceId?: string;
8841
8962
  }
8963
+ export interface CloudPCCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
8964
+ /**
8965
+ * The value property
8966
+ */
8967
+ value?: CloudPC[];
8968
+ }
8969
+ export interface CloudPcDeviceImage extends Entity, Parsable {
8970
+ /**
8971
+ * The display name of the associated device image. The device image display name and the version are used to uniquely identify the Cloud PC device image. Read-only.
8972
+ */
8973
+ displayName?: string;
8974
+ /**
8975
+ * The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
8976
+ */
8977
+ errorCode?: CloudPcDeviceImageErrorCode;
8978
+ /**
8979
+ * The date when the image became unavailable. Read-only.
8980
+ */
8981
+ expirationDate?: DateOnly;
8982
+ /**
8983
+ * The data and time when the image was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
8984
+ */
8985
+ lastModifiedDateTime?: Date;
8986
+ /**
8987
+ * The operating system (OS) of the image. For example, Windows 10 Enterprise. Read-only.
8988
+ */
8989
+ operatingSystem?: string;
8990
+ /**
8991
+ * The OS build version of the image. For example, 1909. Read-only.
8992
+ */
8993
+ osBuildNumber?: string;
8994
+ /**
8995
+ * The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.
8996
+ */
8997
+ osStatus?: CloudPcDeviceImageOsStatus;
8998
+ /**
8999
+ * The unique identifier (ID) of the source image resource on Azure. The required ID format is: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}'. Read-only.
9000
+ */
9001
+ sourceImageResourceId?: string;
9002
+ /**
9003
+ * The status of the image on the Cloud PC. Possible values are: pending, ready, failed, unknownFutureValue. Read-only.
9004
+ */
9005
+ status?: CloudPcDeviceImageStatus;
9006
+ /**
9007
+ * The image version. For example, 0.0.1 and 1.5.13. Read-only.
9008
+ */
9009
+ version?: string;
9010
+ }
9011
+ export interface CloudPcDeviceImageCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
9012
+ /**
9013
+ * The value property
9014
+ */
9015
+ value?: CloudPcDeviceImage[];
9016
+ }
9017
+ export type CloudPcDeviceImageErrorCode = (typeof CloudPcDeviceImageErrorCodeObject)[keyof typeof CloudPcDeviceImageErrorCodeObject];
9018
+ export type CloudPcDeviceImageOsStatus = (typeof CloudPcDeviceImageOsStatusObject)[keyof typeof CloudPcDeviceImageOsStatusObject];
9019
+ export type CloudPcDeviceImageStatus = (typeof CloudPcDeviceImageStatusObject)[keyof typeof CloudPcDeviceImageStatusObject];
8842
9020
  export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, BackedModel, Parsable {
8843
9021
  /**
8844
9022
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -8849,7 +9027,7 @@ export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, Ba
8849
9027
  */
8850
9028
  backingStoreEnabled?: boolean;
8851
9029
  /**
8852
- * The domainJoinType property
9030
+ * Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.
8853
9031
  */
8854
9032
  domainJoinType?: CloudPcDomainJoinType;
8855
9033
  /**
@@ -8857,19 +9035,64 @@ export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, Ba
8857
9035
  */
8858
9036
  odataType?: string;
8859
9037
  /**
8860
- * The onPremisesConnectionId property
9038
+ * The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: Azure AD joined or Hybrid Microsoft Entra joined. If you enter an onPremisesConnectionId, leave the regionName property empty.
8861
9039
  */
8862
9040
  onPremisesConnectionId?: string;
8863
9041
  /**
8864
- * The regionGroup property
9042
+ * The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.
8865
9043
  */
8866
9044
  regionGroup?: CloudPcRegionGroup;
8867
9045
  /**
8868
- * The regionName property
9046
+ * The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.
8869
9047
  */
8870
9048
  regionName?: string;
8871
9049
  }
8872
9050
  export type CloudPcDomainJoinType = (typeof CloudPcDomainJoinTypeObject)[keyof typeof CloudPcDomainJoinTypeObject];
9051
+ export interface CloudPcGalleryImage extends Entity, Parsable {
9052
+ /**
9053
+ * The display name of this gallery image. For example, Windows 11 Enterprise + Microsoft 365 Apps 22H2. Read-only.
9054
+ */
9055
+ displayName?: string;
9056
+ /**
9057
+ * The date when the status of the image becomes supportedWithWarning. Users can still provision new Cloud PCs if the current time is later than endDate and earlier than expirationDate. For example, assume the endDate of a gallery image is 2023-9-14 and expirationDate is 2024-3-14, users are able to provision new Cloud PCs if today is 2023-10-01. Read-only.
9058
+ */
9059
+ endDate?: DateOnly;
9060
+ /**
9061
+ * The date when the image is no longer available. Users are unable to provision new Cloud PCs if the current time is later than expirationDate. The value is usually endDate plus six months. For example, if the startDate is 2025-10-14, the expirationDate is usually 2026-04-14. Read-only.
9062
+ */
9063
+ expirationDate?: DateOnly;
9064
+ /**
9065
+ * The offer name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only.
9066
+ */
9067
+ offerName?: string;
9068
+ /**
9069
+ * The publisher name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only.
9070
+ */
9071
+ publisherName?: string;
9072
+ /**
9073
+ * Indicates the size of this image in gigabytes. For example, 64. Read-only.
9074
+ */
9075
+ sizeInGB?: number;
9076
+ /**
9077
+ * The SKU name of this image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only.
9078
+ */
9079
+ skuName?: string;
9080
+ /**
9081
+ * The date when the Cloud PC image is available for provisioning new Cloud PCs. For example, 2022-09-20. Read-only.
9082
+ */
9083
+ startDate?: DateOnly;
9084
+ /**
9085
+ * The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.
9086
+ */
9087
+ status?: CloudPcGalleryImageStatus;
9088
+ }
9089
+ export interface CloudPcGalleryImageCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
9090
+ /**
9091
+ * The value property
9092
+ */
9093
+ value?: CloudPcGalleryImage[];
9094
+ }
9095
+ export type CloudPcGalleryImageStatus = (typeof CloudPcGalleryImageStatusObject)[keyof typeof CloudPcGalleryImageStatusObject];
8873
9096
  export interface CloudPcManagementAssignmentTarget extends AdditionalDataHolder, BackedModel, Parsable {
8874
9097
  /**
8875
9098
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -8886,57 +9109,204 @@ export interface CloudPcManagementAssignmentTarget extends AdditionalDataHolder,
8886
9109
  }
8887
9110
  export interface CloudPcManagementGroupAssignmentTarget extends CloudPcManagementAssignmentTarget, Parsable {
8888
9111
  /**
8889
- * The groupId property
9112
+ * The ID of the target group for the assignment.
8890
9113
  */
8891
9114
  groupId?: string;
8892
9115
  /**
8893
- * The servicePlanId property
9116
+ * The unique identifier for the service plan that indicates which size of the Cloud PC to provision for the user. Use a null value, when the provisioningType is dedicated.
8894
9117
  */
8895
9118
  servicePlanId?: string;
8896
9119
  }
9120
+ export interface CloudPcOnPremisesConnection extends Entity, Parsable {
9121
+ /**
9122
+ * The fully qualified domain name (FQDN) of the Active Directory domain you want to join. Maximum length is 255. Optional.
9123
+ */
9124
+ adDomainName?: string;
9125
+ /**
9126
+ * The password associated with the username of an Active Directory account (adDomainUsername).
9127
+ */
9128
+ adDomainPassword?: string;
9129
+ /**
9130
+ * The username of an Active Directory account (user or service account) that has permission to create computer objects in Active Directory. Required format: admin@contoso.com. Optional.
9131
+ */
9132
+ adDomainUsername?: string;
9133
+ /**
9134
+ * The interface URL of the partner service's resource that links to this Azure network connection. Returned only on $select.
9135
+ */
9136
+ alternateResourceUrl?: string;
9137
+ /**
9138
+ * Specifies how the provisioned Cloud PC joins to Microsoft Entra. It includes different types, one is Microsoft Entra ID join, which means there's no on-premises Active Directory (AD) in the current tenant, and the Cloud PC device is joined by Microsoft Entra. Another one is hybridAzureADJoin, which means there's also an on-premises Active Directory (AD) in the current tenant and the Cloud PC device joins to on-premises Active Directory (AD) and Microsoft Entra. The type also determines which types of users can be assigned and can sign into a Cloud PC. The azureADJoin type indicates that cloud-only and hybrid users can be assigned and signed into the Cloud PC. hybridAzureADJoin indicates only hybrid users can be assigned and signed into the Cloud PC. The default value is hybridAzureADJoin.
9139
+ */
9140
+ connectionType?: CloudPcOnPremisesConnectionType;
9141
+ /**
9142
+ * The display name for the Azure network connection.
9143
+ */
9144
+ displayName?: string;
9145
+ /**
9146
+ * The healthCheckStatus property
9147
+ */
9148
+ healthCheckStatus?: CloudPcOnPremisesConnectionStatus;
9149
+ /**
9150
+ * Indicates the results of health checks performed on the on-premises connection. Read-only. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only.
9151
+ */
9152
+ healthCheckStatusDetail?: CloudPcOnPremisesConnectionStatusDetail;
9153
+ /**
9154
+ * When true, the Azure network connection is in use. When false, the connection isn't in use. You can't delete a connection that’s in use. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only.
9155
+ */
9156
+ inUse?: boolean;
9157
+ /**
9158
+ * The organizational unit (OU) in which the computer account is created. If left null, the OU configured as the default (a well-known computer object container) in the tenant's Active Directory domain (OU) is used. Optional.
9159
+ */
9160
+ organizationalUnit?: string;
9161
+ /**
9162
+ * The unique identifier of the target resource group used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}'
9163
+ */
9164
+ resourceGroupId?: string;
9165
+ /**
9166
+ * The unique identifier of the target subnet used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}'
9167
+ */
9168
+ subnetId?: string;
9169
+ /**
9170
+ * The unique identifier of the Azure subscription associated with the tenant.
9171
+ */
9172
+ subscriptionId?: string;
9173
+ /**
9174
+ * The name of the Azure subscription is used to create an Azure network connection. Read-only.
9175
+ */
9176
+ subscriptionName?: string;
9177
+ /**
9178
+ * The unique identifier of the target virtual network used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}'
9179
+ */
9180
+ virtualNetworkId?: string;
9181
+ /**
9182
+ * Indicates the resource location of the target virtual network. For example, the location can be eastus2, westeurope, etc. Read-only (computed value).
9183
+ */
9184
+ virtualNetworkLocation?: string;
9185
+ }
9186
+ export interface CloudPcOnPremisesConnectionCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
9187
+ /**
9188
+ * The value property
9189
+ */
9190
+ value?: CloudPcOnPremisesConnection[];
9191
+ }
9192
+ export interface CloudPcOnPremisesConnectionHealthCheck extends AdditionalDataHolder, BackedModel, Parsable {
9193
+ /**
9194
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
9195
+ */
9196
+ additionalData?: Record<string, unknown>;
9197
+ /**
9198
+ * Additional details about the health check or the recommended action. For exmaple, the string value can be download.microsoft.com:443;software-download.microsoft.com:443; Read-only.
9199
+ */
9200
+ additionalDetail?: string;
9201
+ /**
9202
+ * Stores model information.
9203
+ */
9204
+ backingStoreEnabled?: boolean;
9205
+ /**
9206
+ * The unique identifier of the health check item-related activities. This identifier can be useful in troubleshooting.
9207
+ */
9208
+ correlationId?: string;
9209
+ /**
9210
+ * The display name for this health check item.
9211
+ */
9212
+ displayName?: string;
9213
+ /**
9214
+ * The value cannot be modified and is automatically populated when the health check ends. The Timestamp type represents date and time information using ISO 8601 format and is in Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2024 would look like this: '2024-01-01T00:00:00Z'. Returned by default. Read-only.
9215
+ */
9216
+ endDateTime?: Date;
9217
+ /**
9218
+ * The type of error that occurred during this health check. Possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.
9219
+ */
9220
+ errorType?: CloudPcOnPremisesConnectionHealthCheckErrorType;
9221
+ /**
9222
+ * The OdataType property
9223
+ */
9224
+ odataType?: string;
9225
+ /**
9226
+ * The recommended action to fix the corresponding error. For example, The Active Directory domain join check failed because the password of the domain join user has expired. Read-Only.
9227
+ */
9228
+ recommendedAction?: string;
9229
+ /**
9230
+ * The value cannot be modified and is automatically populated when the health check starts. The Timestamp type represents date and time information using ISO 8601 format and is in Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2024 would look like this: '2024-01-01T00:00:00Z'. Returned by default. Read-only.
9231
+ */
9232
+ startDateTime?: Date;
9233
+ /**
9234
+ * The status property
9235
+ */
9236
+ status?: CloudPcOnPremisesConnectionStatus;
9237
+ }
9238
+ export type CloudPcOnPremisesConnectionHealthCheckErrorType = (typeof CloudPcOnPremisesConnectionHealthCheckErrorTypeObject)[keyof typeof CloudPcOnPremisesConnectionHealthCheckErrorTypeObject];
9239
+ export type CloudPcOnPremisesConnectionStatus = (typeof CloudPcOnPremisesConnectionStatusObject)[keyof typeof CloudPcOnPremisesConnectionStatusObject];
9240
+ export interface CloudPcOnPremisesConnectionStatusDetail extends AdditionalDataHolder, BackedModel, Parsable {
9241
+ /**
9242
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
9243
+ */
9244
+ additionalData?: Record<string, unknown>;
9245
+ /**
9246
+ * Stores model information.
9247
+ */
9248
+ backingStoreEnabled?: boolean;
9249
+ /**
9250
+ * The end time of the connection health check. 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.
9251
+ */
9252
+ endDateTime?: Date;
9253
+ /**
9254
+ * A list of all checks that have been run on the connection. Read-Only.
9255
+ */
9256
+ healthChecks?: CloudPcOnPremisesConnectionHealthCheck[];
9257
+ /**
9258
+ * The OdataType property
9259
+ */
9260
+ odataType?: string;
9261
+ /**
9262
+ * The start time of the health check. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appear as 2014-01-01T00:00:00Z. Read-Only.
9263
+ */
9264
+ startDateTime?: Date;
9265
+ }
9266
+ export type CloudPcOnPremisesConnectionType = (typeof CloudPcOnPremisesConnectionTypeObject)[keyof typeof CloudPcOnPremisesConnectionTypeObject];
8897
9267
  export interface CloudPcProvisioningPolicy extends Entity, Parsable {
8898
9268
  /**
8899
- * The alternateResourceUrl property
9269
+ * The URL of the alternate resource that links to this provisioning policy. Read-only.
8900
9270
  */
8901
9271
  alternateResourceUrl?: string;
8902
9272
  /**
8903
- * The assignments property
9273
+ * A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
8904
9274
  */
8905
9275
  assignments?: CloudPcProvisioningPolicyAssignment[];
8906
9276
  /**
8907
- * The cloudPcGroupDisplayName property
9277
+ * The display name of the Cloud PC group that the Cloud PCs reside in. Read-only.
8908
9278
  */
8909
9279
  cloudPcGroupDisplayName?: string;
8910
9280
  /**
8911
- * The cloudPcNamingTemplate property
9281
+ * The template used to name Cloud PCs provisioned using this policy. The template can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, CPC-%USERNAME:4%-%RAND:5% means that the name of the Cloud PC starts with CPC-, followed by a four-character username, a - character, and then five random characters. The total length of the text generated by the template can't exceed 15 characters. Supports $filter, $select, and $orderby.
8912
9282
  */
8913
9283
  cloudPcNamingTemplate?: string;
8914
9284
  /**
8915
- * The description property
9285
+ * The provisioning policy description. Supports $filter, $select, and $orderBy.
8916
9286
  */
8917
9287
  description?: string;
8918
9288
  /**
8919
- * The displayName property
9289
+ * The display name for the provisioning policy.
8920
9290
  */
8921
9291
  displayName?: string;
8922
9292
  /**
8923
- * The domainJoinConfigurations property
9293
+ * Specifies a list ordered by priority on how Cloud PCs join Microsoft Entra ID (Azure AD). Supports $select.
8924
9294
  */
8925
9295
  domainJoinConfigurations?: CloudPcDomainJoinConfiguration[];
8926
9296
  /**
8927
- * The enableSingleSignOn property
9297
+ * True if the provisioned Cloud PC can be accessed by single sign-on. False indicates that the provisioned Cloud PC doesn't support this feature. The default value is false. Windows 365 users can use single sign-on to authenticate to Microsoft Entra ID with passwordless options (for example, FIDO keys) to access their Cloud PC. Optional.
8928
9298
  */
8929
9299
  enableSingleSignOn?: boolean;
8930
9300
  /**
8931
- * The gracePeriodInHours property
9301
+ * The number of hours to wait before reprovisioning/deprovisioning happens. Read-only.
8932
9302
  */
8933
9303
  gracePeriodInHours?: number;
8934
9304
  /**
8935
- * The imageDisplayName property
9305
+ * The display name of the operating system image that is used for provisioning. For example, Windows 11 Preview + Microsoft 365 Apps 23H2 23H2. Supports $filter, $select, and $orderBy.
8936
9306
  */
8937
9307
  imageDisplayName?: string;
8938
9308
  /**
8939
- * The imageId property
9309
+ * The unique identifier that represents an operating system image that is used for provisioning new Cloud PCs. The format for a gallery type image is: {publisherNameofferNameskuName}. Supported values for each of the parameters are:publisher: Microsoftwindowsdesktop offer: windows-ent-cpc sku: 21h1-ent-cpc-m365, 21h1-ent-cpc-os, 20h2-ent-cpc-m365, 20h2-ent-cpc-os, 20h1-ent-cpc-m365, 20h1-ent-cpc-os, 19h2-ent-cpc-m365, and 19h2-ent-cpc-os Supports $filter, $select, and $orderBy.
8940
9310
  */
8941
9311
  imageId?: string;
8942
9312
  /**
@@ -8944,29 +9314,29 @@ export interface CloudPcProvisioningPolicy extends Entity, Parsable {
8944
9314
  */
8945
9315
  imageType?: CloudPcProvisioningPolicyImageType;
8946
9316
  /**
8947
- * The localAdminEnabled property
9317
+ * When true, the local admin is enabled for Cloud PCs; false indicates that the local admin isn't enabled for Cloud PCs. The default value is false. Supports $filter, $select, and $orderBy.
8948
9318
  */
8949
9319
  localAdminEnabled?: boolean;
8950
9320
  /**
8951
- * The microsoftManagedDesktop property
9321
+ * The specific settings to microsoftManagedDesktop that enables Microsoft Managed Desktop customers to get device managed experience for Cloud PC. To enable microsoftManagedDesktop to provide more value, an admin needs to specify certain settings in it. Supports $filter, $select, and $orderBy.
8952
9322
  */
8953
9323
  microsoftManagedDesktop?: MicrosoftManagedDesktop;
8954
9324
  /**
8955
- * The provisioningType property
9325
+ * Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy was created. Possible values are: dedicated, shared, unknownFutureValue.
8956
9326
  */
8957
9327
  provisioningType?: CloudPcProvisioningType;
8958
9328
  /**
8959
- * The windowsSetting property
9329
+ * Indicates a specific Windows setting to configure during the creation of Cloud PCs for this provisioning policy. Supports $select.
8960
9330
  */
8961
9331
  windowsSetting?: CloudPcWindowsSetting;
8962
9332
  }
8963
9333
  export interface CloudPcProvisioningPolicyAssignment extends Entity, Parsable {
8964
9334
  /**
8965
- * The assignedUsers property
9335
+ * The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.
8966
9336
  */
8967
9337
  assignedUsers?: User[];
8968
9338
  /**
8969
- * The target property
9339
+ * The assignment target for the provisioning policy. Currently, the only target supported for this policy is a user group. For details, see cloudPcManagementGroupAssignmentTarget.
8970
9340
  */
8971
9341
  target?: CloudPcManagementAssignmentTarget;
8972
9342
  }
@@ -8996,7 +9366,7 @@ export interface CloudPcRestorePointSetting extends AdditionalDataHolder, Backed
8996
9366
  */
8997
9367
  backingStoreEnabled?: boolean;
8998
9368
  /**
8999
- * The frequencyType property
9369
+ * The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.
9000
9370
  */
9001
9371
  frequencyType?: CloudPcRestorePointFrequencyType;
9002
9372
  /**
@@ -9004,10 +9374,40 @@ export interface CloudPcRestorePointSetting extends AdditionalDataHolder, Backed
9004
9374
  */
9005
9375
  odataType?: string;
9006
9376
  /**
9007
- * The userRestoreEnabled property
9377
+ * If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users can't use snapshots to restore the Cloud PC.
9008
9378
  */
9009
9379
  userRestoreEnabled?: boolean;
9010
9380
  }
9381
+ export interface CloudPcSourceDeviceImage extends AdditionalDataHolder, BackedModel, Parsable {
9382
+ /**
9383
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
9384
+ */
9385
+ additionalData?: Record<string, unknown>;
9386
+ /**
9387
+ * Stores model information.
9388
+ */
9389
+ backingStoreEnabled?: boolean;
9390
+ /**
9391
+ * The display name for the source image. Read-only.
9392
+ */
9393
+ displayName?: string;
9394
+ /**
9395
+ * The OdataType property
9396
+ */
9397
+ odataType?: string;
9398
+ /**
9399
+ * The fully qualified unique identifier (ID) of the source image resource in Azure. The ID format is: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}'. Read-only.
9400
+ */
9401
+ resourceId?: string;
9402
+ /**
9403
+ * The display name of the subscription that hosts the source image. Read-only.
9404
+ */
9405
+ subscriptionDisplayName?: string;
9406
+ /**
9407
+ * The unique identifier (ID) of the subscription that hosts the source image. Read-only.
9408
+ */
9409
+ subscriptionId?: string;
9410
+ }
9011
9411
  export interface CloudPcUserRoleScopeTagInfo extends AdditionalDataHolder, BackedModel, Parsable {
9012
9412
  /**
9013
9413
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -9018,7 +9418,7 @@ export interface CloudPcUserRoleScopeTagInfo extends AdditionalDataHolder, Backe
9018
9418
  */
9019
9419
  backingStoreEnabled?: boolean;
9020
9420
  /**
9021
- * The displayName property
9421
+ * Scope tag display name.
9022
9422
  */
9023
9423
  displayName?: string;
9024
9424
  /**
@@ -9026,47 +9426,47 @@ export interface CloudPcUserRoleScopeTagInfo extends AdditionalDataHolder, Backe
9026
9426
  */
9027
9427
  odataType?: string;
9028
9428
  /**
9029
- * The roleScopeTagId property
9429
+ * Scope tag identity.
9030
9430
  */
9031
9431
  roleScopeTagId?: string;
9032
9432
  }
9033
9433
  export interface CloudPcUserSetting extends Entity, Parsable {
9034
9434
  /**
9035
- * The assignments property
9435
+ * Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.
9036
9436
  */
9037
9437
  assignments?: CloudPcUserSettingAssignment[];
9038
9438
  /**
9039
- * The createdDateTime property
9439
+ * The date and time when the setting was created. The timestamp type represents the date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
9040
9440
  */
9041
9441
  createdDateTime?: Date;
9042
9442
  /**
9043
- * The displayName property
9443
+ * The setting name displayed in the user interface.
9044
9444
  */
9045
9445
  displayName?: string;
9046
9446
  /**
9047
- * The lastModifiedDateTime property
9447
+ * The date and time when the setting was last modified. The timestamp type represents the date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
9048
9448
  */
9049
9449
  lastModifiedDateTime?: Date;
9050
9450
  /**
9051
- * The localAdminEnabled property
9451
+ * Indicates whether the local admin option is enabled. The default value is false. To enable the local admin option, change the setting to true. If the local admin option is enabled, the end user can be an admin of the Cloud PC device.
9052
9452
  */
9053
9453
  localAdminEnabled?: boolean;
9054
9454
  /**
9055
- * The resetEnabled property
9455
+ * Indicates whether an end user is allowed to reset their Cloud PC. When true, the user is allowed to reset their Cloud PC. When false, end-user initiated reset is not allowed. The default value is false.
9056
9456
  */
9057
9457
  resetEnabled?: boolean;
9058
9458
  /**
9059
- * The restorePointSetting property
9459
+ * Defines how frequently a restore point is created that is, a snapshot is taken) for users' provisioned Cloud PCs (default is 12 hours), and whether the user is allowed to restore their own Cloud PCs to a backup made at a specific point in time.
9060
9460
  */
9061
9461
  restorePointSetting?: CloudPcRestorePointSetting;
9062
9462
  }
9063
9463
  export interface CloudPcUserSettingAssignment extends Entity, Parsable {
9064
9464
  /**
9065
- * The createdDateTime property
9465
+ * The date and time when this assignment was created. The timestamp type represents the date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
9066
9466
  */
9067
9467
  createdDateTime?: Date;
9068
9468
  /**
9069
- * The target property
9469
+ * The assignment target for the user setting. Currently, the only target supported for this user setting is a user group. For details, see cloudPcManagementGroupAssignmentTarget.
9070
9470
  */
9071
9471
  target?: CloudPcManagementAssignmentTarget;
9072
9472
  }
@@ -9092,7 +9492,7 @@ export interface CloudPcWindowsSetting extends AdditionalDataHolder, BackedModel
9092
9492
  */
9093
9493
  backingStoreEnabled?: boolean;
9094
9494
  /**
9095
- * The locale property
9495
+ * The Windows language or region tag to use for language pack configuration and localization of the Cloud PC. The default value is en-US, which corresponds to English (United States).
9096
9496
  */
9097
9497
  locale?: string;
9098
9498
  /**
@@ -9532,11 +9932,11 @@ export interface ConditionalAccessApplications extends AdditionalDataHolder, Bac
9532
9932
  */
9533
9933
  backingStoreEnabled?: boolean;
9534
9934
  /**
9535
- * Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite
9935
+ * Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals
9536
9936
  */
9537
9937
  excludeApplications?: string[];
9538
9938
  /**
9539
- * Can be one of the following: The list of client IDs (appId) the policy applies to, unless explicitly excluded (in excludeApplications) All Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite
9939
+ * Can be one of the following: The list of client IDs (appId) the policy applies to, unless explicitly excluded (in excludeApplications) All Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals
9540
9940
  */
9541
9941
  includeApplications?: string[];
9542
9942
  /**
@@ -10204,27 +10604,27 @@ export interface Contact extends OutlookItem, Parsable {
10204
10604
  */
10205
10605
  homePhones?: string[];
10206
10606
  /**
10207
- * The imAddresses property
10607
+ * The contact's instant messaging (IM) addresses.
10208
10608
  */
10209
10609
  imAddresses?: string[];
10210
10610
  /**
10211
- * The initials property
10611
+ * The contact's initials.
10212
10612
  */
10213
10613
  initials?: string;
10214
10614
  /**
10215
- * The jobTitle property
10615
+ * The contact’s job title.
10216
10616
  */
10217
10617
  jobTitle?: string;
10218
10618
  /**
10219
- * The manager property
10619
+ * The name of the contact's manager.
10220
10620
  */
10221
10621
  manager?: string;
10222
10622
  /**
10223
- * The middleName property
10623
+ * The contact's middle name.
10224
10624
  */
10225
10625
  middleName?: string;
10226
10626
  /**
10227
- * The mobilePhone property
10627
+ * The contact's mobile phone number.
10228
10628
  */
10229
10629
  mobilePhone?: string;
10230
10630
  /**
@@ -10232,23 +10632,23 @@ export interface Contact extends OutlookItem, Parsable {
10232
10632
  */
10233
10633
  multiValueExtendedProperties?: MultiValueLegacyExtendedProperty[];
10234
10634
  /**
10235
- * The nickName property
10635
+ * The contact's nickname.
10236
10636
  */
10237
10637
  nickName?: string;
10238
10638
  /**
10239
- * The officeLocation property
10639
+ * The location of the contact's office.
10240
10640
  */
10241
10641
  officeLocation?: string;
10242
10642
  /**
10243
- * The otherAddress property
10643
+ * Other addresses for the contact.
10244
10644
  */
10245
10645
  otherAddress?: PhysicalAddress;
10246
10646
  /**
10247
- * The parentFolderId property
10647
+ * The ID of the contact's parent folder.
10248
10648
  */
10249
10649
  parentFolderId?: string;
10250
10650
  /**
10251
- * The personalNotes property
10651
+ * The user's notes about the contact.
10252
10652
  */
10253
10653
  personalNotes?: string;
10254
10654
  /**
@@ -10256,7 +10656,7 @@ export interface Contact extends OutlookItem, Parsable {
10256
10656
  */
10257
10657
  photo?: ProfilePhoto;
10258
10658
  /**
10259
- * The profession property
10659
+ * The contact's profession.
10260
10660
  */
10261
10661
  profession?: string;
10262
10662
  /**
@@ -10264,27 +10664,27 @@ export interface Contact extends OutlookItem, Parsable {
10264
10664
  */
10265
10665
  singleValueExtendedProperties?: SingleValueLegacyExtendedProperty[];
10266
10666
  /**
10267
- * The spouseName property
10667
+ * The name of the contact's spouse/partner.
10268
10668
  */
10269
10669
  spouseName?: string;
10270
10670
  /**
10271
- * The surname property
10671
+ * The contact's surname.
10272
10672
  */
10273
10673
  surname?: string;
10274
10674
  /**
10275
- * The title property
10675
+ * The contact's title.
10276
10676
  */
10277
10677
  title?: string;
10278
10678
  /**
10279
- * The yomiCompanyName property
10679
+ * The phonetic Japanese company name of the contact.
10280
10680
  */
10281
10681
  yomiCompanyName?: string;
10282
10682
  /**
10283
- * The yomiGivenName property
10683
+ * The phonetic Japanese given name (first name) of the contact.
10284
10684
  */
10285
10685
  yomiGivenName?: string;
10286
10686
  /**
10287
- * The yomiSurname property
10687
+ * The phonetic Japanese surname (last name) of the contact.
10288
10688
  */
10289
10689
  yomiSurname?: string;
10290
10690
  }
@@ -10369,7 +10769,7 @@ export interface ContentSharingSessionCollectionResponse extends BaseCollectionP
10369
10769
  }
10370
10770
  export interface ContentType extends Entity, Parsable {
10371
10771
  /**
10372
- * List of canonical URLs for hub sites with which this content type is associated to. This will contain all hub sites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites.
10772
+ * List of canonical URLs for hub sites with which this content type is associated to. This will contain all hub sites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type is applied to the lists in the enforced sites.
10373
10773
  */
10374
10774
  associatedHubsUrls?: string[];
10375
10775
  /**
@@ -10389,7 +10789,7 @@ export interface ContentType extends Entity, Parsable {
10389
10789
  */
10390
10790
  columnPositions?: ColumnDefinition[];
10391
10791
  /**
10392
- * The collection of column definitions for this contentType.
10792
+ * The collection of column definitions for this content type.
10393
10793
  */
10394
10794
  columns?: ColumnDefinition[];
10395
10795
  /**
@@ -10433,7 +10833,7 @@ export interface ContentType extends Entity, Parsable {
10433
10833
  */
10434
10834
  parentId?: string;
10435
10835
  /**
10436
- * If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.
10836
+ * If true, any changes made to the content type are pushed to inherited content types and lists that implement the content type.
10437
10837
  */
10438
10838
  propagateChanges?: boolean;
10439
10839
  /**
@@ -11333,6 +11733,12 @@ export declare function createAdministrativeUnitCollectionResponseFromDiscrimina
11333
11733
  * @returns {AdministrativeUnit}
11334
11734
  */
11335
11735
  export declare function createAdministrativeUnitFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
11736
+ /**
11737
+ * Creates a new instance of the appropriate class based on discriminator value
11738
+ * @param parseNode The parse node to use to read the discriminator value and create the object
11739
+ * @returns {AdminMicrosoft365Apps}
11740
+ */
11741
+ export declare function createAdminMicrosoft365AppsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
11336
11742
  /**
11337
11743
  * Creates a new instance of the appropriate class based on discriminator value
11338
11744
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -11801,6 +12207,18 @@ export declare function createApprovalStageFromDiscriminatorValue(parseNode: Par
11801
12207
  * @returns {AppScope}
11802
12208
  */
11803
12209
  export declare function createAppScopeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12210
+ /**
12211
+ * Creates a new instance of the appropriate class based on discriminator value
12212
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12213
+ * @returns {AppsInstallationOptionsForMac}
12214
+ */
12215
+ export declare function createAppsInstallationOptionsForMacFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12216
+ /**
12217
+ * Creates a new instance of the appropriate class based on discriminator value
12218
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12219
+ * @returns {AppsInstallationOptionsForWindows}
12220
+ */
12221
+ export declare function createAppsInstallationOptionsForWindowsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
11804
12222
  /**
11805
12223
  * Creates a new instance of the appropriate class based on discriminator value
11806
12224
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -13139,12 +13557,48 @@ export declare function createCloudPcAuditPropertyFromDiscriminatorValue(parseNo
13139
13557
  * @returns {CloudPcAuditResource}
13140
13558
  */
13141
13559
  export declare function createCloudPcAuditResourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13560
+ /**
13561
+ * Creates a new instance of the appropriate class based on discriminator value
13562
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13563
+ * @returns {CloudPCCollectionResponse}
13564
+ */
13565
+ export declare function createCloudPCCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13566
+ /**
13567
+ * Creates a new instance of the appropriate class based on discriminator value
13568
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13569
+ * @returns {CloudPcDeviceImageCollectionResponse}
13570
+ */
13571
+ export declare function createCloudPcDeviceImageCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13572
+ /**
13573
+ * Creates a new instance of the appropriate class based on discriminator value
13574
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13575
+ * @returns {CloudPcDeviceImage}
13576
+ */
13577
+ export declare function createCloudPcDeviceImageFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13142
13578
  /**
13143
13579
  * Creates a new instance of the appropriate class based on discriminator value
13144
13580
  * @param parseNode The parse node to use to read the discriminator value and create the object
13145
13581
  * @returns {CloudPcDomainJoinConfiguration}
13146
13582
  */
13147
13583
  export declare function createCloudPcDomainJoinConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13584
+ /**
13585
+ * Creates a new instance of the appropriate class based on discriminator value
13586
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13587
+ * @returns {CloudPC}
13588
+ */
13589
+ export declare function createCloudPCFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13590
+ /**
13591
+ * Creates a new instance of the appropriate class based on discriminator value
13592
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13593
+ * @returns {CloudPcGalleryImageCollectionResponse}
13594
+ */
13595
+ export declare function createCloudPcGalleryImageCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13596
+ /**
13597
+ * Creates a new instance of the appropriate class based on discriminator value
13598
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13599
+ * @returns {CloudPcGalleryImage}
13600
+ */
13601
+ export declare function createCloudPcGalleryImageFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13148
13602
  /**
13149
13603
  * Creates a new instance of the appropriate class based on discriminator value
13150
13604
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -13157,6 +13611,30 @@ export declare function createCloudPcManagementAssignmentTargetFromDiscriminator
13157
13611
  * @returns {CloudPcManagementGroupAssignmentTarget}
13158
13612
  */
13159
13613
  export declare function createCloudPcManagementGroupAssignmentTargetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13614
+ /**
13615
+ * Creates a new instance of the appropriate class based on discriminator value
13616
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13617
+ * @returns {CloudPcOnPremisesConnectionCollectionResponse}
13618
+ */
13619
+ export declare function createCloudPcOnPremisesConnectionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13620
+ /**
13621
+ * Creates a new instance of the appropriate class based on discriminator value
13622
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13623
+ * @returns {CloudPcOnPremisesConnection}
13624
+ */
13625
+ export declare function createCloudPcOnPremisesConnectionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13626
+ /**
13627
+ * Creates a new instance of the appropriate class based on discriminator value
13628
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13629
+ * @returns {CloudPcOnPremisesConnectionHealthCheck}
13630
+ */
13631
+ export declare function createCloudPcOnPremisesConnectionHealthCheckFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13632
+ /**
13633
+ * Creates a new instance of the appropriate class based on discriminator value
13634
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13635
+ * @returns {CloudPcOnPremisesConnectionStatusDetail}
13636
+ */
13637
+ export declare function createCloudPcOnPremisesConnectionStatusDetailFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13160
13638
  /**
13161
13639
  * Creates a new instance of the appropriate class based on discriminator value
13162
13640
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -13187,6 +13665,12 @@ export declare function createCloudPcProvisioningPolicyFromDiscriminatorValue(pa
13187
13665
  * @returns {CloudPcRestorePointSetting}
13188
13666
  */
13189
13667
  export declare function createCloudPcRestorePointSettingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13668
+ /**
13669
+ * Creates a new instance of the appropriate class based on discriminator value
13670
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13671
+ * @returns {CloudPcSourceDeviceImage}
13672
+ */
13673
+ export declare function createCloudPcSourceDeviceImageFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13190
13674
  /**
13191
13675
  * Creates a new instance of the appropriate class based on discriminator value
13192
13676
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -14441,6 +14925,12 @@ export declare function createDeviceLogCollectionResponseCollectionResponseFromD
14441
14925
  * @returns {DeviceLogCollectionResponse}
14442
14926
  */
14443
14927
  export declare function createDeviceLogCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14928
+ /**
14929
+ * Creates a new instance of the appropriate class based on discriminator value
14930
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14931
+ * @returns {DeviceManagementCachedReportConfiguration}
14932
+ */
14933
+ export declare function createDeviceManagementCachedReportConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14444
14934
  /**
14445
14935
  * Creates a new instance of the appropriate class based on discriminator value
14446
14936
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -16733,6 +17223,12 @@ export declare function createLongRunningOperationFromDiscriminatorValue(parseNo
16733
17223
  * @returns {LookupColumn}
16734
17224
  */
16735
17225
  export declare function createLookupColumnFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17226
+ /**
17227
+ * Creates a new instance of the appropriate class based on discriminator value
17228
+ * @param parseNode The parse node to use to read the discriminator value and create the object
17229
+ * @returns {M365AppsInstallationOptions}
17230
+ */
17231
+ export declare function createM365AppsInstallationOptionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
16736
17232
  /**
16737
17233
  * Creates a new instance of the appropriate class based on discriminator value
16738
17234
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -22475,6 +22971,12 @@ export declare function createWebPartDataFromDiscriminatorValue(parseNode: Parse
22475
22971
  * @returns {WebPart}
22476
22972
  */
22477
22973
  export declare function createWebPartFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22974
+ /**
22975
+ * Creates a new instance of the appropriate class based on discriminator value
22976
+ * @param parseNode The parse node to use to read the discriminator value and create the object
22977
+ * @returns {WebPartPosition}
22978
+ */
22979
+ export declare function createWebPartPositionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22478
22980
  /**
22479
22981
  * Creates a new instance of the appropriate class based on discriminator value
22480
22982
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -22571,6 +23073,12 @@ export declare function createWindows10CustomConfigurationFromDiscriminatorValue
22571
23073
  * @returns {Windows10EndpointProtectionConfiguration}
22572
23074
  */
22573
23075
  export declare function createWindows10EndpointProtectionConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23076
+ /**
23077
+ * Creates a new instance of the appropriate class based on discriminator value
23078
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23079
+ * @returns {Windows10EnrollmentCompletionPageConfiguration}
23080
+ */
23081
+ export declare function createWindows10EnrollmentCompletionPageConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22574
23082
  /**
22575
23083
  * Creates a new instance of the appropriate class based on discriminator value
22576
23084
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -25003,6 +25511,11 @@ export declare function deserializeIntoAdministrativeUnit(administrativeUnit?: P
25003
25511
  * @returns {Record<string, (node: ParseNode) => void>}
25004
25512
  */
25005
25513
  export declare function deserializeIntoAdministrativeUnitCollectionResponse(administrativeUnitCollectionResponse?: Partial<AdministrativeUnitCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
25514
+ /**
25515
+ * The deserialization information for the current model
25516
+ * @returns {Record<string, (node: ParseNode) => void>}
25517
+ */
25518
+ export declare function deserializeIntoAdminMicrosoft365Apps(adminMicrosoft365Apps?: Partial<AdminMicrosoft365Apps> | undefined): Record<string, (node: ParseNode) => void>;
25006
25519
  /**
25007
25520
  * The deserialization information for the current model
25008
25521
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -25393,6 +25906,16 @@ export declare function deserializeIntoApprovalStageCollectionResponse(approvalS
25393
25906
  * @returns {Record<string, (node: ParseNode) => void>}
25394
25907
  */
25395
25908
  export declare function deserializeIntoAppScope(appScope?: Partial<AppScope> | undefined): Record<string, (node: ParseNode) => void>;
25909
+ /**
25910
+ * The deserialization information for the current model
25911
+ * @returns {Record<string, (node: ParseNode) => void>}
25912
+ */
25913
+ export declare function deserializeIntoAppsInstallationOptionsForMac(appsInstallationOptionsForMac?: Partial<AppsInstallationOptionsForMac> | undefined): Record<string, (node: ParseNode) => void>;
25914
+ /**
25915
+ * The deserialization information for the current model
25916
+ * @returns {Record<string, (node: ParseNode) => void>}
25917
+ */
25918
+ export declare function deserializeIntoAppsInstallationOptionsForWindows(appsInstallationOptionsForWindows?: Partial<AppsInstallationOptionsForWindows> | undefined): Record<string, (node: ParseNode) => void>;
25396
25919
  /**
25397
25920
  * The deserialization information for the current model
25398
25921
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -26483,6 +27006,11 @@ export declare function deserializeIntoCloudClipboardRoot(cloudClipboardRoot?: P
26483
27006
  * @returns {Record<string, (node: ParseNode) => void>}
26484
27007
  */
26485
27008
  export declare function deserializeIntoCloudCommunications(cloudCommunications?: Partial<CloudCommunications> | undefined): Record<string, (node: ParseNode) => void>;
27009
+ /**
27010
+ * The deserialization information for the current model
27011
+ * @returns {Record<string, (node: ParseNode) => void>}
27012
+ */
27013
+ export declare function deserializeIntoCloudPC(cloudPC?: Partial<CloudPC> | undefined): Record<string, (node: ParseNode) => void>;
26486
27014
  /**
26487
27015
  * The deserialization information for the current model
26488
27016
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -26508,11 +27036,36 @@ export declare function deserializeIntoCloudPcAuditProperty(cloudPcAuditProperty
26508
27036
  * @returns {Record<string, (node: ParseNode) => void>}
26509
27037
  */
26510
27038
  export declare function deserializeIntoCloudPcAuditResource(cloudPcAuditResource?: Partial<CloudPcAuditResource> | undefined): Record<string, (node: ParseNode) => void>;
27039
+ /**
27040
+ * The deserialization information for the current model
27041
+ * @returns {Record<string, (node: ParseNode) => void>}
27042
+ */
27043
+ export declare function deserializeIntoCloudPCCollectionResponse(cloudPCCollectionResponse?: Partial<CloudPCCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
27044
+ /**
27045
+ * The deserialization information for the current model
27046
+ * @returns {Record<string, (node: ParseNode) => void>}
27047
+ */
27048
+ export declare function deserializeIntoCloudPcDeviceImage(cloudPcDeviceImage?: Partial<CloudPcDeviceImage> | undefined): Record<string, (node: ParseNode) => void>;
27049
+ /**
27050
+ * The deserialization information for the current model
27051
+ * @returns {Record<string, (node: ParseNode) => void>}
27052
+ */
27053
+ export declare function deserializeIntoCloudPcDeviceImageCollectionResponse(cloudPcDeviceImageCollectionResponse?: Partial<CloudPcDeviceImageCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
26511
27054
  /**
26512
27055
  * The deserialization information for the current model
26513
27056
  * @returns {Record<string, (node: ParseNode) => void>}
26514
27057
  */
26515
27058
  export declare function deserializeIntoCloudPcDomainJoinConfiguration(cloudPcDomainJoinConfiguration?: Partial<CloudPcDomainJoinConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
27059
+ /**
27060
+ * The deserialization information for the current model
27061
+ * @returns {Record<string, (node: ParseNode) => void>}
27062
+ */
27063
+ export declare function deserializeIntoCloudPcGalleryImage(cloudPcGalleryImage?: Partial<CloudPcGalleryImage> | undefined): Record<string, (node: ParseNode) => void>;
27064
+ /**
27065
+ * The deserialization information for the current model
27066
+ * @returns {Record<string, (node: ParseNode) => void>}
27067
+ */
27068
+ export declare function deserializeIntoCloudPcGalleryImageCollectionResponse(cloudPcGalleryImageCollectionResponse?: Partial<CloudPcGalleryImageCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
26516
27069
  /**
26517
27070
  * The deserialization information for the current model
26518
27071
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -26523,6 +27076,26 @@ export declare function deserializeIntoCloudPcManagementAssignmentTarget(cloudPc
26523
27076
  * @returns {Record<string, (node: ParseNode) => void>}
26524
27077
  */
26525
27078
  export declare function deserializeIntoCloudPcManagementGroupAssignmentTarget(cloudPcManagementGroupAssignmentTarget?: Partial<CloudPcManagementGroupAssignmentTarget> | undefined): Record<string, (node: ParseNode) => void>;
27079
+ /**
27080
+ * The deserialization information for the current model
27081
+ * @returns {Record<string, (node: ParseNode) => void>}
27082
+ */
27083
+ export declare function deserializeIntoCloudPcOnPremisesConnection(cloudPcOnPremisesConnection?: Partial<CloudPcOnPremisesConnection> | undefined): Record<string, (node: ParseNode) => void>;
27084
+ /**
27085
+ * The deserialization information for the current model
27086
+ * @returns {Record<string, (node: ParseNode) => void>}
27087
+ */
27088
+ export declare function deserializeIntoCloudPcOnPremisesConnectionCollectionResponse(cloudPcOnPremisesConnectionCollectionResponse?: Partial<CloudPcOnPremisesConnectionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
27089
+ /**
27090
+ * The deserialization information for the current model
27091
+ * @returns {Record<string, (node: ParseNode) => void>}
27092
+ */
27093
+ export declare function deserializeIntoCloudPcOnPremisesConnectionHealthCheck(cloudPcOnPremisesConnectionHealthCheck?: Partial<CloudPcOnPremisesConnectionHealthCheck> | undefined): Record<string, (node: ParseNode) => void>;
27094
+ /**
27095
+ * The deserialization information for the current model
27096
+ * @returns {Record<string, (node: ParseNode) => void>}
27097
+ */
27098
+ export declare function deserializeIntoCloudPcOnPremisesConnectionStatusDetail(cloudPcOnPremisesConnectionStatusDetail?: Partial<CloudPcOnPremisesConnectionStatusDetail> | undefined): Record<string, (node: ParseNode) => void>;
26526
27099
  /**
26527
27100
  * The deserialization information for the current model
26528
27101
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -26548,6 +27121,11 @@ export declare function deserializeIntoCloudPcProvisioningPolicyCollectionRespon
26548
27121
  * @returns {Record<string, (node: ParseNode) => void>}
26549
27122
  */
26550
27123
  export declare function deserializeIntoCloudPcRestorePointSetting(cloudPcRestorePointSetting?: Partial<CloudPcRestorePointSetting> | undefined): Record<string, (node: ParseNode) => void>;
27124
+ /**
27125
+ * The deserialization information for the current model
27126
+ * @returns {Record<string, (node: ParseNode) => void>}
27127
+ */
27128
+ export declare function deserializeIntoCloudPcSourceDeviceImage(cloudPcSourceDeviceImage?: Partial<CloudPcSourceDeviceImage> | undefined): Record<string, (node: ParseNode) => void>;
26551
27129
  /**
26552
27130
  * The deserialization information for the current model
26553
27131
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -27598,6 +28176,11 @@ export declare function deserializeIntoDeviceLogCollectionResponseCollectionResp
27598
28176
  * @returns {Record<string, (node: ParseNode) => void>}
27599
28177
  */
27600
28178
  export declare function deserializeIntoDeviceManagement(deviceManagement?: Partial<DeviceManagement> | undefined): Record<string, (node: ParseNode) => void>;
28179
+ /**
28180
+ * The deserialization information for the current model
28181
+ * @returns {Record<string, (node: ParseNode) => void>}
28182
+ */
28183
+ export declare function deserializeIntoDeviceManagementCachedReportConfiguration(deviceManagementCachedReportConfiguration?: Partial<DeviceManagementCachedReportConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
27601
28184
  /**
27602
28185
  * The deserialization information for the current model
27603
28186
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -29503,6 +30086,11 @@ export declare function deserializeIntoLongRunningOperationCollectionResponse(lo
29503
30086
  * @returns {Record<string, (node: ParseNode) => void>}
29504
30087
  */
29505
30088
  export declare function deserializeIntoLookupColumn(lookupColumn?: Partial<LookupColumn> | undefined): Record<string, (node: ParseNode) => void>;
30089
+ /**
30090
+ * The deserialization information for the current model
30091
+ * @returns {Record<string, (node: ParseNode) => void>}
30092
+ */
30093
+ export declare function deserializeIntoM365AppsInstallationOptions(m365AppsInstallationOptions?: Partial<M365AppsInstallationOptions> | undefined): Record<string, (node: ParseNode) => void>;
29506
30094
  /**
29507
30095
  * The deserialization information for the current model
29508
30096
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -34288,6 +34876,11 @@ export declare function deserializeIntoWebPartCollectionResponse(webPartCollecti
34288
34876
  * @returns {Record<string, (node: ParseNode) => void>}
34289
34877
  */
34290
34878
  export declare function deserializeIntoWebPartData(webPartData?: Partial<WebPartData> | undefined): Record<string, (node: ParseNode) => void>;
34879
+ /**
34880
+ * The deserialization information for the current model
34881
+ * @returns {Record<string, (node: ParseNode) => void>}
34882
+ */
34883
+ export declare function deserializeIntoWebPartPosition(webPartPosition?: Partial<WebPartPosition> | undefined): Record<string, (node: ParseNode) => void>;
34291
34884
  /**
34292
34885
  * The deserialization information for the current model
34293
34886
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -34368,6 +34961,11 @@ export declare function deserializeIntoWindows10CustomConfiguration(windows10Cus
34368
34961
  * @returns {Record<string, (node: ParseNode) => void>}
34369
34962
  */
34370
34963
  export declare function deserializeIntoWindows10EndpointProtectionConfiguration(windows10EndpointProtectionConfiguration?: Partial<Windows10EndpointProtectionConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
34964
+ /**
34965
+ * The deserialization information for the current model
34966
+ * @returns {Record<string, (node: ParseNode) => void>}
34967
+ */
34968
+ export declare function deserializeIntoWindows10EnrollmentCompletionPageConfiguration(windows10EnrollmentCompletionPageConfiguration?: Partial<Windows10EnrollmentCompletionPageConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
34371
34969
  /**
34372
34970
  * The deserialization information for the current model
34373
34971
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -35217,7 +35815,7 @@ export interface Device extends DirectoryObject, Parsable {
35217
35815
  */
35218
35816
  onPremisesLastSyncDateTime?: Date;
35219
35817
  /**
35220
- * The onPremisesSecurityIdentifier property
35818
+ * The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq).
35221
35819
  */
35222
35820
  onPremisesSecurityIdentifier?: string;
35223
35821
  /**
@@ -37075,7 +37673,7 @@ export interface DeviceManagement extends Entity, Parsable {
37075
37673
  */
37076
37674
  userExperienceAnalyticsWorkFromAnywhereModelPerformance?: UserExperienceAnalyticsWorkFromAnywhereModelPerformance[];
37077
37675
  /**
37078
- * The virtualEndpoint property
37676
+ * Virtual endpoint
37079
37677
  */
37080
37678
  virtualEndpoint?: VirtualEndpoint;
37081
37679
  /**
@@ -37099,6 +37697,11 @@ export interface DeviceManagement extends Entity, Parsable {
37099
37697
  */
37100
37698
  windowsMalwareOverview?: WindowsMalwareOverview;
37101
37699
  }
37700
+ /**
37701
+ * Entity representing the configuration of a cached report.
37702
+ */
37703
+ export interface DeviceManagementCachedReportConfiguration extends Entity, Parsable {
37704
+ }
37102
37705
  export type DeviceManagementExchangeAccessState = (typeof DeviceManagementExchangeAccessStateObject)[keyof typeof DeviceManagementExchangeAccessStateObject];
37103
37706
  export type DeviceManagementExchangeAccessStateReason = (typeof DeviceManagementExchangeAccessStateReasonObject)[keyof typeof DeviceManagementExchangeAccessStateReasonObject];
37104
37707
  /**
@@ -37152,7 +37755,7 @@ export type DeviceManagementExchangeConnectorStatus = (typeof DeviceManagementEx
37152
37755
  export type DeviceManagementExchangeConnectorSyncType = (typeof DeviceManagementExchangeConnectorSyncTypeObject)[keyof typeof DeviceManagementExchangeConnectorSyncTypeObject];
37153
37756
  export type DeviceManagementExchangeConnectorType = (typeof DeviceManagementExchangeConnectorTypeObject)[keyof typeof DeviceManagementExchangeConnectorTypeObject];
37154
37757
  /**
37155
- * Entity representing a job to export a report
37758
+ * Entity representing a job to export a report.
37156
37759
  */
37157
37760
  export interface DeviceManagementExportJob extends Entity, Parsable {
37158
37761
  /**
@@ -37164,11 +37767,11 @@ export interface DeviceManagementExportJob extends Entity, Parsable {
37164
37767
  */
37165
37768
  filter?: string;
37166
37769
  /**
37167
- * Possible values for the file format of a report
37770
+ * Possible values for the file format of a report.
37168
37771
  */
37169
37772
  format?: DeviceManagementReportFileFormat;
37170
37773
  /**
37171
- * Configures how the requested export job is localized
37774
+ * Configures how the requested export job is localized.
37172
37775
  */
37173
37776
  localizationType?: DeviceManagementExportJobLocalizationType;
37174
37777
  /**
@@ -37188,7 +37791,7 @@ export interface DeviceManagementExportJob extends Entity, Parsable {
37188
37791
  */
37189
37792
  snapshotId?: string;
37190
37793
  /**
37191
- * Possible statuses associated with a generated report
37794
+ * Possible statuses associated with a generated report.
37192
37795
  */
37193
37796
  status?: DeviceManagementReportStatus;
37194
37797
  /**
@@ -37818,7 +38421,7 @@ export interface DocumentSetVersion extends ListItemVersion, Parsable {
37818
38421
  */
37819
38422
  items?: DocumentSetVersionItem[];
37820
38423
  /**
37821
- * If true, minor versions of items are also captured; otherwise, only major versions will be captured. Default value is false.
38424
+ * If true, minor versions of items are also captured; otherwise, only major versions are captured. The default value is false.
37822
38425
  */
37823
38426
  shouldCaptureMinorVersion?: boolean;
37824
38427
  }
@@ -40188,7 +40791,7 @@ export interface Event extends OutlookItem, Parsable {
40188
40791
  */
40189
40792
  iCalUId?: string;
40190
40793
  /**
40191
- * The importance property
40794
+ * The importance of the event. The possible values are: low, normal, high.
40192
40795
  */
40193
40796
  importance?: Importance;
40194
40797
  /**
@@ -40196,35 +40799,35 @@ export interface Event extends OutlookItem, Parsable {
40196
40799
  */
40197
40800
  instances?: Event[];
40198
40801
  /**
40199
- * The isAllDay property
40802
+ * Set to true if the event lasts all day. If true, regardless of whether it's a single-day or multi-day event, start and end time must be set to midnight and be in the same time zone.
40200
40803
  */
40201
40804
  isAllDay?: boolean;
40202
40805
  /**
40203
- * The isCancelled property
40806
+ * Set to true if the event has been canceled.
40204
40807
  */
40205
40808
  isCancelled?: boolean;
40206
40809
  /**
40207
- * The isDraft property
40810
+ * Set to true if the user has updated the meeting in Outlook but has not sent the updates to attendees. Set to false if all changes have been sent, or if the event is an appointment without any attendees.
40208
40811
  */
40209
40812
  isDraft?: boolean;
40210
40813
  /**
40211
- * The isOnlineMeeting property
40814
+ * True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.
40212
40815
  */
40213
40816
  isOnlineMeeting?: boolean;
40214
40817
  /**
40215
- * The isOrganizer property
40818
+ * Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). This also applies if a delegate organized the event on behalf of the owner.
40216
40819
  */
40217
40820
  isOrganizer?: boolean;
40218
40821
  /**
40219
- * The isReminderOn property
40822
+ * Set to true if an alert is set to remind the user of the event.
40220
40823
  */
40221
40824
  isReminderOn?: boolean;
40222
40825
  /**
40223
- * The location property
40826
+ * The location of the event.
40224
40827
  */
40225
40828
  location?: Location;
40226
40829
  /**
40227
- * The locations property
40830
+ * The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection would be removed and replaced by the new location value.
40228
40831
  */
40229
40832
  locations?: Location[];
40230
40833
  /**
@@ -40232,59 +40835,59 @@ export interface Event extends OutlookItem, Parsable {
40232
40835
  */
40233
40836
  multiValueExtendedProperties?: MultiValueLegacyExtendedProperty[];
40234
40837
  /**
40235
- * The onlineMeeting property
40838
+ * Details for an attendee to join the meeting online. Default is null. Read-only. After you set the isOnlineMeeting and onlineMeetingProvider properties to enable a meeting online, Microsoft Graph initializes onlineMeeting. When set, the meeting remains available online, and you cannot change the isOnlineMeeting, onlineMeetingProvider, and onlneMeeting properties again.
40236
40839
  */
40237
40840
  onlineMeeting?: OnlineMeetingInfo;
40238
40841
  /**
40239
- * The onlineMeetingProvider property
40842
+ * Represents the online meeting service provider. By default, onlineMeetingProvider is unknown. The possible values are unknown, teamsForBusiness, skypeForBusiness, and skypeForConsumer. Optional. After you set onlineMeetingProvider, Microsoft Graph initializes onlineMeeting. Subsequently you cannot change onlineMeetingProvider again, and the meeting remains available online.
40240
40843
  */
40241
40844
  onlineMeetingProvider?: OnlineMeetingProviderType;
40242
40845
  /**
40243
- * The onlineMeetingUrl property
40846
+ * A URL for an online meeting. The property is set only when an organizer specifies in Outlook that an event is an online meeting such as Skype. Read-only.To access the URL to join an online meeting, use joinUrl which is exposed via the onlineMeeting property of the event. The onlineMeetingUrl property will be deprecated in the future.
40244
40847
  */
40245
40848
  onlineMeetingUrl?: string;
40246
40849
  /**
40247
- * The organizer property
40850
+ * The organizer of the event.
40248
40851
  */
40249
40852
  organizer?: Recipient;
40250
40853
  /**
40251
- * The originalEndTimeZone property
40854
+ * The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
40252
40855
  */
40253
40856
  originalEndTimeZone?: string;
40254
40857
  /**
40255
- * The originalStart property
40858
+ * Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property is not returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
40256
40859
  */
40257
40860
  originalStart?: Date;
40258
40861
  /**
40259
- * The originalStartTimeZone property
40862
+ * The start time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
40260
40863
  */
40261
40864
  originalStartTimeZone?: string;
40262
40865
  /**
40263
- * The recurrence property
40866
+ * The recurrence pattern for the event.
40264
40867
  */
40265
40868
  recurrence?: PatternedRecurrence;
40266
40869
  /**
40267
- * The reminderMinutesBeforeStart property
40870
+ * The number of minutes before the event start time that the reminder alert occurs.
40268
40871
  */
40269
40872
  reminderMinutesBeforeStart?: number;
40270
40873
  /**
40271
- * The responseRequested property
40874
+ * Default is true, which represents the organizer would like an invitee to send a response to the event.
40272
40875
  */
40273
40876
  responseRequested?: boolean;
40274
40877
  /**
40275
- * The responseStatus property
40878
+ * Indicates the type of response sent in response to an event message.
40276
40879
  */
40277
40880
  responseStatus?: ResponseStatus;
40278
40881
  /**
40279
- * The sensitivity property
40882
+ * Possible values are: normal, personal, private, confidential.
40280
40883
  */
40281
40884
  sensitivity?: Sensitivity;
40282
40885
  /**
40283
- * The seriesMasterId property
40886
+ * The ID for the recurring series master item, if this event is part of a recurring series.
40284
40887
  */
40285
40888
  seriesMasterId?: string;
40286
40889
  /**
40287
- * The showAs property
40890
+ * The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
40288
40891
  */
40289
40892
  showAs?: FreeBusyStatus;
40290
40893
  /**
@@ -40292,23 +40895,23 @@ export interface Event extends OutlookItem, Parsable {
40292
40895
  */
40293
40896
  singleValueExtendedProperties?: SingleValueLegacyExtendedProperty[];
40294
40897
  /**
40295
- * The start property
40898
+ * The start date, time, and time zone of the event. By default, the start time is in UTC.
40296
40899
  */
40297
40900
  start?: DateTimeTimeZone;
40298
40901
  /**
40299
- * The subject property
40902
+ * The text of the event's subject line.
40300
40903
  */
40301
40904
  subject?: string;
40302
40905
  /**
40303
- * The transactionId property
40906
+ * A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client's prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.
40304
40907
  */
40305
40908
  transactionId?: string;
40306
40909
  /**
40307
- * The type property
40910
+ * The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only
40308
40911
  */
40309
40912
  type?: EventType;
40310
40913
  /**
40311
- * The webLink property
40914
+ * The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.
40312
40915
  */
40313
40916
  webLink?: string;
40314
40917
  }
@@ -40332,7 +40935,7 @@ export interface EventMessage extends Message, Parsable {
40332
40935
  */
40333
40936
  isAllDay?: boolean;
40334
40937
  /**
40335
- * The isDelegated property
40938
+ * True if this meeting request is accessible to a delegate, false otherwise. Default is false.
40336
40939
  */
40337
40940
  isDelegated?: boolean;
40338
40941
  /**
@@ -40344,7 +40947,7 @@ export interface EventMessage extends Message, Parsable {
40344
40947
  */
40345
40948
  location?: Location;
40346
40949
  /**
40347
- * The meetingMessageType property
40950
+ * The type of event message: none, meetingRequest, meetingCancelled, meetingAccepted, meetingTenativelyAccepted, meetingDeclined.
40348
40951
  */
40349
40952
  meetingMessageType?: MeetingMessageType;
40350
40953
  /**
@@ -40402,11 +41005,11 @@ export interface EventMessageRequest extends EventMessage, Parsable {
40402
41005
  }
40403
41006
  export interface EventMessageResponse extends EventMessage, Parsable {
40404
41007
  /**
40405
- * The proposedNewTime property
41008
+ * An alternate date/time proposed by an invitee for a meeting request to start and end. Read-only. Not filterable.
40406
41009
  */
40407
41010
  proposedNewTime?: TimeSlot;
40408
41011
  /**
40409
- * The responseType property
41012
+ * Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.
40410
41013
  */
40411
41014
  responseType?: ResponseType;
40412
41015
  }
@@ -45343,6 +45946,20 @@ export interface LookupColumn extends AdditionalDataHolder, BackedModel, Parsabl
45343
45946
  */
45344
45947
  primaryLookupColumnId?: string;
45345
45948
  }
45949
+ export interface M365AppsInstallationOptions extends Entity, Parsable {
45950
+ /**
45951
+ * The appsForMac property
45952
+ */
45953
+ appsForMac?: AppsInstallationOptionsForMac;
45954
+ /**
45955
+ * The appsForWindows property
45956
+ */
45957
+ appsForWindows?: AppsInstallationOptionsForWindows;
45958
+ /**
45959
+ * The updateChannel property
45960
+ */
45961
+ updateChannel?: AppsUpdateChannelType;
45962
+ }
45346
45963
  /**
45347
45964
  * This class contains compliance settings for Mac OS.
45348
45965
  */
@@ -45447,7 +46064,7 @@ export interface MacOSDmgApp extends MobileLobApp, Parsable {
45447
46064
  */
45448
46065
  ignoreVersionDetection?: boolean;
45449
46066
  /**
45450
- * The list of .apps expected to be installed by the DMG (Apple Disk Image)
46067
+ * The list of .apps expected to be installed by the DMG (Apple Disk Image). This collection can contain a maximum of 500 elements.
45451
46068
  */
45452
46069
  includedApps?: MacOSIncludedApp[];
45453
46070
  /**
@@ -47708,35 +48325,35 @@ export interface Message extends OutlookItem, Parsable {
47708
48325
  */
47709
48326
  hasAttachments?: boolean;
47710
48327
  /**
47711
- * The importance property
48328
+ * The importance of the message. The possible values are: low, normal, and high.
47712
48329
  */
47713
48330
  importance?: Importance;
47714
48331
  /**
47715
- * The inferenceClassification property
48332
+ * The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. The possible values are: focused or other.
47716
48333
  */
47717
48334
  inferenceClassification?: InferenceClassificationType;
47718
48335
  /**
47719
- * The internetMessageHeaders property
48336
+ * A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Returned only on applying a $select query option. Read-only.
47720
48337
  */
47721
48338
  internetMessageHeaders?: InternetMessageHeader[];
47722
48339
  /**
47723
- * The internetMessageId property
48340
+ * The message ID in the format specified by RFC2822.
47724
48341
  */
47725
48342
  internetMessageId?: string;
47726
48343
  /**
47727
- * The isDeliveryReceiptRequested property
48344
+ * Indicates whether a read receipt is requested for the message.
47728
48345
  */
47729
48346
  isDeliveryReceiptRequested?: boolean;
47730
48347
  /**
47731
- * The isDraft property
48348
+ * Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.
47732
48349
  */
47733
48350
  isDraft?: boolean;
47734
48351
  /**
47735
- * The isRead property
48352
+ * Indicates whether the message has been read.
47736
48353
  */
47737
48354
  isRead?: boolean;
47738
48355
  /**
47739
- * The isReadReceiptRequested property
48356
+ * Indicates whether a read receipt is requested for the message.
47740
48357
  */
47741
48358
  isReadReceiptRequested?: boolean;
47742
48359
  /**
@@ -47744,23 +48361,23 @@ export interface Message extends OutlookItem, Parsable {
47744
48361
  */
47745
48362
  multiValueExtendedProperties?: MultiValueLegacyExtendedProperty[];
47746
48363
  /**
47747
- * The parentFolderId property
48364
+ * The unique identifier for the message's parent mailFolder.
47748
48365
  */
47749
48366
  parentFolderId?: string;
47750
48367
  /**
47751
- * The receivedDateTime property
48368
+ * The date and time the message was received. 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.
47752
48369
  */
47753
48370
  receivedDateTime?: Date;
47754
48371
  /**
47755
- * The replyTo property
48372
+ * The email addresses to use when replying.
47756
48373
  */
47757
48374
  replyTo?: Recipient[];
47758
48375
  /**
47759
- * The sender property
48376
+ * The account that is actually used to generate the message. In most cases, this value is the same as the from property. You can set this property to a different value when sending a message from a shared mailbox, for a shared calendar, or as a delegate. In any case, the value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message.
47760
48377
  */
47761
48378
  sender?: Recipient;
47762
48379
  /**
47763
- * The sentDateTime property
48380
+ * The date and time the message was sent. 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.
47764
48381
  */
47765
48382
  sentDateTime?: Date;
47766
48383
  /**
@@ -47768,19 +48385,19 @@ export interface Message extends OutlookItem, Parsable {
47768
48385
  */
47769
48386
  singleValueExtendedProperties?: SingleValueLegacyExtendedProperty[];
47770
48387
  /**
47771
- * The subject property
48388
+ * The subject of the message.
47772
48389
  */
47773
48390
  subject?: string;
47774
48391
  /**
47775
- * The toRecipients property
48392
+ * The To: recipients for the message.
47776
48393
  */
47777
48394
  toRecipients?: Recipient[];
47778
48395
  /**
47779
- * The uniqueBody property
48396
+ * The part of the body of the message that is unique to the current message. uniqueBody is not returned by default but can be retrieved for a given message by use of the ?$select=uniqueBody query. It can be in HTML or text format.
47780
48397
  */
47781
48398
  uniqueBody?: ItemBody;
47782
48399
  /**
47783
- * The webLink property
48400
+ * The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.
47784
48401
  */
47785
48402
  webLink?: string;
47786
48403
  }
@@ -48217,7 +48834,7 @@ export interface MicrosoftManagedDesktop extends AdditionalDataHolder, BackedMod
48217
48834
  */
48218
48835
  backingStoreEnabled?: boolean;
48219
48836
  /**
48220
- * The managedType property
48837
+ * Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.
48221
48838
  */
48222
48839
  managedType?: MicrosoftManagedDesktopType;
48223
48840
  /**
@@ -48225,7 +48842,7 @@ export interface MicrosoftManagedDesktop extends AdditionalDataHolder, BackedMod
48225
48842
  */
48226
48843
  odataType?: string;
48227
48844
  /**
48228
- * The profile property
48845
+ * The name of the Microsoft Managed Desktop profile that the Windows 365 Cloud PC is associated with.
48229
48846
  */
48230
48847
  profile?: string;
48231
48848
  }
@@ -50199,7 +50816,7 @@ export interface Organization extends DirectoryObject, Parsable {
50199
50816
  */
50200
50817
  branding?: OrganizationalBranding;
50201
50818
  /**
50202
- * Telephone number for the organization. Although this is a string collection, only one number can be set for this property.
50819
+ * Telephone number for the organization. Although this property is a string collection, only one number can be set.
50203
50820
  */
50204
50821
  businessPhones?: string[];
50205
50822
  /**
@@ -50211,7 +50828,7 @@ export interface Organization extends DirectoryObject, Parsable {
50211
50828
  */
50212
50829
  city?: string;
50213
50830
  /**
50214
- * Country/region name of the address for the organization.
50831
+ * Country or region name of the address for the organization.
50215
50832
  */
50216
50833
  country?: string;
50217
50834
  /**
@@ -50219,7 +50836,7 @@ export interface Organization extends DirectoryObject, Parsable {
50219
50836
  */
50220
50837
  countryLetterCode?: string;
50221
50838
  /**
50222
- * Timestamp of when the organization was created. The value cannot be modified and is automatically populated when the organization 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. Read-only.
50839
+ * Timestamp of when the organization was created. The value can't be modified and is automatically populated when the organization 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. Read-only.
50223
50840
  */
50224
50841
  createdDateTime?: Date;
50225
50842
  /**
@@ -50247,7 +50864,7 @@ export interface Organization extends DirectoryObject, Parsable {
50247
50864
  */
50248
50865
  onPremisesLastSyncDateTime?: Date;
50249
50866
  /**
50250
- * 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. Nullable. null if this object has never been synced from an on-premises directory (default).
50867
+ * 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. Nullable. null if this object isn't synced from on-premises active directory (default).
50251
50868
  */
50252
50869
  onPremisesSyncEnabled?: boolean;
50253
50870
  /**
@@ -50291,7 +50908,7 @@ export interface Organization extends DirectoryObject, Parsable {
50291
50908
  */
50292
50909
  technicalNotificationMails?: string[];
50293
50910
  /**
50294
- * Not nullable. The tenant type option that was selected when the tenant was created. The possible values are: AAD - An enterprise identity access management (IAM) service that serves business-to-employee and business-to-business (B2B) scenarios. AAD B2C A customer identity access management (CIAM) service that serves business-to-consumer (B2C) scenarios.
50911
+ * Not nullable. Can be one of the following types: AAD - An enterprise identity access management (IAM) service that serves business-to-employee and business-to-business (B2B) scenarios. AAD B2C An identity access management (IAM) service that serves business-to-consumer (B2C) scenarios. CIAM - A customer identity & access management (CIAM) solution that provides an integrated platform to serve consumers, partners, and citizen scenarios.
50295
50912
  */
50296
50913
  tenantType?: string;
50297
50914
  /**
@@ -51736,7 +52353,7 @@ export interface Place extends Entity, Parsable {
51736
52353
  */
51737
52354
  displayName?: string;
51738
52355
  /**
51739
- * Specifies the place location in latitude, longitude and (optionally) altitude coordinates.
52356
+ * Specifies the place location in latitude, longitude, and (optionally) altitude coordinates.
51740
52357
  */
51741
52358
  geoCoordinates?: OutlookGeoCoordinates;
51742
52359
  /**
@@ -55902,23 +56519,23 @@ export interface RiskyUser extends Entity, Parsable {
55902
56519
  */
55903
56520
  isDeleted?: boolean;
55904
56521
  /**
55905
- * Indicates whether a user's risky state is being processed by the backend. Supports $filter (eq).
56522
+ * Indicates whether the backend is processing a user's risky state.
55906
56523
  */
55907
56524
  isProcessing?: boolean;
55908
56525
  /**
55909
- * Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue.
56526
+ * The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.
55910
56527
  */
55911
56528
  riskDetail?: RiskDetail;
55912
56529
  /**
55913
- * The date and time that the risky user was last updated. 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 $filter (eq, gt, lt).
56530
+ * The date and time that the risky user was last updated. 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.
55914
56531
  */
55915
56532
  riskLastUpdatedDateTime?: Date;
55916
56533
  /**
55917
- * Level of the detected risky user. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Supports $filter (eq).
56534
+ * Level of the detected risky user. Possible values are: low, medium, high, hidden, none, unknownFutureValue.
55918
56535
  */
55919
56536
  riskLevel?: RiskLevel;
55920
56537
  /**
55921
- * State of the user's risk. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. Supports $filter (eq).
56538
+ * State of the user's risk. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.
55922
56539
  */
55923
56540
  riskState?: RiskState;
55924
56541
  /**
@@ -56103,7 +56720,7 @@ export interface Room extends Parsable, Place {
56103
56720
  */
56104
56721
  nickname?: string;
56105
56722
  /**
56106
- * Specifies additional features of the room, for example, details like the type of view or furniture type.
56723
+ * Specifies other features of the room, for example, details like the type of view or furniture type.
56107
56724
  */
56108
56725
  tags?: string[];
56109
56726
  /**
@@ -56747,15 +57364,15 @@ export interface SearchBucket extends AdditionalDataHolder, BackedModel, Parsabl
56747
57364
  export type SearchContent = (typeof SearchContentObject)[keyof typeof SearchContentObject];
56748
57365
  export interface SearchEntity extends Entity, Parsable {
56749
57366
  /**
56750
- * The acronyms property
57367
+ * Administrative answer in Microsoft Search results to define common acronyms in an organization.
56751
57368
  */
56752
57369
  acronyms?: Acronym[];
56753
57370
  /**
56754
- * The bookmarks property
57371
+ * Administrative answer in Microsoft Search results for common search queries in an organization.
56755
57372
  */
56756
57373
  bookmarks?: Bookmark[];
56757
57374
  /**
56758
- * The qnas property
57375
+ * Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization.
56759
57376
  */
56760
57377
  qnas?: Qna[];
56761
57378
  }
@@ -57867,6 +58484,11 @@ export declare function serializeAdministrativeUnit(writer: SerializationWriter,
57867
58484
  * @param writer Serialization writer to use to serialize this model
57868
58485
  */
57869
58486
  export declare function serializeAdministrativeUnitCollectionResponse(writer: SerializationWriter, administrativeUnitCollectionResponse?: Partial<AdministrativeUnitCollectionResponse> | undefined): void;
58487
+ /**
58488
+ * Serializes information the current object
58489
+ * @param writer Serialization writer to use to serialize this model
58490
+ */
58491
+ export declare function serializeAdminMicrosoft365Apps(writer: SerializationWriter, adminMicrosoft365Apps?: Partial<AdminMicrosoft365Apps> | undefined): void;
57870
58492
  /**
57871
58493
  * Serializes information the current object
57872
58494
  * @param writer Serialization writer to use to serialize this model
@@ -58257,6 +58879,16 @@ export declare function serializeApprovalStageCollectionResponse(writer: Seriali
58257
58879
  * @param writer Serialization writer to use to serialize this model
58258
58880
  */
58259
58881
  export declare function serializeAppScope(writer: SerializationWriter, appScope?: Partial<AppScope> | undefined): void;
58882
+ /**
58883
+ * Serializes information the current object
58884
+ * @param writer Serialization writer to use to serialize this model
58885
+ */
58886
+ export declare function serializeAppsInstallationOptionsForMac(writer: SerializationWriter, appsInstallationOptionsForMac?: Partial<AppsInstallationOptionsForMac> | undefined): void;
58887
+ /**
58888
+ * Serializes information the current object
58889
+ * @param writer Serialization writer to use to serialize this model
58890
+ */
58891
+ export declare function serializeAppsInstallationOptionsForWindows(writer: SerializationWriter, appsInstallationOptionsForWindows?: Partial<AppsInstallationOptionsForWindows> | undefined): void;
58260
58892
  /**
58261
58893
  * Serializes information the current object
58262
58894
  * @param writer Serialization writer to use to serialize this model
@@ -59347,6 +59979,11 @@ export declare function serializeCloudClipboardRoot(writer: SerializationWriter,
59347
59979
  * @param writer Serialization writer to use to serialize this model
59348
59980
  */
59349
59981
  export declare function serializeCloudCommunications(writer: SerializationWriter, cloudCommunications?: Partial<CloudCommunications> | undefined): void;
59982
+ /**
59983
+ * Serializes information the current object
59984
+ * @param writer Serialization writer to use to serialize this model
59985
+ */
59986
+ export declare function serializeCloudPC(writer: SerializationWriter, cloudPC?: Partial<CloudPC> | undefined): void;
59350
59987
  /**
59351
59988
  * Serializes information the current object
59352
59989
  * @param writer Serialization writer to use to serialize this model
@@ -59372,11 +60009,36 @@ export declare function serializeCloudPcAuditProperty(writer: SerializationWrite
59372
60009
  * @param writer Serialization writer to use to serialize this model
59373
60010
  */
59374
60011
  export declare function serializeCloudPcAuditResource(writer: SerializationWriter, cloudPcAuditResource?: Partial<CloudPcAuditResource> | undefined): void;
60012
+ /**
60013
+ * Serializes information the current object
60014
+ * @param writer Serialization writer to use to serialize this model
60015
+ */
60016
+ export declare function serializeCloudPCCollectionResponse(writer: SerializationWriter, cloudPCCollectionResponse?: Partial<CloudPCCollectionResponse> | undefined): void;
60017
+ /**
60018
+ * Serializes information the current object
60019
+ * @param writer Serialization writer to use to serialize this model
60020
+ */
60021
+ export declare function serializeCloudPcDeviceImage(writer: SerializationWriter, cloudPcDeviceImage?: Partial<CloudPcDeviceImage> | undefined): void;
60022
+ /**
60023
+ * Serializes information the current object
60024
+ * @param writer Serialization writer to use to serialize this model
60025
+ */
60026
+ export declare function serializeCloudPcDeviceImageCollectionResponse(writer: SerializationWriter, cloudPcDeviceImageCollectionResponse?: Partial<CloudPcDeviceImageCollectionResponse> | undefined): void;
59375
60027
  /**
59376
60028
  * Serializes information the current object
59377
60029
  * @param writer Serialization writer to use to serialize this model
59378
60030
  */
59379
60031
  export declare function serializeCloudPcDomainJoinConfiguration(writer: SerializationWriter, cloudPcDomainJoinConfiguration?: Partial<CloudPcDomainJoinConfiguration> | undefined): void;
60032
+ /**
60033
+ * Serializes information the current object
60034
+ * @param writer Serialization writer to use to serialize this model
60035
+ */
60036
+ export declare function serializeCloudPcGalleryImage(writer: SerializationWriter, cloudPcGalleryImage?: Partial<CloudPcGalleryImage> | undefined): void;
60037
+ /**
60038
+ * Serializes information the current object
60039
+ * @param writer Serialization writer to use to serialize this model
60040
+ */
60041
+ export declare function serializeCloudPcGalleryImageCollectionResponse(writer: SerializationWriter, cloudPcGalleryImageCollectionResponse?: Partial<CloudPcGalleryImageCollectionResponse> | undefined): void;
59380
60042
  /**
59381
60043
  * Serializes information the current object
59382
60044
  * @param writer Serialization writer to use to serialize this model
@@ -59387,6 +60049,26 @@ export declare function serializeCloudPcManagementAssignmentTarget(writer: Seria
59387
60049
  * @param writer Serialization writer to use to serialize this model
59388
60050
  */
59389
60051
  export declare function serializeCloudPcManagementGroupAssignmentTarget(writer: SerializationWriter, cloudPcManagementGroupAssignmentTarget?: Partial<CloudPcManagementGroupAssignmentTarget> | undefined): void;
60052
+ /**
60053
+ * Serializes information the current object
60054
+ * @param writer Serialization writer to use to serialize this model
60055
+ */
60056
+ export declare function serializeCloudPcOnPremisesConnection(writer: SerializationWriter, cloudPcOnPremisesConnection?: Partial<CloudPcOnPremisesConnection> | undefined): void;
60057
+ /**
60058
+ * Serializes information the current object
60059
+ * @param writer Serialization writer to use to serialize this model
60060
+ */
60061
+ export declare function serializeCloudPcOnPremisesConnectionCollectionResponse(writer: SerializationWriter, cloudPcOnPremisesConnectionCollectionResponse?: Partial<CloudPcOnPremisesConnectionCollectionResponse> | undefined): void;
60062
+ /**
60063
+ * Serializes information the current object
60064
+ * @param writer Serialization writer to use to serialize this model
60065
+ */
60066
+ export declare function serializeCloudPcOnPremisesConnectionHealthCheck(writer: SerializationWriter, cloudPcOnPremisesConnectionHealthCheck?: Partial<CloudPcOnPremisesConnectionHealthCheck> | undefined): void;
60067
+ /**
60068
+ * Serializes information the current object
60069
+ * @param writer Serialization writer to use to serialize this model
60070
+ */
60071
+ export declare function serializeCloudPcOnPremisesConnectionStatusDetail(writer: SerializationWriter, cloudPcOnPremisesConnectionStatusDetail?: Partial<CloudPcOnPremisesConnectionStatusDetail> | undefined): void;
59390
60072
  /**
59391
60073
  * Serializes information the current object
59392
60074
  * @param writer Serialization writer to use to serialize this model
@@ -59412,6 +60094,11 @@ export declare function serializeCloudPcProvisioningPolicyCollectionResponse(wri
59412
60094
  * @param writer Serialization writer to use to serialize this model
59413
60095
  */
59414
60096
  export declare function serializeCloudPcRestorePointSetting(writer: SerializationWriter, cloudPcRestorePointSetting?: Partial<CloudPcRestorePointSetting> | undefined): void;
60097
+ /**
60098
+ * Serializes information the current object
60099
+ * @param writer Serialization writer to use to serialize this model
60100
+ */
60101
+ export declare function serializeCloudPcSourceDeviceImage(writer: SerializationWriter, cloudPcSourceDeviceImage?: Partial<CloudPcSourceDeviceImage> | undefined): void;
59415
60102
  /**
59416
60103
  * Serializes information the current object
59417
60104
  * @param writer Serialization writer to use to serialize this model
@@ -60462,6 +61149,11 @@ export declare function serializeDeviceLogCollectionResponseCollectionResponse(w
60462
61149
  * @param writer Serialization writer to use to serialize this model
60463
61150
  */
60464
61151
  export declare function serializeDeviceManagement(writer: SerializationWriter, deviceManagement?: Partial<DeviceManagement> | undefined): void;
61152
+ /**
61153
+ * Serializes information the current object
61154
+ * @param writer Serialization writer to use to serialize this model
61155
+ */
61156
+ export declare function serializeDeviceManagementCachedReportConfiguration(writer: SerializationWriter, deviceManagementCachedReportConfiguration?: Partial<DeviceManagementCachedReportConfiguration> | undefined): void;
60465
61157
  /**
60466
61158
  * Serializes information the current object
60467
61159
  * @param writer Serialization writer to use to serialize this model
@@ -62367,6 +63059,11 @@ export declare function serializeLongRunningOperationCollectionResponse(writer:
62367
63059
  * @param writer Serialization writer to use to serialize this model
62368
63060
  */
62369
63061
  export declare function serializeLookupColumn(writer: SerializationWriter, lookupColumn?: Partial<LookupColumn> | undefined): void;
63062
+ /**
63063
+ * Serializes information the current object
63064
+ * @param writer Serialization writer to use to serialize this model
63065
+ */
63066
+ export declare function serializeM365AppsInstallationOptions(writer: SerializationWriter, m365AppsInstallationOptions?: Partial<M365AppsInstallationOptions> | undefined): void;
62370
63067
  /**
62371
63068
  * Serializes information the current object
62372
63069
  * @param writer Serialization writer to use to serialize this model
@@ -67152,6 +67849,11 @@ export declare function serializeWebPartCollectionResponse(writer: Serialization
67152
67849
  * @param writer Serialization writer to use to serialize this model
67153
67850
  */
67154
67851
  export declare function serializeWebPartData(writer: SerializationWriter, webPartData?: Partial<WebPartData> | undefined): void;
67852
+ /**
67853
+ * Serializes information the current object
67854
+ * @param writer Serialization writer to use to serialize this model
67855
+ */
67856
+ export declare function serializeWebPartPosition(writer: SerializationWriter, webPartPosition?: Partial<WebPartPosition> | undefined): void;
67155
67857
  /**
67156
67858
  * Serializes information the current object
67157
67859
  * @param writer Serialization writer to use to serialize this model
@@ -67232,6 +67934,11 @@ export declare function serializeWindows10CustomConfiguration(writer: Serializat
67232
67934
  * @param writer Serialization writer to use to serialize this model
67233
67935
  */
67234
67936
  export declare function serializeWindows10EndpointProtectionConfiguration(writer: SerializationWriter, windows10EndpointProtectionConfiguration?: Partial<Windows10EndpointProtectionConfiguration> | undefined): void;
67937
+ /**
67938
+ * Serializes information the current object
67939
+ * @param writer Serialization writer to use to serialize this model
67940
+ */
67941
+ export declare function serializeWindows10EnrollmentCompletionPageConfiguration(writer: SerializationWriter, windows10EnrollmentCompletionPageConfiguration?: Partial<Windows10EnrollmentCompletionPageConfiguration> | undefined): void;
67235
67942
  /**
67236
67943
  * Serializes information the current object
67237
67944
  * @param writer Serialization writer to use to serialize this model
@@ -68162,15 +68869,15 @@ export interface ServicePlanInfo extends AdditionalDataHolder, BackedModel, Pars
68162
68869
  }
68163
68870
  export interface ServicePrincipal extends DirectoryObject, Parsable {
68164
68871
  /**
68165
- * true if the service principal account is enabled; otherwise, false. If set to false, then no users will be able to sign in to this app, even if they are assigned to it. Supports $filter (eq, ne, not, in).
68872
+ * true if the service principal account is enabled; otherwise, false. If set to false, then no users are able to sign in to this app, even if they're assigned to it. Supports $filter (eq, ne, not, in).
68166
68873
  */
68167
68874
  accountEnabled?: boolean;
68168
68875
  /**
68169
- * Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams may set the addIns property for its 'FileHandler' functionality. This will let services like Microsoft 365 call the application in the context of a document the user is working on.
68876
+ * Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams may set the addIns property for its 'FileHandler' functionality. This lets services like Microsoft 365 call the application in the context of a document the user is working on.
68170
68877
  */
68171
68878
  addIns?: AddIn[];
68172
68879
  /**
68173
- * Used to retrieve service principals by subscription, identify resource group and full resource ids for managed identities. Supports $filter (eq, not, ge, le, startsWith).
68880
+ * Used to retrieve service principals by subscription, identify resource group and full resource IDs for managed identities. Supports $filter (eq, not, ge, le, startsWith).
68174
68881
  */
68175
68882
  alternativeNames?: string[];
68176
68883
  /**
@@ -68186,7 +68893,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
68186
68893
  */
68187
68894
  appId?: string;
68188
68895
  /**
68189
- * Unique identifier of the applicationTemplate that the servicePrincipal was created from. Read-only. Supports $filter (eq, ne, NOT, startsWith).
68896
+ * Unique identifier of the applicationTemplate. Supports $filter (eq, not, ne). Read-only. null if the service principal wasn't created from an application template.
68190
68897
  */
68191
68898
  applicationTemplateId?: string;
68192
68899
  /**
@@ -68194,7 +68901,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
68194
68901
  */
68195
68902
  appManagementPolicies?: AppManagementPolicy[];
68196
68903
  /**
68197
- * Contains the tenant id where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le).
68904
+ * Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le).
68198
68905
  */
68199
68906
  appOwnerOrganizationId?: Guid;
68200
68907
  /**
@@ -68210,7 +68917,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
68210
68917
  */
68211
68918
  appRoleAssignments?: AppRoleAssignment[];
68212
68919
  /**
68213
- * The roles exposed by the application which this service principal represents. For more information see the appRoles property definition on the application entity. Not nullable.
68920
+ * The roles exposed by the application that's linked to this service principal. For more information, see the appRoles property definition on the application entity. Not nullable.
68214
68921
  */
68215
68922
  appRoles?: AppRole[];
68216
68923
  /**
@@ -68230,11 +68937,11 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
68230
68937
  */
68231
68938
  delegatedPermissionClassifications?: DelegatedPermissionClassification[];
68232
68939
  /**
68233
- * Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps will display the application description in this field. The maximum allowed size is 1024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
68940
+ * Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps displays the application description in this field. The maximum allowed size is 1,024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
68234
68941
  */
68235
68942
  description?: string;
68236
68943
  /**
68237
- * Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
68944
+ * Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
68238
68945
  */
68239
68946
  disabledByMicrosoftStatus?: string;
68240
68947
  /**
@@ -68270,7 +68977,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
68270
68977
  */
68271
68978
  loginUrl?: string;
68272
68979
  /**
68273
- * Specifies the URL that will be used by Microsoft's authorization service to logout an user using OpenId Connect front-channel, back-channel or SAML logout protocols.
68980
+ * Specifies the URL that the Microsoft's authorization service uses to sign out a user using OpenID Connect front-channel, back-channel, or SAML sign out protocols.
68274
68981
  */
68275
68982
  logoutUrl?: string;
68276
68983
  /**
@@ -68278,7 +68985,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
68278
68985
  */
68279
68986
  memberOf?: DirectoryObject[];
68280
68987
  /**
68281
- * Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1024 characters.
68988
+ * Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1,024 characters.
68282
68989
  */
68283
68990
  notes?: string;
68284
68991
  /**
@@ -68290,15 +68997,15 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
68290
68997
  */
68291
68998
  oauth2PermissionGrants?: OAuth2PermissionGrant[];
68292
68999
  /**
68293
- * The delegated permissions exposed by the application. For more information see the oauth2PermissionScopes property on the application entity's api property. Not nullable.
69000
+ * The delegated permissions exposed by the application. For more information, see the oauth2PermissionScopes property on the application entity's api property. Not nullable.
68294
69001
  */
68295
69002
  oauth2PermissionScopes?: PermissionScope[];
68296
69003
  /**
68297
- * Directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).
69004
+ * Directory objects that this service principal owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).
68298
69005
  */
68299
69006
  ownedObjects?: DirectoryObject[];
68300
69007
  /**
68301
- * Directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
69008
+ * Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
68302
69009
  */
68303
69010
  owners?: DirectoryObject[];
68304
69011
  /**
@@ -68310,7 +69017,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
68310
69017
  */
68311
69018
  preferredSingleSignOnMode?: string;
68312
69019
  /**
68313
- * This property can be used on SAML applications (apps that have preferredSingleSignOnMode set to saml) to control which certificate is used to sign the SAML responses. For applications that are not SAML, do not write or otherwise rely on this property.
69020
+ * This property can be used on SAML applications (apps that have preferredSingleSignOnMode set to saml) to control which certificate is used to sign the SAML responses. For applications that aren't SAML, don't write or otherwise rely on this property.
68314
69021
  */
68315
69022
  preferredTokenSigningKeyThumbprint?: string;
68316
69023
  /**
@@ -68330,15 +69037,15 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
68330
69037
  */
68331
69038
  samlSingleSignOnSettings?: SamlSingleSignOnSettings;
68332
69039
  /**
68333
- * Contains the list of identifiersUris, copied over from the associated application. Additional values can be added to hybrid applications. These values can be used to identify the permissions exposed by this app within Microsoft Entra ID. For example,Client apps can specify a resource URI which is based on the values of this property to acquire an access token, which is the URI returned in the 'aud' claim.The any operator is required for filter expressions on multi-valued properties. Not nullable. Supports $filter (eq, not, ge, le, startsWith).
69040
+ * Contains the list of identifiersUris, copied over from the associated application. Additional values can be added to hybrid applications. These values can be used to identify the permissions exposed by this app within Microsoft Entra ID. For example,Client apps can specify a resource URI that is based on the values of this property to acquire an access token, which is the URI returned in the 'aud' claim.The any operator is required for filter expressions on multi-valued properties. Not nullable. Supports $filter (eq, not, ge, le, startsWith).
68334
69041
  */
68335
69042
  servicePrincipalNames?: string[];
68336
69043
  /**
68337
- * Identifies whether the service principal represents an application, a managed identity, or a legacy application. This is set by Microsoft Entra ID internally. The servicePrincipalType property can be set to three different values: Application - A service principal that represents an application or service. The appId property identifies the associated app registration, and matches the appId of an application, possibly from a different tenant. If the associated app registration is missing, tokens are not issued for the service principal.ManagedIdentity - A service principal that represents a managed identity. Service principals representing managed identities can be granted access and permissions, but cannot be updated or modified directly.Legacy - A service principal that represents an app created before app registrations, or through legacy experiences. Legacy service principal can have credentials, service principal names, reply URLs, and other properties which are editable by an authorized user, but does not have an associated app registration. The appId value does not associate the service principal with an app registration. The service principal can only be used in the tenant where it was created.SocialIdp - For internal use.
69044
+ * Identifies whether the service principal represents an application, a managed identity, or a legacy application. This is set by Microsoft Entra ID internally. The servicePrincipalType property can be set to three different values: Application - A service principal that represents an application or service. The appId property identifies the associated app registration, and matches the appId of an application, possibly from a different tenant. If the associated app registration is missing, tokens aren't issued for the service principal.ManagedIdentity - A service principal that represents a managed identity. Service principals representing managed identities can be granted access and permissions, but can't be updated or modified directly.Legacy - A service principal that represents an app created before app registrations, or through legacy experiences. A legacy service principal can have credentials, service principal names, reply URLs, and other properties that are editable by an authorized user, but doesn't have an associated app registration. The appId value doesn't associate the service principal with an app registration. The service principal can only be used in the tenant where it was created.SocialIdp - For internal use.
68338
69045
  */
68339
69046
  servicePrincipalType?: string;
68340
69047
  /**
68341
- * Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization's Microsoft Entra tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization's Microsoft Entra tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization's Microsoft Entra tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.
69048
+ * Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization's Microsoft Entra tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization's Microsoft Entra tenant (multitenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization's Microsoft Entra tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.
68342
69049
  */
68343
69050
  signInAudience?: string;
68344
69051
  /**
@@ -68366,7 +69073,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
68366
69073
  */
68367
69074
  transitiveMemberOf?: DirectoryObject[];
68368
69075
  /**
68369
- * Specifies the verified publisher of the application which this service principal represents.
69076
+ * Specifies the verified publisher of the application that's linked to this service principal.
68370
69077
  */
68371
69078
  verifiedPublisher?: VerifiedPublisher;
68372
69079
  }
@@ -69376,11 +70083,11 @@ export interface SignIn extends Entity, Parsable {
69376
70083
  */
69377
70084
  appDisplayName?: string;
69378
70085
  /**
69379
- * Unique GUID representing the app ID in the Microsoft Entra ID. Supports $filter (eq).
70086
+ * Unique GUID that represents the app ID in the Microsoft Entra ID. Supports $filter (eq).
69380
70087
  */
69381
70088
  appId?: string;
69382
70089
  /**
69383
- * Provides a list of conditional access policies that are triggered by the corresponding sign-in activity. Apps need additional Conditional Access-related privileges to read the details of this property. For more information, see Viewing applied conditional access (CA) policies in sign-ins.
70090
+ * Provides a list of conditional access policies that the corresponding sign-in activity triggers. Apps need more Conditional Access-related privileges to read the details of this property. For more information, see Viewing applied conditional access (CA) policies in sign-ins.
69384
70091
  */
69385
70092
  appliedConditionalAccessPolicies?: AppliedConditionalAccessPolicy[];
69386
70093
  /**
@@ -69392,7 +70099,7 @@ export interface SignIn extends Entity, Parsable {
69392
70099
  */
69393
70100
  conditionalAccessStatus?: ConditionalAccessStatus;
69394
70101
  /**
69395
- * The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. Supports $filter (eq).
70102
+ * The request ID sent from the client when the sign-in is initiated. Used to troubleshoot sign-in activity. Supports $filter (eq).
69396
70103
  */
69397
70104
  correlationId?: string;
69398
70105
  /**
@@ -69408,7 +70115,7 @@ export interface SignIn extends Entity, Parsable {
69408
70115
  */
69409
70116
  ipAddress?: string;
69410
70117
  /**
69411
- * Indicates if a sign-in is interactive or not.
70118
+ * Indicates whether a sign-in is interactive.
69412
70119
  */
69413
70120
  isInteractive?: boolean;
69414
70121
  /**
@@ -69424,15 +70131,15 @@ export interface SignIn extends Entity, Parsable {
69424
70131
  */
69425
70132
  resourceId?: string;
69426
70133
  /**
69427
- * Provides the 'reason' behind a specific state of a risky user, sign-in or a risk event. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, unknownFutureValue. The value none means that no action has been performed on the user or sign-in so far. Supports $filter (eq).Note: Details for this property require a Microsoft Entra ID P2 license. Other licenses return the value hidden.
70134
+ * The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection did not flag the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.
69428
70135
  */
69429
70136
  riskDetail?: RiskDetail;
69430
70137
  /**
69431
- * Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue. Supports $filter (eq).
70138
+ * The riskEventTypes property
69432
70139
  */
69433
70140
  riskEventTypes?: RiskEventType[];
69434
70141
  /**
69435
- * The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue. Supports $filter (eq, startsWith).
70142
+ * The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue. Supports $filter (eq, startsWith).
69436
70143
  */
69437
70144
  riskEventTypes_v2?: string[];
69438
70145
  /**
@@ -69440,7 +70147,7 @@ export interface SignIn extends Entity, Parsable {
69440
70147
  */
69441
70148
  riskLevelAggregated?: RiskLevel;
69442
70149
  /**
69443
- * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in wasn't enabled for Microsoft Entra ID Protection. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.
70150
+ * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in wasn't enabled for Microsoft Entra ID Protection. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.
69444
70151
  */
69445
70152
  riskLevelDuringSignIn?: RiskLevel;
69446
70153
  /**
@@ -69448,7 +70155,7 @@ export interface SignIn extends Entity, Parsable {
69448
70155
  */
69449
70156
  riskState?: RiskState;
69450
70157
  /**
69451
- * Sign-in status. Includes the error code and description of the error (if there's a sign-in failure). Supports $filter (eq) on errorCode property.
70158
+ * Sign-in status. Includes the error code and description of the error (if a sign-in failure occurs). Supports $filter (eq) on errorCode property.
69452
70159
  */
69453
70160
  status?: SignInStatus;
69454
70161
  /**
@@ -69913,7 +70620,7 @@ export interface SingleValueLegacyExtendedProperty extends Entity, Parsable {
69913
70620
  }
69914
70621
  export interface Site extends BaseItem, Parsable {
69915
70622
  /**
69916
- * Analytics about the view activities that took place in this site.
70623
+ * Analytics about the view activities that took place on this site.
69917
70624
  */
69918
70625
  analytics?: ItemAnalytics;
69919
70626
  /**
@@ -69973,7 +70680,7 @@ export interface Site extends BaseItem, Parsable {
69973
70680
  */
69974
70681
  permissions?: Permission[];
69975
70682
  /**
69976
- * If present, indicates that this is the root site in the site collection. Read-only.
70683
+ * If present, provides the root site in the site collection. Read-only.
69977
70684
  */
69978
70685
  root?: Root;
69979
70686
  /**
@@ -70848,7 +71555,7 @@ export interface Subscription extends Entity, Parsable {
70848
71555
  */
70849
71556
  applicationId?: string;
70850
71557
  /**
70851
- * 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. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted.
71558
+ * Required. Indicates the type of change in the subscribed resource that raises 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. Use updated to receive notifications when user or group is created, updated, or soft deleted. Use deleted to receive notifications when user or group is permanently deleted.
70852
71559
  */
70853
71560
  changeType?: string;
70854
71561
  /**
@@ -70856,7 +71563,7 @@ export interface Subscription extends Entity, Parsable {
70856
71563
  */
70857
71564
  clientState?: string;
70858
71565
  /**
70859
- * Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.
71566
+ * Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.
70860
71567
  */
70861
71568
  creatorId?: string;
70862
71569
  /**
@@ -70868,7 +71575,7 @@ export interface Subscription extends Entity, Parsable {
70868
71575
  */
70869
71576
  encryptionCertificateId?: string;
70870
71577
  /**
70871
- * Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. For the maximum supported subscription length of time, see the table below.
71578
+ * Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. For the maximum supported subscription length of time, see Subscription lifetime.
70872
71579
  */
70873
71580
  expirationDateTime?: Date;
70874
71581
  /**
@@ -70884,19 +71591,19 @@ export interface Subscription extends Entity, Parsable {
70884
71591
  */
70885
71592
  lifecycleNotificationUrl?: string;
70886
71593
  /**
70887
- * Optional. OData query options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc. Supported only for Universal Print Service. For more information, see Subscribe to change notifications from cloud printing APIs using Microsoft Graph.
71594
+ * Optional. OData query options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc. Supported only for Universal Print Service. For more information, see Subscribe to change notifications from cloud printing APIs using Microsoft Graph.
70888
71595
  */
70889
71596
  notificationQueryOptions?: string;
70890
71597
  /**
70891
- * Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. Any query string parameter included in the notificationUrl property will be included in the HTTP POST request when Microsoft Graph sends the change notifications.
71598
+ * Required. The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Any query string parameter included in the notificationUrl property is included in the HTTP POST request when Microsoft Graph sends the change notifications.
70892
71599
  */
70893
71600
  notificationUrl?: string;
70894
71601
  /**
70895
- * Optional. The app ID that the subscription service can use to generate the validation token. This allows the client to validate the authenticity of the notification received.
71602
+ * Optional. The app ID that the subscription service can use to generate the validation token. The value allows the client to validate the authenticity of the notification received.
70896
71603
  */
70897
71604
  notificationUrlAppId?: string;
70898
71605
  /**
70899
- * Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource.
71606
+ * Required. Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource.
70900
71607
  */
70901
71608
  resource?: string;
70902
71609
  }
@@ -70960,7 +71667,7 @@ export interface SynchronizationError extends AdditionalDataHolder, BackedModel,
70960
71667
  }
70961
71668
  export interface SynchronizationJob extends Entity, Parsable {
70962
71669
  /**
70963
- * The bulkUpload property
71670
+ * The bulk upload operation for the job.
70964
71671
  */
70965
71672
  bulkUpload?: BulkUpload;
70966
71673
  /**
@@ -72301,7 +73008,7 @@ export interface TeamUnarchivedEventMessageDetail extends EventMessageDetail, Pa
72301
73008
  export type TeamVisibilityType = (typeof TeamVisibilityTypeObject)[keyof typeof TeamVisibilityTypeObject];
72302
73009
  export interface Teamwork extends Entity, Parsable {
72303
73010
  /**
72304
- * The deletedChats property
73011
+ * A collection of deleted chats.
72305
73012
  */
72306
73013
  deletedChats?: DeletedChat[];
72307
73014
  /**
@@ -75142,6 +75849,10 @@ export interface User extends DirectoryObject, Parsable {
75142
75849
  * A list for the user to enumerate their skills. Returned only on $select.
75143
75850
  */
75144
75851
  skills?: string[];
75852
+ /**
75853
+ * The sponsors property
75854
+ */
75855
+ sponsors?: DirectoryObject[];
75145
75856
  /**
75146
75857
  * 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).
75147
75858
  */
@@ -77323,15 +78034,31 @@ export interface Video extends AdditionalDataHolder, BackedModel, Parsable {
77323
78034
  export type VirtualAppointmentMessageType = (typeof VirtualAppointmentMessageTypeObject)[keyof typeof VirtualAppointmentMessageTypeObject];
77324
78035
  export interface VirtualEndpoint extends Entity, Parsable {
77325
78036
  /**
77326
- * The auditEvents property
78037
+ * A collection of Cloud PC audit events.
77327
78038
  */
77328
78039
  auditEvents?: CloudPcAuditEvent[];
77329
78040
  /**
77330
- * The provisioningPolicies property
78041
+ * A collection of cloud-managed virtual desktops.
78042
+ */
78043
+ cloudPCs?: CloudPC[];
78044
+ /**
78045
+ * A collection of device image resources on Cloud PC.
78046
+ */
78047
+ deviceImages?: CloudPcDeviceImage[];
78048
+ /**
78049
+ * A collection of gallery image resources on Cloud PC.
78050
+ */
78051
+ galleryImages?: CloudPcGalleryImage[];
78052
+ /**
78053
+ * A defined collection of Azure resource information that can be used to establish Azure network connections for Cloud PCs.
78054
+ */
78055
+ onPremisesConnections?: CloudPcOnPremisesConnection[];
78056
+ /**
78057
+ * A collection of Cloud PC provisioning policies.
77331
78058
  */
77332
78059
  provisioningPolicies?: CloudPcProvisioningPolicy[];
77333
78060
  /**
77334
- * The userSettings property
78061
+ * A collection of Cloud PC user settings.
77335
78062
  */
77336
78063
  userSettings?: CloudPcUserSetting[];
77337
78064
  }
@@ -77761,6 +78488,36 @@ export interface WebPartData extends AdditionalDataHolder, BackedModel, Parsable
77761
78488
  */
77762
78489
  title?: string;
77763
78490
  }
78491
+ export interface WebPartPosition extends AdditionalDataHolder, BackedModel, Parsable {
78492
+ /**
78493
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
78494
+ */
78495
+ additionalData?: Record<string, unknown>;
78496
+ /**
78497
+ * Stores model information.
78498
+ */
78499
+ backingStoreEnabled?: boolean;
78500
+ /**
78501
+ * The columnId property
78502
+ */
78503
+ columnId?: number;
78504
+ /**
78505
+ * The horizontalSectionId property
78506
+ */
78507
+ horizontalSectionId?: number;
78508
+ /**
78509
+ * The isInVerticalSection property
78510
+ */
78511
+ isInVerticalSection?: boolean;
78512
+ /**
78513
+ * The OdataType property
78514
+ */
78515
+ odataType?: string;
78516
+ /**
78517
+ * The webPartIndex property
78518
+ */
78519
+ webPartIndex?: number;
78520
+ }
77764
78521
  export interface Website extends AdditionalDataHolder, BackedModel, Parsable {
77765
78522
  /**
77766
78523
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -77895,7 +78652,7 @@ export interface Win32LobAppFileSystemRule extends Parsable, Win32LobAppRule {
77895
78652
  */
77896
78653
  fileOrFolderName?: string;
77897
78654
  /**
77898
- * Contains all supported file system detection type.
78655
+ * A list of possible operations for rules used to make determinations about an application based on files or folders. Unless noted, can be used with either detection or requirement rules.
77899
78656
  */
77900
78657
  operationType?: Win32LobAppFileSystemOperationType;
77901
78658
  /**
@@ -78051,7 +78808,7 @@ export interface Win32LobAppRegistryRule extends Parsable, Win32LobAppRule {
78051
78808
  */
78052
78809
  keyPath?: string;
78053
78810
  /**
78054
- * Contains all supported registry data detection type.
78811
+ * A list of possible operations for rules used to make determinations about an application based on registry keys or values. Unless noted, the values can be used with either detection or requirement rules.
78055
78812
  */
78056
78813
  operationType?: Win32LobAppRegistryRuleOperationType;
78057
78814
  /**
@@ -78383,6 +79140,15 @@ export interface Windows10EndpointProtectionConfiguration extends DeviceConfigur
78383
79140
  */
78384
79141
  smartScreenEnableInShell?: boolean;
78385
79142
  }
79143
+ /**
79144
+ * Windows 10 Enrollment Status Page Configuration
79145
+ */
79146
+ export interface Windows10EnrollmentCompletionPageConfiguration extends DeviceEnrollmentConfiguration, Parsable {
79147
+ /**
79148
+ * When TRUE, ESP (Enrollment Status Page) installs all required apps targeted during technician phase and ignores any failures for non-blocking apps. When FALSE, ESP fails on any error during app install. The default is false.
79149
+ */
79150
+ allowNonBlockingAppInstallation?: boolean;
79151
+ }
78386
79152
  /**
78387
79153
  * Windows10 Enterprise Modern App Management Configuration.
78388
79154
  */
@@ -80923,11 +81689,11 @@ export interface WindowsProtectionState extends Entity, Parsable {
80923
81689
  }
80924
81690
  export interface WindowsSetting extends Entity, Parsable {
80925
81691
  /**
80926
- * The instances property
81692
+ * A collection of setting values for a given windowsSetting.
80927
81693
  */
80928
81694
  instances?: WindowsSettingInstance[];
80929
81695
  /**
80930
- * The payloadType property
81696
+ * The type of setting payloads contained in the instances navigation property.
80931
81697
  */
80932
81698
  payloadType?: string;
80933
81699
  /**
@@ -80935,7 +81701,7 @@ export interface WindowsSetting extends Entity, Parsable {
80935
81701
  */
80936
81702
  settingType?: WindowsSettingType;
80937
81703
  /**
80938
- * The windowsDeviceId property
81704
+ * A unique identifier for the device the setting might belong to if it is of the settingType backup.
80939
81705
  */
80940
81706
  windowsDeviceId?: string;
80941
81707
  }
@@ -80947,19 +81713,19 @@ export interface WindowsSettingCollectionResponse extends BaseCollectionPaginati
80947
81713
  }
80948
81714
  export interface WindowsSettingInstance extends Entity, Parsable {
80949
81715
  /**
80950
- * The createdDateTime property
81716
+ * Set by the server. Represents the dateTime in UTC when the object was created on the server.
80951
81717
  */
80952
81718
  createdDateTime?: Date;
80953
81719
  /**
80954
- * The expirationDateTime property
81720
+ * Set by the server. The object expires at the specified dateTime in UTC, making it unavailable after that time.
80955
81721
  */
80956
81722
  expirationDateTime?: Date;
80957
81723
  /**
80958
- * The lastModifiedDateTime property
81724
+ * Set by the server if not provided in the request from the Windows client device. Refers to the user's Windows device that modified the object at the specified dateTime in UTC.
80959
81725
  */
80960
81726
  lastModifiedDateTime?: Date;
80961
81727
  /**
80962
- * The payload property
81728
+ * Base64-encoded JSON setting value.
80963
81729
  */
80964
81730
  payload?: string;
80965
81731
  }
@@ -82899,6 +83665,12 @@ export declare const AppLogUploadStateObject: {
82899
83665
  /** Evolvable enumeration sentinel value. Do not use. */
82900
83666
  readonly UnknownFutureValue: "unknownFutureValue";
82901
83667
  };
83668
+ export declare const AppsUpdateChannelTypeObject: {
83669
+ readonly Current: "current";
83670
+ readonly MonthlyEnterprise: "monthlyEnterprise";
83671
+ readonly SemiAnnual: "semiAnnual";
83672
+ readonly UnknownFutureValue: "unknownFutureValue";
83673
+ };
82902
83674
  export declare const AssignmentTypeObject: {
82903
83675
  readonly Required: "required";
82904
83676
  readonly Recommended: "recommended";
@@ -83431,11 +84203,125 @@ export declare const CloudPcAuditCategoryObject: {
83431
84203
  readonly CloudPC: "cloudPC";
83432
84204
  readonly UnknownFutureValue: "unknownFutureValue";
83433
84205
  };
84206
+ export declare const CloudPcDeviceImageErrorCodeObject: {
84207
+ readonly InternalServerError: "internalServerError";
84208
+ readonly SourceImageNotFound: "sourceImageNotFound";
84209
+ readonly OsVersionNotSupported: "osVersionNotSupported";
84210
+ readonly SourceImageInvalid: "sourceImageInvalid";
84211
+ readonly SourceImageNotGeneralized: "sourceImageNotGeneralized";
84212
+ readonly UnknownFutureValue: "unknownFutureValue";
84213
+ readonly VmAlreadyAzureAdjoined: "vmAlreadyAzureAdjoined";
84214
+ readonly PaidSourceImageNotSupport: "paidSourceImageNotSupport";
84215
+ readonly SourceImageNotSupportCustomizeVMName: "sourceImageNotSupportCustomizeVMName";
84216
+ readonly SourceImageSizeExceedsLimitation: "sourceImageSizeExceedsLimitation";
84217
+ };
84218
+ export declare const CloudPcDeviceImageOsStatusObject: {
84219
+ readonly Supported: "supported";
84220
+ readonly SupportedWithWarning: "supportedWithWarning";
84221
+ readonly Unknown: "unknown";
84222
+ readonly UnknownFutureValue: "unknownFutureValue";
84223
+ };
84224
+ export declare const CloudPcDeviceImageStatusObject: {
84225
+ readonly Pending: "pending";
84226
+ readonly Ready: "ready";
84227
+ readonly Failed: "failed";
84228
+ readonly UnknownFutureValue: "unknownFutureValue";
84229
+ };
83434
84230
  export declare const CloudPcDomainJoinTypeObject: {
83435
84231
  readonly AzureADJoin: "azureADJoin";
83436
84232
  readonly HybridAzureADJoin: "hybridAzureADJoin";
83437
84233
  readonly UnknownFutureValue: "unknownFutureValue";
83438
84234
  };
84235
+ export declare const CloudPcGalleryImageStatusObject: {
84236
+ readonly Supported: "supported";
84237
+ readonly SupportedWithWarning: "supportedWithWarning";
84238
+ readonly NotSupported: "notSupported";
84239
+ readonly UnknownFutureValue: "unknownFutureValue";
84240
+ };
84241
+ export declare const CloudPcOnPremisesConnectionHealthCheckErrorTypeObject: {
84242
+ readonly DnsCheckFqdnNotFound: "dnsCheckFqdnNotFound";
84243
+ readonly DnsCheckNameWithInvalidCharacter: "dnsCheckNameWithInvalidCharacter";
84244
+ readonly DnsCheckUnknownError: "dnsCheckUnknownError";
84245
+ readonly AdJoinCheckFqdnNotFound: "adJoinCheckFqdnNotFound";
84246
+ readonly AdJoinCheckIncorrectCredentials: "adJoinCheckIncorrectCredentials";
84247
+ readonly AdJoinCheckOrganizationalUnitNotFound: "adJoinCheckOrganizationalUnitNotFound";
84248
+ readonly AdJoinCheckOrganizationalUnitIncorrectFormat: "adJoinCheckOrganizationalUnitIncorrectFormat";
84249
+ readonly AdJoinCheckComputerObjectAlreadyExists: "adJoinCheckComputerObjectAlreadyExists";
84250
+ readonly AdJoinCheckAccessDenied: "adJoinCheckAccessDenied";
84251
+ readonly AdJoinCheckCredentialsExpired: "adJoinCheckCredentialsExpired";
84252
+ readonly AdJoinCheckAccountLockedOrDisabled: "adJoinCheckAccountLockedOrDisabled";
84253
+ readonly AdJoinCheckAccountQuotaExceeded: "adJoinCheckAccountQuotaExceeded";
84254
+ readonly AdJoinCheckServerNotOperational: "adJoinCheckServerNotOperational";
84255
+ readonly AdJoinCheckUnknownError: "adJoinCheckUnknownError";
84256
+ readonly EndpointConnectivityCheckCloudPcUrlNotAllowListed: "endpointConnectivityCheckCloudPcUrlNotAllowListed";
84257
+ readonly EndpointConnectivityCheckWVDUrlNotAllowListed: "endpointConnectivityCheckWVDUrlNotAllowListed";
84258
+ readonly EndpointConnectivityCheckIntuneUrlNotAllowListed: "endpointConnectivityCheckIntuneUrlNotAllowListed";
84259
+ readonly EndpointConnectivityCheckAzureADUrlNotAllowListed: "endpointConnectivityCheckAzureADUrlNotAllowListed";
84260
+ readonly EndpointConnectivityCheckLocaleUrlNotAllowListed: "endpointConnectivityCheckLocaleUrlNotAllowListed";
84261
+ readonly EndpointConnectivityCheckUnknownError: "endpointConnectivityCheckUnknownError";
84262
+ readonly AzureAdDeviceSyncCheckDeviceNotFound: "azureAdDeviceSyncCheckDeviceNotFound";
84263
+ readonly AzureAdDeviceSyncCheckLongSyncCircle: "azureAdDeviceSyncCheckLongSyncCircle";
84264
+ readonly AzureAdDeviceSyncCheckConnectDisabled: "azureAdDeviceSyncCheckConnectDisabled";
84265
+ readonly AzureAdDeviceSyncCheckDurationExceeded: "azureAdDeviceSyncCheckDurationExceeded";
84266
+ readonly AzureAdDeviceSyncCheckScpNotConfigured: "azureAdDeviceSyncCheckScpNotConfigured";
84267
+ readonly AzureAdDeviceSyncCheckTransientServiceError: "azureAdDeviceSyncCheckTransientServiceError";
84268
+ readonly AzureAdDeviceSyncCheckUnknownError: "azureAdDeviceSyncCheckUnknownError";
84269
+ readonly ResourceAvailabilityCheckNoSubnetIP: "resourceAvailabilityCheckNoSubnetIP";
84270
+ readonly ResourceAvailabilityCheckSubscriptionDisabled: "resourceAvailabilityCheckSubscriptionDisabled";
84271
+ readonly ResourceAvailabilityCheckAzurePolicyViolation: "resourceAvailabilityCheckAzurePolicyViolation";
84272
+ readonly ResourceAvailabilityCheckSubscriptionNotFound: "resourceAvailabilityCheckSubscriptionNotFound";
84273
+ readonly ResourceAvailabilityCheckSubscriptionTransferred: "resourceAvailabilityCheckSubscriptionTransferred";
84274
+ readonly ResourceAvailabilityCheckGeneralSubscriptionError: "resourceAvailabilityCheckGeneralSubscriptionError";
84275
+ readonly ResourceAvailabilityCheckUnsupportedVNetRegion: "resourceAvailabilityCheckUnsupportedVNetRegion";
84276
+ readonly ResourceAvailabilityCheckResourceGroupInvalid: "resourceAvailabilityCheckResourceGroupInvalid";
84277
+ readonly ResourceAvailabilityCheckVNetInvalid: "resourceAvailabilityCheckVNetInvalid";
84278
+ readonly ResourceAvailabilityCheckSubnetInvalid: "resourceAvailabilityCheckSubnetInvalid";
84279
+ readonly ResourceAvailabilityCheckResourceGroupBeingDeleted: "resourceAvailabilityCheckResourceGroupBeingDeleted";
84280
+ readonly ResourceAvailabilityCheckVNetBeingMoved: "resourceAvailabilityCheckVNetBeingMoved";
84281
+ readonly ResourceAvailabilityCheckSubnetDelegationFailed: "resourceAvailabilityCheckSubnetDelegationFailed";
84282
+ readonly ResourceAvailabilityCheckSubnetWithExternalResources: "resourceAvailabilityCheckSubnetWithExternalResources";
84283
+ readonly ResourceAvailabilityCheckResourceGroupLockedForReadonly: "resourceAvailabilityCheckResourceGroupLockedForReadonly";
84284
+ readonly ResourceAvailabilityCheckResourceGroupLockedForDelete: "resourceAvailabilityCheckResourceGroupLockedForDelete";
84285
+ readonly ResourceAvailabilityCheckNoIntuneReaderRoleError: "resourceAvailabilityCheckNoIntuneReaderRoleError";
84286
+ readonly ResourceAvailabilityCheckIntuneDefaultWindowsRestrictionViolation: "resourceAvailabilityCheckIntuneDefaultWindowsRestrictionViolation";
84287
+ readonly ResourceAvailabilityCheckIntuneCustomWindowsRestrictionViolation: "resourceAvailabilityCheckIntuneCustomWindowsRestrictionViolation";
84288
+ readonly ResourceAvailabilityCheckDeploymentQuotaLimitReached: "resourceAvailabilityCheckDeploymentQuotaLimitReached";
84289
+ readonly ResourceAvailabilityCheckTransientServiceError: "resourceAvailabilityCheckTransientServiceError";
84290
+ readonly ResourceAvailabilityCheckUnknownError: "resourceAvailabilityCheckUnknownError";
84291
+ readonly PermissionCheckNoSubscriptionReaderRole: "permissionCheckNoSubscriptionReaderRole";
84292
+ readonly PermissionCheckNoResourceGroupOwnerRole: "permissionCheckNoResourceGroupOwnerRole";
84293
+ readonly PermissionCheckNoVNetContributorRole: "permissionCheckNoVNetContributorRole";
84294
+ readonly PermissionCheckNoResourceGroupNetworkContributorRole: "permissionCheckNoResourceGroupNetworkContributorRole";
84295
+ readonly PermissionCheckNoWindows365NetworkUserRole: "permissionCheckNoWindows365NetworkUserRole";
84296
+ readonly PermissionCheckNoWindows365NetworkInterfaceContributorRole: "permissionCheckNoWindows365NetworkInterfaceContributorRole";
84297
+ readonly PermissionCheckTransientServiceError: "permissionCheckTransientServiceError";
84298
+ readonly PermissionCheckUnknownError: "permissionCheckUnknownError";
84299
+ readonly UdpConnectivityCheckStunUrlNotAllowListed: "udpConnectivityCheckStunUrlNotAllowListed";
84300
+ readonly UdpConnectivityCheckTurnUrlNotAllowListed: "udpConnectivityCheckTurnUrlNotAllowListed";
84301
+ readonly UdpConnectivityCheckUrlsNotAllowListed: "udpConnectivityCheckUrlsNotAllowListed";
84302
+ readonly UdpConnectivityCheckUnknownError: "udpConnectivityCheckUnknownError";
84303
+ readonly InternalServerErrorDeploymentCanceled: "internalServerErrorDeploymentCanceled";
84304
+ readonly InternalServerErrorAllocateResourceFailed: "internalServerErrorAllocateResourceFailed";
84305
+ readonly InternalServerErrorVMDeploymentTimeout: "internalServerErrorVMDeploymentTimeout";
84306
+ readonly InternalServerErrorUnableToRunDscScript: "internalServerErrorUnableToRunDscScript";
84307
+ readonly SsoCheckKerberosConfigurationError: "ssoCheckKerberosConfigurationError";
84308
+ readonly InternalServerUnknownError: "internalServerUnknownError";
84309
+ readonly UnknownFutureValue: "unknownFutureValue";
84310
+ };
84311
+ export declare const CloudPcOnPremisesConnectionStatusObject: {
84312
+ readonly Pending: "pending";
84313
+ readonly Running: "running";
84314
+ readonly Passed: "passed";
84315
+ readonly Failed: "failed";
84316
+ readonly Warning: "warning";
84317
+ readonly Informational: "informational";
84318
+ readonly UnknownFutureValue: "unknownFutureValue";
84319
+ };
84320
+ export declare const CloudPcOnPremisesConnectionTypeObject: {
84321
+ readonly HybridAzureADJoin: "hybridAzureADJoin";
84322
+ readonly AzureADJoin: "azureADJoin";
84323
+ readonly UnknownFutureValue: "unknownFutureValue";
84324
+ };
83439
84325
  export declare const CloudPcProvisioningPolicyImageTypeObject: {
83440
84326
  readonly Gallery: "gallery";
83441
84327
  readonly Custom: "custom";
@@ -84001,12 +84887,12 @@ export declare const DeviceManagementExchangeConnectorTypeObject: {
84001
84887
  readonly UnknownFutureValue: "unknownFutureValue";
84002
84888
  };
84003
84889
  /**
84004
- * Configures how the requested export job is localized
84890
+ * Configures how the requested export job is localized.
84005
84891
  */
84006
84892
  export declare const DeviceManagementExportJobLocalizationTypeObject: {
84007
- /** Configures the export job to expose localized values as an additional column */
84893
+ /** Configures the export job to expose localized values as an additional column. */
84008
84894
  readonly LocalizedValuesAsAdditionalColumn: "localizedValuesAsAdditionalColumn";
84009
- /** Configures the export job to replace enumerable values with their localized values */
84895
+ /** Configures the export job to replace enumerable values with their localized values. */
84010
84896
  readonly ReplaceLocalizableValues: "replaceLocalizableValues";
84011
84897
  };
84012
84898
  /**
@@ -84038,31 +84924,31 @@ export declare const DeviceManagementPartnerTenantStateObject: {
84038
84924
  readonly Unresponsive: "unresponsive";
84039
84925
  };
84040
84926
  /**
84041
- * Possible values for the file format of a report
84927
+ * Possible values for the file format of a report.
84042
84928
  */
84043
84929
  export declare const DeviceManagementReportFileFormatObject: {
84044
- /** CSV Format */
84930
+ /** CSV Format. */
84045
84931
  readonly Csv: "csv";
84046
- /** PDF Format */
84932
+ /** PDF Format (Deprecate later). */
84047
84933
  readonly Pdf: "pdf";
84048
- /** JSON Format */
84934
+ /** JSON Format. */
84049
84935
  readonly Json: "json";
84050
84936
  /** Evolvable enumeration sentinel value. Do not use. */
84051
84937
  readonly UnknownFutureValue: "unknownFutureValue";
84052
84938
  };
84053
84939
  /**
84054
- * Possible statuses associated with a generated report
84940
+ * Possible statuses associated with a generated report.
84055
84941
  */
84056
84942
  export declare const DeviceManagementReportStatusObject: {
84057
- /** Report generation status is unknown */
84943
+ /** Report generation status is unknown. */
84058
84944
  readonly Unknown: "unknown";
84059
- /** Report generation has not started */
84945
+ /** Report generation has not started. */
84060
84946
  readonly NotStarted: "notStarted";
84061
- /** Report generation is in progress */
84947
+ /** Report generation is in progress. */
84062
84948
  readonly InProgress: "inProgress";
84063
- /** Report generation is completed */
84949
+ /** Report generation is completed. */
84064
84950
  readonly Completed: "completed";
84065
- /** Report generation has failed */
84951
+ /** Report generation has failed. */
84066
84952
  readonly Failed: "failed";
84067
84953
  };
84068
84954
  /**
@@ -85090,6 +85976,8 @@ export declare const MobileThreatPartnerTenantStateObject: {
85090
85976
  readonly Enabled: "enabled";
85091
85977
  /** Partner is unresponsive. */
85092
85978
  readonly Unresponsive: "unresponsive";
85979
+ /** Evolvable enumeration sentinel value. Do not use. */
85980
+ readonly UnknownFutureValue: "unknownFutureValue";
85093
85981
  };
85094
85982
  export declare const ModalityObject: {
85095
85983
  readonly Audio: "audio";
@@ -86950,6 +87838,9 @@ export declare const RiskDetailObject: {
86950
87838
  readonly M365DAdminDismissedDetection: "m365DAdminDismissedDetection";
86951
87839
  readonly AdminConfirmedServicePrincipalCompromised: "adminConfirmedServicePrincipalCompromised";
86952
87840
  readonly AdminDismissedAllRiskForServicePrincipal: "adminDismissedAllRiskForServicePrincipal";
87841
+ readonly UserChangedPasswordOnPremises: "userChangedPasswordOnPremises";
87842
+ readonly AdminDismissedRiskForSignIn: "adminDismissedRiskForSignIn";
87843
+ readonly AdminConfirmedAccountSafe: "adminConfirmedAccountSafe";
86953
87844
  };
86954
87845
  export declare const RiskDetectionTimingTypeObject: {
86955
87846
  readonly NotDefined: "notDefined";
@@ -87998,20 +88889,20 @@ export declare const Win32LobAppDeliveryOptimizationPriorityObject: {
87998
88889
  readonly Foreground: "foreground";
87999
88890
  };
88000
88891
  /**
88001
- * Contains all supported file system detection type.
88892
+ * A list of possible operations for rules used to make determinations about an application based on files or folders. Unless noted, can be used with either detection or requirement rules.
88002
88893
  */
88003
88894
  export declare const Win32LobAppFileSystemOperationTypeObject: {
88004
- /** Not configured. */
88895
+ /** Default. Indicates that the rule does not have the operation type configured. */
88005
88896
  readonly NotConfigured: "notConfigured";
88006
- /** Whether the specified file or folder exists. */
88897
+ /** Indicates that the rule evaluates whether the specified file or folder exists. */
88007
88898
  readonly Exists: "exists";
88008
- /** Last modified date. */
88899
+ /** Indicates that the rule compares the modified date of the specified file against a provided comparison value by DateTime comparison. */
88009
88900
  readonly ModifiedDate: "modifiedDate";
88010
- /** Created date. */
88901
+ /** Indicates that the rule compares the created date of the specified file against a provided comparison value by DateTime comparison. */
88011
88902
  readonly CreatedDate: "createdDate";
88012
- /** Version value type. */
88903
+ /** Indicates that the rule compares the detected version of the specified file against a provided comparison value via version semantics (both operand values will be parsed as versions and directly compared). If the value read at the given registry value is not discovered to be in version-compatible format, a string comparison will be used instead. */
88013
88904
  readonly Version: "version";
88014
- /** Size detection type. */
88905
+ /** Indicates that the rule compares the size of the file in MiB (rounded down) against a provided comparison value by integer comparison. */
88015
88906
  readonly SizeInMB: "sizeInMB";
88016
88907
  };
88017
88908
  /**
@@ -88056,20 +88947,20 @@ export declare const Win32LobAppPowerShellScriptRuleOperationTypeObject: {
88056
88947
  readonly Boolean: "boolean";
88057
88948
  };
88058
88949
  /**
88059
- * Contains all supported registry data detection type.
88950
+ * A list of possible operations for rules used to make determinations about an application based on registry keys or values. Unless noted, the values can be used with either detection or requirement rules.
88060
88951
  */
88061
88952
  export declare const Win32LobAppRegistryRuleOperationTypeObject: {
88062
- /** Not configured. */
88953
+ /** Default. Indicates that the rule does not have the operation type configured. */
88063
88954
  readonly NotConfigured: "notConfigured";
88064
- /** The specified registry key or value exists. */
88955
+ /** Indicates that the rule evaluates whether the specified registry key or value exists. */
88065
88956
  readonly Exists: "exists";
88066
- /** The specified registry key or value does not exist. */
88957
+ /** Indicates that the rule evaluates whether the specified registry key or value does not exist. It is the functional inverse of an equivalent rule that uses operation type `exists`. */
88067
88958
  readonly DoesNotExist: "doesNotExist";
88068
- /** String value type. */
88959
+ /** Indicates that the rule compares the value read at the given registry value against a provided comparison value by string comparison. */
88069
88960
  readonly String: "string";
88070
- /** Integer value type. */
88961
+ /** Indicates that the rule compares the value read at the given registry value against a provided comparison value by integer comparison. */
88071
88962
  readonly Integer: "integer";
88072
- /** Version value type. */
88963
+ /** Indicates that the rule compares the value read at the given registry value against a provided comparison value via version semantics (both operand values will be parsed as versions and directly compared). If the value read at the given registry value is not discovered to be in version-compatible format, a string comparison will be used instead. */
88073
88964
  readonly Version: "version";
88074
88965
  };
88075
88966
  /**