@microsoft/msgraph-sdk 1.0.0-preview.17 → 1.0.0-preview.18
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/identityGovernance/index.d.ts +3 -3
- package/models/index.d.ts +1069 -182
- package/models/index.d.ts.map +1 -1
- package/models/index.js +897 -171
- package/models/partners/billing/index.d.ts +44 -0
- package/models/partners/billing/index.d.ts.map +1 -1
- package/models/partners/billing/index.js +54 -2
- package/models/search/index.d.ts +32 -32
- package/models/security/index.d.ts +102 -0
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +90 -13
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
8574
|
+
* Indicates the title of the checklistItem.
|
|
8512
8575
|
*/
|
|
8513
8576
|
displayName?: string;
|
|
8514
8577
|
/**
|
|
8515
|
-
* State
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
8696
|
+
* The formatName version of the value of a cloud clipboard encoded in base64.
|
|
8634
8697
|
*/
|
|
8635
8698
|
content?: string;
|
|
8636
8699
|
/**
|
|
8637
|
-
*
|
|
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
|
-
*
|
|
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 aadDeviceId property
|
|
8747
|
+
*/
|
|
8748
|
+
aadDeviceId?: string;
|
|
8749
|
+
/**
|
|
8750
|
+
* The displayName property
|
|
8751
|
+
*/
|
|
8752
|
+
displayName?: string;
|
|
8753
|
+
/**
|
|
8754
|
+
* The gracePeriodEndDateTime property
|
|
8755
|
+
*/
|
|
8756
|
+
gracePeriodEndDateTime?: Date;
|
|
8757
|
+
/**
|
|
8758
|
+
* The imageDisplayName property
|
|
8759
|
+
*/
|
|
8760
|
+
imageDisplayName?: string;
|
|
8761
|
+
/**
|
|
8762
|
+
* The lastModifiedDateTime property
|
|
8763
|
+
*/
|
|
8764
|
+
lastModifiedDateTime?: Date;
|
|
8765
|
+
/**
|
|
8766
|
+
* The managedDeviceId property
|
|
8767
|
+
*/
|
|
8768
|
+
managedDeviceId?: string;
|
|
8769
|
+
/**
|
|
8770
|
+
* The managedDeviceName property
|
|
8771
|
+
*/
|
|
8772
|
+
managedDeviceName?: string;
|
|
8773
|
+
/**
|
|
8774
|
+
* The onPremisesConnectionName property
|
|
8775
|
+
*/
|
|
8776
|
+
onPremisesConnectionName?: string;
|
|
8777
|
+
/**
|
|
8778
|
+
* The provisioningPolicyId property
|
|
8779
|
+
*/
|
|
8780
|
+
provisioningPolicyId?: string;
|
|
8781
|
+
/**
|
|
8782
|
+
* The provisioningPolicyName property
|
|
8783
|
+
*/
|
|
8784
|
+
provisioningPolicyName?: string;
|
|
8785
|
+
/**
|
|
8786
|
+
* The provisioningType property
|
|
8787
|
+
*/
|
|
8788
|
+
provisioningType?: CloudPcProvisioningType;
|
|
8789
|
+
/**
|
|
8790
|
+
* The servicePlanId property
|
|
8791
|
+
*/
|
|
8792
|
+
servicePlanId?: string;
|
|
8793
|
+
/**
|
|
8794
|
+
* The servicePlanName property
|
|
8795
|
+
*/
|
|
8796
|
+
servicePlanName?: string;
|
|
8797
|
+
/**
|
|
8798
|
+
* The userPrincipalName property
|
|
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 {
|
|
@@ -8839,6 +8960,63 @@ export interface CloudPcAuditResource extends AdditionalDataHolder, BackedModel,
|
|
|
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 displayName property
|
|
8972
|
+
*/
|
|
8973
|
+
displayName?: string;
|
|
8974
|
+
/**
|
|
8975
|
+
* The errorCode property
|
|
8976
|
+
*/
|
|
8977
|
+
errorCode?: CloudPcDeviceImageErrorCode;
|
|
8978
|
+
/**
|
|
8979
|
+
* The expirationDate property
|
|
8980
|
+
*/
|
|
8981
|
+
expirationDate?: DateOnly;
|
|
8982
|
+
/**
|
|
8983
|
+
* The lastModifiedDateTime property
|
|
8984
|
+
*/
|
|
8985
|
+
lastModifiedDateTime?: Date;
|
|
8986
|
+
/**
|
|
8987
|
+
* The operatingSystem property
|
|
8988
|
+
*/
|
|
8989
|
+
operatingSystem?: string;
|
|
8990
|
+
/**
|
|
8991
|
+
* The osBuildNumber property
|
|
8992
|
+
*/
|
|
8993
|
+
osBuildNumber?: string;
|
|
8994
|
+
/**
|
|
8995
|
+
* The osStatus property
|
|
8996
|
+
*/
|
|
8997
|
+
osStatus?: CloudPcDeviceImageOsStatus;
|
|
8998
|
+
/**
|
|
8999
|
+
* The sourceImageResourceId property
|
|
9000
|
+
*/
|
|
9001
|
+
sourceImageResourceId?: string;
|
|
9002
|
+
/**
|
|
9003
|
+
* The status property
|
|
9004
|
+
*/
|
|
9005
|
+
status?: CloudPcDeviceImageStatus;
|
|
9006
|
+
/**
|
|
9007
|
+
* The version property
|
|
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.
|
|
@@ -8870,6 +9048,51 @@ export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, Ba
|
|
|
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 displayName property
|
|
9054
|
+
*/
|
|
9055
|
+
displayName?: string;
|
|
9056
|
+
/**
|
|
9057
|
+
* The endDate property
|
|
9058
|
+
*/
|
|
9059
|
+
endDate?: DateOnly;
|
|
9060
|
+
/**
|
|
9061
|
+
* The expirationDate property
|
|
9062
|
+
*/
|
|
9063
|
+
expirationDate?: DateOnly;
|
|
9064
|
+
/**
|
|
9065
|
+
* The offerName property
|
|
9066
|
+
*/
|
|
9067
|
+
offerName?: string;
|
|
9068
|
+
/**
|
|
9069
|
+
* The publisherName property
|
|
9070
|
+
*/
|
|
9071
|
+
publisherName?: string;
|
|
9072
|
+
/**
|
|
9073
|
+
* The sizeInGB property
|
|
9074
|
+
*/
|
|
9075
|
+
sizeInGB?: number;
|
|
9076
|
+
/**
|
|
9077
|
+
* The skuName property
|
|
9078
|
+
*/
|
|
9079
|
+
skuName?: string;
|
|
9080
|
+
/**
|
|
9081
|
+
* The startDate property
|
|
9082
|
+
*/
|
|
9083
|
+
startDate?: DateOnly;
|
|
9084
|
+
/**
|
|
9085
|
+
* The status property
|
|
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.
|
|
@@ -8894,6 +9117,153 @@ export interface CloudPcManagementGroupAssignmentTarget extends CloudPcManagemen
|
|
|
8894
9117
|
*/
|
|
8895
9118
|
servicePlanId?: string;
|
|
8896
9119
|
}
|
|
9120
|
+
export interface CloudPcOnPremisesConnection extends Entity, Parsable {
|
|
9121
|
+
/**
|
|
9122
|
+
* The adDomainName property
|
|
9123
|
+
*/
|
|
9124
|
+
adDomainName?: string;
|
|
9125
|
+
/**
|
|
9126
|
+
* The adDomainPassword property
|
|
9127
|
+
*/
|
|
9128
|
+
adDomainPassword?: string;
|
|
9129
|
+
/**
|
|
9130
|
+
* The adDomainUsername property
|
|
9131
|
+
*/
|
|
9132
|
+
adDomainUsername?: string;
|
|
9133
|
+
/**
|
|
9134
|
+
* The alternateResourceUrl property
|
|
9135
|
+
*/
|
|
9136
|
+
alternateResourceUrl?: string;
|
|
9137
|
+
/**
|
|
9138
|
+
* The connectionType property
|
|
9139
|
+
*/
|
|
9140
|
+
connectionType?: CloudPcOnPremisesConnectionType;
|
|
9141
|
+
/**
|
|
9142
|
+
* The displayName property
|
|
9143
|
+
*/
|
|
9144
|
+
displayName?: string;
|
|
9145
|
+
/**
|
|
9146
|
+
* The healthCheckStatus property
|
|
9147
|
+
*/
|
|
9148
|
+
healthCheckStatus?: CloudPcOnPremisesConnectionStatus;
|
|
9149
|
+
/**
|
|
9150
|
+
* The healthCheckStatusDetail property
|
|
9151
|
+
*/
|
|
9152
|
+
healthCheckStatusDetail?: CloudPcOnPremisesConnectionStatusDetail;
|
|
9153
|
+
/**
|
|
9154
|
+
* The inUse property
|
|
9155
|
+
*/
|
|
9156
|
+
inUse?: boolean;
|
|
9157
|
+
/**
|
|
9158
|
+
* The organizationalUnit property
|
|
9159
|
+
*/
|
|
9160
|
+
organizationalUnit?: string;
|
|
9161
|
+
/**
|
|
9162
|
+
* The resourceGroupId property
|
|
9163
|
+
*/
|
|
9164
|
+
resourceGroupId?: string;
|
|
9165
|
+
/**
|
|
9166
|
+
* The subnetId property
|
|
9167
|
+
*/
|
|
9168
|
+
subnetId?: string;
|
|
9169
|
+
/**
|
|
9170
|
+
* The subscriptionId property
|
|
9171
|
+
*/
|
|
9172
|
+
subscriptionId?: string;
|
|
9173
|
+
/**
|
|
9174
|
+
* The subscriptionName property
|
|
9175
|
+
*/
|
|
9176
|
+
subscriptionName?: string;
|
|
9177
|
+
/**
|
|
9178
|
+
* The virtualNetworkId property
|
|
9179
|
+
*/
|
|
9180
|
+
virtualNetworkId?: string;
|
|
9181
|
+
/**
|
|
9182
|
+
* The virtualNetworkLocation property
|
|
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
|
+
* The additionalDetail property
|
|
9199
|
+
*/
|
|
9200
|
+
additionalDetail?: string;
|
|
9201
|
+
/**
|
|
9202
|
+
* Stores model information.
|
|
9203
|
+
*/
|
|
9204
|
+
backingStoreEnabled?: boolean;
|
|
9205
|
+
/**
|
|
9206
|
+
* The correlationId property
|
|
9207
|
+
*/
|
|
9208
|
+
correlationId?: string;
|
|
9209
|
+
/**
|
|
9210
|
+
* The displayName property
|
|
9211
|
+
*/
|
|
9212
|
+
displayName?: string;
|
|
9213
|
+
/**
|
|
9214
|
+
* The endDateTime property
|
|
9215
|
+
*/
|
|
9216
|
+
endDateTime?: Date;
|
|
9217
|
+
/**
|
|
9218
|
+
* The errorType property
|
|
9219
|
+
*/
|
|
9220
|
+
errorType?: CloudPcOnPremisesConnectionHealthCheckErrorType;
|
|
9221
|
+
/**
|
|
9222
|
+
* The OdataType property
|
|
9223
|
+
*/
|
|
9224
|
+
odataType?: string;
|
|
9225
|
+
/**
|
|
9226
|
+
* The recommendedAction property
|
|
9227
|
+
*/
|
|
9228
|
+
recommendedAction?: string;
|
|
9229
|
+
/**
|
|
9230
|
+
* The startDateTime property
|
|
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 endDateTime property
|
|
9251
|
+
*/
|
|
9252
|
+
endDateTime?: Date;
|
|
9253
|
+
/**
|
|
9254
|
+
* The healthChecks property
|
|
9255
|
+
*/
|
|
9256
|
+
healthChecks?: CloudPcOnPremisesConnectionHealthCheck[];
|
|
9257
|
+
/**
|
|
9258
|
+
* The OdataType property
|
|
9259
|
+
*/
|
|
9260
|
+
odataType?: string;
|
|
9261
|
+
/**
|
|
9262
|
+
* The startDateTime property
|
|
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
9269
|
* The alternateResourceUrl property
|
|
@@ -9008,6 +9378,36 @@ export interface CloudPcRestorePointSetting extends AdditionalDataHolder, Backed
|
|
|
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 displayName property
|
|
9392
|
+
*/
|
|
9393
|
+
displayName?: string;
|
|
9394
|
+
/**
|
|
9395
|
+
* The OdataType property
|
|
9396
|
+
*/
|
|
9397
|
+
odataType?: string;
|
|
9398
|
+
/**
|
|
9399
|
+
* The resourceId property
|
|
9400
|
+
*/
|
|
9401
|
+
resourceId?: string;
|
|
9402
|
+
/**
|
|
9403
|
+
* The subscriptionDisplayName property
|
|
9404
|
+
*/
|
|
9405
|
+
subscriptionDisplayName?: string;
|
|
9406
|
+
/**
|
|
9407
|
+
* The subscriptionId property
|
|
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.
|
|
@@ -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
|
|
10607
|
+
* The contact's instant messaging (IM) addresses.
|
|
10208
10608
|
*/
|
|
10209
10609
|
imAddresses?: string[];
|
|
10210
10610
|
/**
|
|
10211
|
-
* The initials
|
|
10611
|
+
* The contact's initials.
|
|
10212
10612
|
*/
|
|
10213
10613
|
initials?: string;
|
|
10214
10614
|
/**
|
|
10215
|
-
* The
|
|
10615
|
+
* The contact’s job title.
|
|
10216
10616
|
*/
|
|
10217
10617
|
jobTitle?: string;
|
|
10218
10618
|
/**
|
|
10219
|
-
* The manager
|
|
10619
|
+
* The name of the contact's manager.
|
|
10220
10620
|
*/
|
|
10221
10621
|
manager?: string;
|
|
10222
10622
|
/**
|
|
10223
|
-
* The
|
|
10623
|
+
* The contact's middle name.
|
|
10224
10624
|
*/
|
|
10225
10625
|
middleName?: string;
|
|
10226
10626
|
/**
|
|
10227
|
-
* The
|
|
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
|
|
10635
|
+
* The contact's nickname.
|
|
10236
10636
|
*/
|
|
10237
10637
|
nickName?: string;
|
|
10238
10638
|
/**
|
|
10239
|
-
* The
|
|
10639
|
+
* The location of the contact's office.
|
|
10240
10640
|
*/
|
|
10241
10641
|
officeLocation?: string;
|
|
10242
10642
|
/**
|
|
10243
|
-
*
|
|
10643
|
+
* Other addresses for the contact.
|
|
10244
10644
|
*/
|
|
10245
10645
|
otherAddress?: PhysicalAddress;
|
|
10246
10646
|
/**
|
|
10247
|
-
* The
|
|
10647
|
+
* The ID of the contact's parent folder.
|
|
10248
10648
|
*/
|
|
10249
10649
|
parentFolderId?: string;
|
|
10250
10650
|
/**
|
|
10251
|
-
* The
|
|
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
|
|
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
|
|
10667
|
+
* The name of the contact's spouse/partner.
|
|
10268
10668
|
*/
|
|
10269
10669
|
spouseName?: string;
|
|
10270
10670
|
/**
|
|
10271
|
-
* The surname
|
|
10671
|
+
* The contact's surname.
|
|
10272
10672
|
*/
|
|
10273
10673
|
surname?: string;
|
|
10274
10674
|
/**
|
|
10275
|
-
* The title
|
|
10675
|
+
* The contact's title.
|
|
10276
10676
|
*/
|
|
10277
10677
|
title?: string;
|
|
10278
10678
|
/**
|
|
10279
|
-
* The
|
|
10679
|
+
* The phonetic Japanese company name of the contact.
|
|
10280
10680
|
*/
|
|
10281
10681
|
yomiCompanyName?: string;
|
|
10282
10682
|
/**
|
|
10283
|
-
* The
|
|
10683
|
+
* The phonetic Japanese given name (first name) of the contact.
|
|
10284
10684
|
*/
|
|
10285
10685
|
yomiGivenName?: string;
|
|
10286
10686
|
/**
|
|
10287
|
-
* The
|
|
10687
|
+
* The phonetic Japanese surname (last name) of the contact.
|
|
10288
10688
|
*/
|
|
10289
10689
|
yomiSurname?: string;
|
|
10290
10690
|
}
|
|
@@ -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>}
|
|
@@ -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
|
/**
|
|
@@ -40188,7 +40791,7 @@ export interface Event extends OutlookItem, Parsable {
|
|
|
40188
40791
|
*/
|
|
40189
40792
|
iCalUId?: string;
|
|
40190
40793
|
/**
|
|
40191
|
-
* The importance
|
|
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
|
-
*
|
|
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
|
-
*
|
|
40806
|
+
* Set to true if the event has been canceled.
|
|
40204
40807
|
*/
|
|
40205
40808
|
isCancelled?: boolean;
|
|
40206
40809
|
/**
|
|
40207
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
40850
|
+
* The organizer of the event.
|
|
40248
40851
|
*/
|
|
40249
40852
|
organizer?: Recipient;
|
|
40250
40853
|
/**
|
|
40251
|
-
* The
|
|
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
|
-
*
|
|
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
|
|
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
|
|
40866
|
+
* The recurrence pattern for the event.
|
|
40264
40867
|
*/
|
|
40265
40868
|
recurrence?: PatternedRecurrence;
|
|
40266
40869
|
/**
|
|
40267
|
-
* The
|
|
40870
|
+
* The number of minutes before the event start time that the reminder alert occurs.
|
|
40268
40871
|
*/
|
|
40269
40872
|
reminderMinutesBeforeStart?: number;
|
|
40270
40873
|
/**
|
|
40271
|
-
*
|
|
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
|
-
*
|
|
40878
|
+
* Indicates the type of response sent in response to an event message.
|
|
40276
40879
|
*/
|
|
40277
40880
|
responseStatus?: ResponseStatus;
|
|
40278
40881
|
/**
|
|
40279
|
-
*
|
|
40882
|
+
* Possible values are: normal, personal, private, confidential.
|
|
40280
40883
|
*/
|
|
40281
40884
|
sensitivity?: Sensitivity;
|
|
40282
40885
|
/**
|
|
40283
|
-
* The
|
|
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
|
|
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
|
|
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
|
|
40902
|
+
* The text of the event's subject line.
|
|
40300
40903
|
*/
|
|
40301
40904
|
subject?: string;
|
|
40302
40905
|
/**
|
|
40303
|
-
*
|
|
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
|
|
40910
|
+
* The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only
|
|
40308
40911
|
*/
|
|
40309
40912
|
type?: EventType;
|
|
40310
40913
|
/**
|
|
40311
|
-
* The
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
48328
|
+
* The importance of the message. The possible values are: low, normal, and high.
|
|
47712
48329
|
*/
|
|
47713
48330
|
importance?: Importance;
|
|
47714
48331
|
/**
|
|
47715
|
-
* The
|
|
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
|
|
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
|
|
48340
|
+
* The message ID in the format specified by RFC2822.
|
|
47724
48341
|
*/
|
|
47725
48342
|
internetMessageId?: string;
|
|
47726
48343
|
/**
|
|
47727
|
-
*
|
|
48344
|
+
* Indicates whether a read receipt is requested for the message.
|
|
47728
48345
|
*/
|
|
47729
48346
|
isDeliveryReceiptRequested?: boolean;
|
|
47730
48347
|
/**
|
|
47731
|
-
*
|
|
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
|
-
*
|
|
48352
|
+
* Indicates whether the message has been read.
|
|
47736
48353
|
*/
|
|
47737
48354
|
isRead?: boolean;
|
|
47738
48355
|
/**
|
|
47739
|
-
*
|
|
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
|
|
48364
|
+
* The unique identifier for the message's parent mailFolder.
|
|
47748
48365
|
*/
|
|
47749
48366
|
parentFolderId?: string;
|
|
47750
48367
|
/**
|
|
47751
|
-
* The
|
|
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
|
|
48372
|
+
* The email addresses to use when replying.
|
|
47756
48373
|
*/
|
|
47757
48374
|
replyTo?: Recipient[];
|
|
47758
48375
|
/**
|
|
47759
|
-
* The sender
|
|
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
|
|
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
|
|
48388
|
+
* The subject of the message.
|
|
47772
48389
|
*/
|
|
47773
48390
|
subject?: string;
|
|
47774
48391
|
/**
|
|
47775
|
-
* The
|
|
48392
|
+
* The To: recipients for the message.
|
|
47776
48393
|
*/
|
|
47777
48394
|
toRecipients?: Recipient[];
|
|
47778
48395
|
/**
|
|
47779
|
-
* The uniqueBody
|
|
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
|
|
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
|
}
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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
|
/**
|
|
@@ -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
|
|
56522
|
+
* Indicates whether the backend is processing a user's risky state.
|
|
55906
56523
|
*/
|
|
55907
56524
|
isProcessing?: boolean;
|
|
55908
56525
|
/**
|
|
55909
|
-
*
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
/**
|
|
@@ -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
|
-
*
|
|
57367
|
+
* Administrative answer in Microsoft Search results to define common acronyms in an organization.
|
|
56751
57368
|
*/
|
|
56752
57369
|
acronyms?: Acronym[];
|
|
56753
57370
|
/**
|
|
56754
|
-
*
|
|
57371
|
+
* Administrative answer in Microsoft Search results for common search queries in an organization.
|
|
56755
57372
|
*/
|
|
56756
57373
|
bookmarks?: Bookmark[];
|
|
56757
57374
|
/**
|
|
56758
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 (
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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,
|
|
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).
|
|
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
|
|
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
|
/**
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
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
|
-
*
|
|
73011
|
+
* A collection of deleted chats.
|
|
72305
73012
|
*/
|
|
72306
73013
|
deletedChats?: DeletedChat[];
|
|
72307
73014
|
/**
|
|
@@ -77326,6 +78033,22 @@ export interface VirtualEndpoint extends Entity, Parsable {
|
|
|
77326
78033
|
* The auditEvents property
|
|
77327
78034
|
*/
|
|
77328
78035
|
auditEvents?: CloudPcAuditEvent[];
|
|
78036
|
+
/**
|
|
78037
|
+
* The cloudPCs property
|
|
78038
|
+
*/
|
|
78039
|
+
cloudPCs?: CloudPC[];
|
|
78040
|
+
/**
|
|
78041
|
+
* The deviceImages property
|
|
78042
|
+
*/
|
|
78043
|
+
deviceImages?: CloudPcDeviceImage[];
|
|
78044
|
+
/**
|
|
78045
|
+
* The galleryImages property
|
|
78046
|
+
*/
|
|
78047
|
+
galleryImages?: CloudPcGalleryImage[];
|
|
78048
|
+
/**
|
|
78049
|
+
* The onPremisesConnections property
|
|
78050
|
+
*/
|
|
78051
|
+
onPremisesConnections?: CloudPcOnPremisesConnection[];
|
|
77329
78052
|
/**
|
|
77330
78053
|
* The provisioningPolicies property
|
|
77331
78054
|
*/
|
|
@@ -77761,6 +78484,36 @@ export interface WebPartData extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
77761
78484
|
*/
|
|
77762
78485
|
title?: string;
|
|
77763
78486
|
}
|
|
78487
|
+
export interface WebPartPosition extends AdditionalDataHolder, BackedModel, Parsable {
|
|
78488
|
+
/**
|
|
78489
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
78490
|
+
*/
|
|
78491
|
+
additionalData?: Record<string, unknown>;
|
|
78492
|
+
/**
|
|
78493
|
+
* Stores model information.
|
|
78494
|
+
*/
|
|
78495
|
+
backingStoreEnabled?: boolean;
|
|
78496
|
+
/**
|
|
78497
|
+
* The columnId property
|
|
78498
|
+
*/
|
|
78499
|
+
columnId?: number;
|
|
78500
|
+
/**
|
|
78501
|
+
* The horizontalSectionId property
|
|
78502
|
+
*/
|
|
78503
|
+
horizontalSectionId?: number;
|
|
78504
|
+
/**
|
|
78505
|
+
* The isInVerticalSection property
|
|
78506
|
+
*/
|
|
78507
|
+
isInVerticalSection?: boolean;
|
|
78508
|
+
/**
|
|
78509
|
+
* The OdataType property
|
|
78510
|
+
*/
|
|
78511
|
+
odataType?: string;
|
|
78512
|
+
/**
|
|
78513
|
+
* The webPartIndex property
|
|
78514
|
+
*/
|
|
78515
|
+
webPartIndex?: number;
|
|
78516
|
+
}
|
|
77764
78517
|
export interface Website extends AdditionalDataHolder, BackedModel, Parsable {
|
|
77765
78518
|
/**
|
|
77766
78519
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -77895,7 +78648,7 @@ export interface Win32LobAppFileSystemRule extends Parsable, Win32LobAppRule {
|
|
|
77895
78648
|
*/
|
|
77896
78649
|
fileOrFolderName?: string;
|
|
77897
78650
|
/**
|
|
77898
|
-
*
|
|
78651
|
+
* 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
78652
|
*/
|
|
77900
78653
|
operationType?: Win32LobAppFileSystemOperationType;
|
|
77901
78654
|
/**
|
|
@@ -78051,7 +78804,7 @@ export interface Win32LobAppRegistryRule extends Parsable, Win32LobAppRule {
|
|
|
78051
78804
|
*/
|
|
78052
78805
|
keyPath?: string;
|
|
78053
78806
|
/**
|
|
78054
|
-
*
|
|
78807
|
+
* 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
78808
|
*/
|
|
78056
78809
|
operationType?: Win32LobAppRegistryRuleOperationType;
|
|
78057
78810
|
/**
|
|
@@ -78383,6 +79136,15 @@ export interface Windows10EndpointProtectionConfiguration extends DeviceConfigur
|
|
|
78383
79136
|
*/
|
|
78384
79137
|
smartScreenEnableInShell?: boolean;
|
|
78385
79138
|
}
|
|
79139
|
+
/**
|
|
79140
|
+
* Windows 10 Enrollment Status Page Configuration
|
|
79141
|
+
*/
|
|
79142
|
+
export interface Windows10EnrollmentCompletionPageConfiguration extends DeviceEnrollmentConfiguration, Parsable {
|
|
79143
|
+
/**
|
|
79144
|
+
* 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.
|
|
79145
|
+
*/
|
|
79146
|
+
allowNonBlockingAppInstallation?: boolean;
|
|
79147
|
+
}
|
|
78386
79148
|
/**
|
|
78387
79149
|
* Windows10 Enterprise Modern App Management Configuration.
|
|
78388
79150
|
*/
|
|
@@ -80923,11 +81685,11 @@ export interface WindowsProtectionState extends Entity, Parsable {
|
|
|
80923
81685
|
}
|
|
80924
81686
|
export interface WindowsSetting extends Entity, Parsable {
|
|
80925
81687
|
/**
|
|
80926
|
-
*
|
|
81688
|
+
* A collection of setting values for a given windowsSetting.
|
|
80927
81689
|
*/
|
|
80928
81690
|
instances?: WindowsSettingInstance[];
|
|
80929
81691
|
/**
|
|
80930
|
-
* The
|
|
81692
|
+
* The type of setting payloads contained in the instances navigation property.
|
|
80931
81693
|
*/
|
|
80932
81694
|
payloadType?: string;
|
|
80933
81695
|
/**
|
|
@@ -80935,7 +81697,7 @@ export interface WindowsSetting extends Entity, Parsable {
|
|
|
80935
81697
|
*/
|
|
80936
81698
|
settingType?: WindowsSettingType;
|
|
80937
81699
|
/**
|
|
80938
|
-
*
|
|
81700
|
+
* A unique identifier for the device the setting might belong to if it is of the settingType backup.
|
|
80939
81701
|
*/
|
|
80940
81702
|
windowsDeviceId?: string;
|
|
80941
81703
|
}
|
|
@@ -80947,19 +81709,19 @@ export interface WindowsSettingCollectionResponse extends BaseCollectionPaginati
|
|
|
80947
81709
|
}
|
|
80948
81710
|
export interface WindowsSettingInstance extends Entity, Parsable {
|
|
80949
81711
|
/**
|
|
80950
|
-
*
|
|
81712
|
+
* Set by the server. Represents the dateTime in UTC when the object was created on the server.
|
|
80951
81713
|
*/
|
|
80952
81714
|
createdDateTime?: Date;
|
|
80953
81715
|
/**
|
|
80954
|
-
* The
|
|
81716
|
+
* Set by the server. The object expires at the specified dateTime in UTC, making it unavailable after that time.
|
|
80955
81717
|
*/
|
|
80956
81718
|
expirationDateTime?: Date;
|
|
80957
81719
|
/**
|
|
80958
|
-
*
|
|
81720
|
+
* 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
81721
|
*/
|
|
80960
81722
|
lastModifiedDateTime?: Date;
|
|
80961
81723
|
/**
|
|
80962
|
-
*
|
|
81724
|
+
* Base64-encoded JSON setting value.
|
|
80963
81725
|
*/
|
|
80964
81726
|
payload?: string;
|
|
80965
81727
|
}
|
|
@@ -82899,6 +83661,12 @@ export declare const AppLogUploadStateObject: {
|
|
|
82899
83661
|
/** Evolvable enumeration sentinel value. Do not use. */
|
|
82900
83662
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
82901
83663
|
};
|
|
83664
|
+
export declare const AppsUpdateChannelTypeObject: {
|
|
83665
|
+
readonly Current: "current";
|
|
83666
|
+
readonly MonthlyEnterprise: "monthlyEnterprise";
|
|
83667
|
+
readonly SemiAnnual: "semiAnnual";
|
|
83668
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
83669
|
+
};
|
|
82902
83670
|
export declare const AssignmentTypeObject: {
|
|
82903
83671
|
readonly Required: "required";
|
|
82904
83672
|
readonly Recommended: "recommended";
|
|
@@ -83431,11 +84199,125 @@ export declare const CloudPcAuditCategoryObject: {
|
|
|
83431
84199
|
readonly CloudPC: "cloudPC";
|
|
83432
84200
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
83433
84201
|
};
|
|
84202
|
+
export declare const CloudPcDeviceImageErrorCodeObject: {
|
|
84203
|
+
readonly InternalServerError: "internalServerError";
|
|
84204
|
+
readonly SourceImageNotFound: "sourceImageNotFound";
|
|
84205
|
+
readonly OsVersionNotSupported: "osVersionNotSupported";
|
|
84206
|
+
readonly SourceImageInvalid: "sourceImageInvalid";
|
|
84207
|
+
readonly SourceImageNotGeneralized: "sourceImageNotGeneralized";
|
|
84208
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
84209
|
+
readonly VmAlreadyAzureAdjoined: "vmAlreadyAzureAdjoined";
|
|
84210
|
+
readonly PaidSourceImageNotSupport: "paidSourceImageNotSupport";
|
|
84211
|
+
readonly SourceImageNotSupportCustomizeVMName: "sourceImageNotSupportCustomizeVMName";
|
|
84212
|
+
readonly SourceImageSizeExceedsLimitation: "sourceImageSizeExceedsLimitation";
|
|
84213
|
+
};
|
|
84214
|
+
export declare const CloudPcDeviceImageOsStatusObject: {
|
|
84215
|
+
readonly Supported: "supported";
|
|
84216
|
+
readonly SupportedWithWarning: "supportedWithWarning";
|
|
84217
|
+
readonly Unknown: "unknown";
|
|
84218
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
84219
|
+
};
|
|
84220
|
+
export declare const CloudPcDeviceImageStatusObject: {
|
|
84221
|
+
readonly Pending: "pending";
|
|
84222
|
+
readonly Ready: "ready";
|
|
84223
|
+
readonly Failed: "failed";
|
|
84224
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
84225
|
+
};
|
|
83434
84226
|
export declare const CloudPcDomainJoinTypeObject: {
|
|
83435
84227
|
readonly AzureADJoin: "azureADJoin";
|
|
83436
84228
|
readonly HybridAzureADJoin: "hybridAzureADJoin";
|
|
83437
84229
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
83438
84230
|
};
|
|
84231
|
+
export declare const CloudPcGalleryImageStatusObject: {
|
|
84232
|
+
readonly Supported: "supported";
|
|
84233
|
+
readonly SupportedWithWarning: "supportedWithWarning";
|
|
84234
|
+
readonly NotSupported: "notSupported";
|
|
84235
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
84236
|
+
};
|
|
84237
|
+
export declare const CloudPcOnPremisesConnectionHealthCheckErrorTypeObject: {
|
|
84238
|
+
readonly DnsCheckFqdnNotFound: "dnsCheckFqdnNotFound";
|
|
84239
|
+
readonly DnsCheckNameWithInvalidCharacter: "dnsCheckNameWithInvalidCharacter";
|
|
84240
|
+
readonly DnsCheckUnknownError: "dnsCheckUnknownError";
|
|
84241
|
+
readonly AdJoinCheckFqdnNotFound: "adJoinCheckFqdnNotFound";
|
|
84242
|
+
readonly AdJoinCheckIncorrectCredentials: "adJoinCheckIncorrectCredentials";
|
|
84243
|
+
readonly AdJoinCheckOrganizationalUnitNotFound: "adJoinCheckOrganizationalUnitNotFound";
|
|
84244
|
+
readonly AdJoinCheckOrganizationalUnitIncorrectFormat: "adJoinCheckOrganizationalUnitIncorrectFormat";
|
|
84245
|
+
readonly AdJoinCheckComputerObjectAlreadyExists: "adJoinCheckComputerObjectAlreadyExists";
|
|
84246
|
+
readonly AdJoinCheckAccessDenied: "adJoinCheckAccessDenied";
|
|
84247
|
+
readonly AdJoinCheckCredentialsExpired: "adJoinCheckCredentialsExpired";
|
|
84248
|
+
readonly AdJoinCheckAccountLockedOrDisabled: "adJoinCheckAccountLockedOrDisabled";
|
|
84249
|
+
readonly AdJoinCheckAccountQuotaExceeded: "adJoinCheckAccountQuotaExceeded";
|
|
84250
|
+
readonly AdJoinCheckServerNotOperational: "adJoinCheckServerNotOperational";
|
|
84251
|
+
readonly AdJoinCheckUnknownError: "adJoinCheckUnknownError";
|
|
84252
|
+
readonly EndpointConnectivityCheckCloudPcUrlNotAllowListed: "endpointConnectivityCheckCloudPcUrlNotAllowListed";
|
|
84253
|
+
readonly EndpointConnectivityCheckWVDUrlNotAllowListed: "endpointConnectivityCheckWVDUrlNotAllowListed";
|
|
84254
|
+
readonly EndpointConnectivityCheckIntuneUrlNotAllowListed: "endpointConnectivityCheckIntuneUrlNotAllowListed";
|
|
84255
|
+
readonly EndpointConnectivityCheckAzureADUrlNotAllowListed: "endpointConnectivityCheckAzureADUrlNotAllowListed";
|
|
84256
|
+
readonly EndpointConnectivityCheckLocaleUrlNotAllowListed: "endpointConnectivityCheckLocaleUrlNotAllowListed";
|
|
84257
|
+
readonly EndpointConnectivityCheckUnknownError: "endpointConnectivityCheckUnknownError";
|
|
84258
|
+
readonly AzureAdDeviceSyncCheckDeviceNotFound: "azureAdDeviceSyncCheckDeviceNotFound";
|
|
84259
|
+
readonly AzureAdDeviceSyncCheckLongSyncCircle: "azureAdDeviceSyncCheckLongSyncCircle";
|
|
84260
|
+
readonly AzureAdDeviceSyncCheckConnectDisabled: "azureAdDeviceSyncCheckConnectDisabled";
|
|
84261
|
+
readonly AzureAdDeviceSyncCheckDurationExceeded: "azureAdDeviceSyncCheckDurationExceeded";
|
|
84262
|
+
readonly AzureAdDeviceSyncCheckScpNotConfigured: "azureAdDeviceSyncCheckScpNotConfigured";
|
|
84263
|
+
readonly AzureAdDeviceSyncCheckTransientServiceError: "azureAdDeviceSyncCheckTransientServiceError";
|
|
84264
|
+
readonly AzureAdDeviceSyncCheckUnknownError: "azureAdDeviceSyncCheckUnknownError";
|
|
84265
|
+
readonly ResourceAvailabilityCheckNoSubnetIP: "resourceAvailabilityCheckNoSubnetIP";
|
|
84266
|
+
readonly ResourceAvailabilityCheckSubscriptionDisabled: "resourceAvailabilityCheckSubscriptionDisabled";
|
|
84267
|
+
readonly ResourceAvailabilityCheckAzurePolicyViolation: "resourceAvailabilityCheckAzurePolicyViolation";
|
|
84268
|
+
readonly ResourceAvailabilityCheckSubscriptionNotFound: "resourceAvailabilityCheckSubscriptionNotFound";
|
|
84269
|
+
readonly ResourceAvailabilityCheckSubscriptionTransferred: "resourceAvailabilityCheckSubscriptionTransferred";
|
|
84270
|
+
readonly ResourceAvailabilityCheckGeneralSubscriptionError: "resourceAvailabilityCheckGeneralSubscriptionError";
|
|
84271
|
+
readonly ResourceAvailabilityCheckUnsupportedVNetRegion: "resourceAvailabilityCheckUnsupportedVNetRegion";
|
|
84272
|
+
readonly ResourceAvailabilityCheckResourceGroupInvalid: "resourceAvailabilityCheckResourceGroupInvalid";
|
|
84273
|
+
readonly ResourceAvailabilityCheckVNetInvalid: "resourceAvailabilityCheckVNetInvalid";
|
|
84274
|
+
readonly ResourceAvailabilityCheckSubnetInvalid: "resourceAvailabilityCheckSubnetInvalid";
|
|
84275
|
+
readonly ResourceAvailabilityCheckResourceGroupBeingDeleted: "resourceAvailabilityCheckResourceGroupBeingDeleted";
|
|
84276
|
+
readonly ResourceAvailabilityCheckVNetBeingMoved: "resourceAvailabilityCheckVNetBeingMoved";
|
|
84277
|
+
readonly ResourceAvailabilityCheckSubnetDelegationFailed: "resourceAvailabilityCheckSubnetDelegationFailed";
|
|
84278
|
+
readonly ResourceAvailabilityCheckSubnetWithExternalResources: "resourceAvailabilityCheckSubnetWithExternalResources";
|
|
84279
|
+
readonly ResourceAvailabilityCheckResourceGroupLockedForReadonly: "resourceAvailabilityCheckResourceGroupLockedForReadonly";
|
|
84280
|
+
readonly ResourceAvailabilityCheckResourceGroupLockedForDelete: "resourceAvailabilityCheckResourceGroupLockedForDelete";
|
|
84281
|
+
readonly ResourceAvailabilityCheckNoIntuneReaderRoleError: "resourceAvailabilityCheckNoIntuneReaderRoleError";
|
|
84282
|
+
readonly ResourceAvailabilityCheckIntuneDefaultWindowsRestrictionViolation: "resourceAvailabilityCheckIntuneDefaultWindowsRestrictionViolation";
|
|
84283
|
+
readonly ResourceAvailabilityCheckIntuneCustomWindowsRestrictionViolation: "resourceAvailabilityCheckIntuneCustomWindowsRestrictionViolation";
|
|
84284
|
+
readonly ResourceAvailabilityCheckDeploymentQuotaLimitReached: "resourceAvailabilityCheckDeploymentQuotaLimitReached";
|
|
84285
|
+
readonly ResourceAvailabilityCheckTransientServiceError: "resourceAvailabilityCheckTransientServiceError";
|
|
84286
|
+
readonly ResourceAvailabilityCheckUnknownError: "resourceAvailabilityCheckUnknownError";
|
|
84287
|
+
readonly PermissionCheckNoSubscriptionReaderRole: "permissionCheckNoSubscriptionReaderRole";
|
|
84288
|
+
readonly PermissionCheckNoResourceGroupOwnerRole: "permissionCheckNoResourceGroupOwnerRole";
|
|
84289
|
+
readonly PermissionCheckNoVNetContributorRole: "permissionCheckNoVNetContributorRole";
|
|
84290
|
+
readonly PermissionCheckNoResourceGroupNetworkContributorRole: "permissionCheckNoResourceGroupNetworkContributorRole";
|
|
84291
|
+
readonly PermissionCheckNoWindows365NetworkUserRole: "permissionCheckNoWindows365NetworkUserRole";
|
|
84292
|
+
readonly PermissionCheckNoWindows365NetworkInterfaceContributorRole: "permissionCheckNoWindows365NetworkInterfaceContributorRole";
|
|
84293
|
+
readonly PermissionCheckTransientServiceError: "permissionCheckTransientServiceError";
|
|
84294
|
+
readonly PermissionCheckUnknownError: "permissionCheckUnknownError";
|
|
84295
|
+
readonly UdpConnectivityCheckStunUrlNotAllowListed: "udpConnectivityCheckStunUrlNotAllowListed";
|
|
84296
|
+
readonly UdpConnectivityCheckTurnUrlNotAllowListed: "udpConnectivityCheckTurnUrlNotAllowListed";
|
|
84297
|
+
readonly UdpConnectivityCheckUrlsNotAllowListed: "udpConnectivityCheckUrlsNotAllowListed";
|
|
84298
|
+
readonly UdpConnectivityCheckUnknownError: "udpConnectivityCheckUnknownError";
|
|
84299
|
+
readonly InternalServerErrorDeploymentCanceled: "internalServerErrorDeploymentCanceled";
|
|
84300
|
+
readonly InternalServerErrorAllocateResourceFailed: "internalServerErrorAllocateResourceFailed";
|
|
84301
|
+
readonly InternalServerErrorVMDeploymentTimeout: "internalServerErrorVMDeploymentTimeout";
|
|
84302
|
+
readonly InternalServerErrorUnableToRunDscScript: "internalServerErrorUnableToRunDscScript";
|
|
84303
|
+
readonly SsoCheckKerberosConfigurationError: "ssoCheckKerberosConfigurationError";
|
|
84304
|
+
readonly InternalServerUnknownError: "internalServerUnknownError";
|
|
84305
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
84306
|
+
};
|
|
84307
|
+
export declare const CloudPcOnPremisesConnectionStatusObject: {
|
|
84308
|
+
readonly Pending: "pending";
|
|
84309
|
+
readonly Running: "running";
|
|
84310
|
+
readonly Passed: "passed";
|
|
84311
|
+
readonly Failed: "failed";
|
|
84312
|
+
readonly Warning: "warning";
|
|
84313
|
+
readonly Informational: "informational";
|
|
84314
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
84315
|
+
};
|
|
84316
|
+
export declare const CloudPcOnPremisesConnectionTypeObject: {
|
|
84317
|
+
readonly HybridAzureADJoin: "hybridAzureADJoin";
|
|
84318
|
+
readonly AzureADJoin: "azureADJoin";
|
|
84319
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
84320
|
+
};
|
|
83439
84321
|
export declare const CloudPcProvisioningPolicyImageTypeObject: {
|
|
83440
84322
|
readonly Gallery: "gallery";
|
|
83441
84323
|
readonly Custom: "custom";
|
|
@@ -84001,12 +84883,12 @@ export declare const DeviceManagementExchangeConnectorTypeObject: {
|
|
|
84001
84883
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
84002
84884
|
};
|
|
84003
84885
|
/**
|
|
84004
|
-
* Configures how the requested export job is localized
|
|
84886
|
+
* Configures how the requested export job is localized.
|
|
84005
84887
|
*/
|
|
84006
84888
|
export declare const DeviceManagementExportJobLocalizationTypeObject: {
|
|
84007
|
-
/** Configures the export job to expose localized values as an additional column */
|
|
84889
|
+
/** Configures the export job to expose localized values as an additional column. */
|
|
84008
84890
|
readonly LocalizedValuesAsAdditionalColumn: "localizedValuesAsAdditionalColumn";
|
|
84009
|
-
/** Configures the export job to replace enumerable values with their localized values */
|
|
84891
|
+
/** Configures the export job to replace enumerable values with their localized values. */
|
|
84010
84892
|
readonly ReplaceLocalizableValues: "replaceLocalizableValues";
|
|
84011
84893
|
};
|
|
84012
84894
|
/**
|
|
@@ -84038,31 +84920,31 @@ export declare const DeviceManagementPartnerTenantStateObject: {
|
|
|
84038
84920
|
readonly Unresponsive: "unresponsive";
|
|
84039
84921
|
};
|
|
84040
84922
|
/**
|
|
84041
|
-
* Possible values for the file format of a report
|
|
84923
|
+
* Possible values for the file format of a report.
|
|
84042
84924
|
*/
|
|
84043
84925
|
export declare const DeviceManagementReportFileFormatObject: {
|
|
84044
|
-
/** CSV Format */
|
|
84926
|
+
/** CSV Format. */
|
|
84045
84927
|
readonly Csv: "csv";
|
|
84046
|
-
/** PDF Format */
|
|
84928
|
+
/** PDF Format (Deprecate later). */
|
|
84047
84929
|
readonly Pdf: "pdf";
|
|
84048
|
-
/** JSON Format */
|
|
84930
|
+
/** JSON Format. */
|
|
84049
84931
|
readonly Json: "json";
|
|
84050
84932
|
/** Evolvable enumeration sentinel value. Do not use. */
|
|
84051
84933
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
84052
84934
|
};
|
|
84053
84935
|
/**
|
|
84054
|
-
* Possible statuses associated with a generated report
|
|
84936
|
+
* Possible statuses associated with a generated report.
|
|
84055
84937
|
*/
|
|
84056
84938
|
export declare const DeviceManagementReportStatusObject: {
|
|
84057
|
-
/** Report generation status is unknown */
|
|
84939
|
+
/** Report generation status is unknown. */
|
|
84058
84940
|
readonly Unknown: "unknown";
|
|
84059
|
-
/** Report generation has not started */
|
|
84941
|
+
/** Report generation has not started. */
|
|
84060
84942
|
readonly NotStarted: "notStarted";
|
|
84061
|
-
/** Report generation is in progress */
|
|
84943
|
+
/** Report generation is in progress. */
|
|
84062
84944
|
readonly InProgress: "inProgress";
|
|
84063
|
-
/** Report generation is completed */
|
|
84945
|
+
/** Report generation is completed. */
|
|
84064
84946
|
readonly Completed: "completed";
|
|
84065
|
-
/** Report generation has failed */
|
|
84947
|
+
/** Report generation has failed. */
|
|
84066
84948
|
readonly Failed: "failed";
|
|
84067
84949
|
};
|
|
84068
84950
|
/**
|
|
@@ -85090,6 +85972,8 @@ export declare const MobileThreatPartnerTenantStateObject: {
|
|
|
85090
85972
|
readonly Enabled: "enabled";
|
|
85091
85973
|
/** Partner is unresponsive. */
|
|
85092
85974
|
readonly Unresponsive: "unresponsive";
|
|
85975
|
+
/** Evolvable enumeration sentinel value. Do not use. */
|
|
85976
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
85093
85977
|
};
|
|
85094
85978
|
export declare const ModalityObject: {
|
|
85095
85979
|
readonly Audio: "audio";
|
|
@@ -86950,6 +87834,9 @@ export declare const RiskDetailObject: {
|
|
|
86950
87834
|
readonly M365DAdminDismissedDetection: "m365DAdminDismissedDetection";
|
|
86951
87835
|
readonly AdminConfirmedServicePrincipalCompromised: "adminConfirmedServicePrincipalCompromised";
|
|
86952
87836
|
readonly AdminDismissedAllRiskForServicePrincipal: "adminDismissedAllRiskForServicePrincipal";
|
|
87837
|
+
readonly UserChangedPasswordOnPremises: "userChangedPasswordOnPremises";
|
|
87838
|
+
readonly AdminDismissedRiskForSignIn: "adminDismissedRiskForSignIn";
|
|
87839
|
+
readonly AdminConfirmedAccountSafe: "adminConfirmedAccountSafe";
|
|
86953
87840
|
};
|
|
86954
87841
|
export declare const RiskDetectionTimingTypeObject: {
|
|
86955
87842
|
readonly NotDefined: "notDefined";
|
|
@@ -87998,20 +88885,20 @@ export declare const Win32LobAppDeliveryOptimizationPriorityObject: {
|
|
|
87998
88885
|
readonly Foreground: "foreground";
|
|
87999
88886
|
};
|
|
88000
88887
|
/**
|
|
88001
|
-
*
|
|
88888
|
+
* 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
88889
|
*/
|
|
88003
88890
|
export declare const Win32LobAppFileSystemOperationTypeObject: {
|
|
88004
|
-
/**
|
|
88891
|
+
/** Default. Indicates that the rule does not have the operation type configured. */
|
|
88005
88892
|
readonly NotConfigured: "notConfigured";
|
|
88006
|
-
/**
|
|
88893
|
+
/** Indicates that the rule evaluates whether the specified file or folder exists. */
|
|
88007
88894
|
readonly Exists: "exists";
|
|
88008
|
-
/**
|
|
88895
|
+
/** Indicates that the rule compares the modified date of the specified file against a provided comparison value by DateTime comparison. */
|
|
88009
88896
|
readonly ModifiedDate: "modifiedDate";
|
|
88010
|
-
/**
|
|
88897
|
+
/** Indicates that the rule compares the created date of the specified file against a provided comparison value by DateTime comparison. */
|
|
88011
88898
|
readonly CreatedDate: "createdDate";
|
|
88012
|
-
/**
|
|
88899
|
+
/** 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
88900
|
readonly Version: "version";
|
|
88014
|
-
/**
|
|
88901
|
+
/** Indicates that the rule compares the size of the file in MiB (rounded down) against a provided comparison value by integer comparison. */
|
|
88015
88902
|
readonly SizeInMB: "sizeInMB";
|
|
88016
88903
|
};
|
|
88017
88904
|
/**
|
|
@@ -88056,20 +88943,20 @@ export declare const Win32LobAppPowerShellScriptRuleOperationTypeObject: {
|
|
|
88056
88943
|
readonly Boolean: "boolean";
|
|
88057
88944
|
};
|
|
88058
88945
|
/**
|
|
88059
|
-
*
|
|
88946
|
+
* 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
88947
|
*/
|
|
88061
88948
|
export declare const Win32LobAppRegistryRuleOperationTypeObject: {
|
|
88062
|
-
/**
|
|
88949
|
+
/** Default. Indicates that the rule does not have the operation type configured. */
|
|
88063
88950
|
readonly NotConfigured: "notConfigured";
|
|
88064
|
-
/**
|
|
88951
|
+
/** Indicates that the rule evaluates whether the specified registry key or value exists. */
|
|
88065
88952
|
readonly Exists: "exists";
|
|
88066
|
-
/**
|
|
88953
|
+
/** 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
88954
|
readonly DoesNotExist: "doesNotExist";
|
|
88068
|
-
/**
|
|
88955
|
+
/** Indicates that the rule compares the value read at the given registry value against a provided comparison value by string comparison. */
|
|
88069
88956
|
readonly String: "string";
|
|
88070
|
-
/**
|
|
88957
|
+
/** Indicates that the rule compares the value read at the given registry value against a provided comparison value by integer comparison. */
|
|
88071
88958
|
readonly Integer: "integer";
|
|
88072
|
-
/**
|
|
88959
|
+
/** 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
88960
|
readonly Version: "version";
|
|
88074
88961
|
};
|
|
88075
88962
|
/**
|