@microsoft/msgraph-sdk 1.0.0-preview.66 → 1.0.0-preview.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/models/index.d.ts +451 -66
- package/models/index.d.ts.map +1 -1
- package/models/index.js +473 -20
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +98 -0
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +90 -2
- package/models/security/index.js.map +1 -1
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/models/index.d.ts
CHANGED
|
@@ -205,7 +205,7 @@ export interface AccessPackageAssignment extends Entity, Parsable {
|
|
|
205
205
|
*/
|
|
206
206
|
state?: AccessPackageAssignmentState | null;
|
|
207
207
|
/**
|
|
208
|
-
* More information about the assignment lifecycle. Possible values include Delivering, Delivered, NearExpiry1DayNotificationTriggered, or ExpiredNotificationTriggered. Read-only.
|
|
208
|
+
* More information about the assignment lifecycle. Possible values include Delivering, Delivered, AutoAssignmentInGracePeriod, NearExpiry1DayNotificationTriggered, or ExpiredNotificationTriggered. Read-only.
|
|
209
209
|
*/
|
|
210
210
|
status?: string | null;
|
|
211
211
|
/**
|
|
@@ -2080,31 +2080,31 @@ export interface AgreementFileVersionCollectionResponse extends BaseCollectionPa
|
|
|
2080
2080
|
}
|
|
2081
2081
|
export interface AiInteraction extends Entity, Parsable {
|
|
2082
2082
|
/**
|
|
2083
|
-
* The
|
|
2083
|
+
* The appClass property
|
|
2084
2084
|
*/
|
|
2085
2085
|
appClass?: string | null;
|
|
2086
2086
|
/**
|
|
2087
|
-
* The
|
|
2087
|
+
* The attachments property
|
|
2088
2088
|
*/
|
|
2089
2089
|
attachments?: AiInteractionAttachment[] | null;
|
|
2090
2090
|
/**
|
|
2091
|
-
* The body
|
|
2091
|
+
* The body property
|
|
2092
2092
|
*/
|
|
2093
2093
|
body?: ItemBody | null;
|
|
2094
2094
|
/**
|
|
2095
|
-
* The
|
|
2095
|
+
* The contexts property
|
|
2096
2096
|
*/
|
|
2097
2097
|
contexts?: AiInteractionContext[] | null;
|
|
2098
2098
|
/**
|
|
2099
|
-
* The
|
|
2099
|
+
* The conversationType property
|
|
2100
2100
|
*/
|
|
2101
2101
|
conversationType?: string | null;
|
|
2102
2102
|
/**
|
|
2103
|
-
* The
|
|
2103
|
+
* The createdDateTime property
|
|
2104
2104
|
*/
|
|
2105
2105
|
createdDateTime?: Date | null;
|
|
2106
2106
|
/**
|
|
2107
|
-
* The
|
|
2107
|
+
* The etag property
|
|
2108
2108
|
*/
|
|
2109
2109
|
etag?: string | null;
|
|
2110
2110
|
/**
|
|
@@ -2116,91 +2116,123 @@ export interface AiInteraction extends Entity, Parsable {
|
|
|
2116
2116
|
*/
|
|
2117
2117
|
interactionType?: AiInteractionType | null;
|
|
2118
2118
|
/**
|
|
2119
|
-
* The
|
|
2119
|
+
* The links property
|
|
2120
2120
|
*/
|
|
2121
2121
|
links?: AiInteractionLink[] | null;
|
|
2122
2122
|
/**
|
|
2123
|
-
* The locale
|
|
2123
|
+
* The locale property
|
|
2124
2124
|
*/
|
|
2125
2125
|
locale?: string | null;
|
|
2126
2126
|
/**
|
|
2127
|
-
* The
|
|
2127
|
+
* The mentions property
|
|
2128
2128
|
*/
|
|
2129
2129
|
mentions?: AiInteractionMention[] | null;
|
|
2130
2130
|
/**
|
|
2131
|
-
* The
|
|
2131
|
+
* The requestId property
|
|
2132
2132
|
*/
|
|
2133
2133
|
requestId?: string | null;
|
|
2134
2134
|
/**
|
|
2135
|
-
* The
|
|
2135
|
+
* The sessionId property
|
|
2136
2136
|
*/
|
|
2137
2137
|
sessionId?: string | null;
|
|
2138
2138
|
}
|
|
2139
|
-
export interface AiInteractionAttachment extends
|
|
2139
|
+
export interface AiInteractionAttachment extends AdditionalDataHolder, BackedModel, Parsable {
|
|
2140
2140
|
/**
|
|
2141
|
-
* The
|
|
2141
|
+
* The attachmentId property
|
|
2142
2142
|
*/
|
|
2143
2143
|
attachmentId?: string | null;
|
|
2144
2144
|
/**
|
|
2145
|
-
*
|
|
2145
|
+
* Stores model information.
|
|
2146
|
+
*/
|
|
2147
|
+
backingStoreEnabled?: boolean | null;
|
|
2148
|
+
/**
|
|
2149
|
+
* The content property
|
|
2146
2150
|
*/
|
|
2147
2151
|
content?: string | null;
|
|
2148
2152
|
/**
|
|
2149
|
-
* The
|
|
2153
|
+
* The contentType property
|
|
2150
2154
|
*/
|
|
2151
2155
|
contentType?: string | null;
|
|
2152
2156
|
/**
|
|
2153
|
-
* The
|
|
2157
|
+
* The contentUrl property
|
|
2154
2158
|
*/
|
|
2155
2159
|
contentUrl?: string | null;
|
|
2156
2160
|
/**
|
|
2157
|
-
* The name
|
|
2161
|
+
* The name property
|
|
2158
2162
|
*/
|
|
2159
2163
|
name?: string | null;
|
|
2164
|
+
/**
|
|
2165
|
+
* The OdataType property
|
|
2166
|
+
*/
|
|
2167
|
+
odataType?: string | null;
|
|
2160
2168
|
}
|
|
2161
|
-
export interface AiInteractionContext extends
|
|
2169
|
+
export interface AiInteractionContext extends AdditionalDataHolder, BackedModel, Parsable {
|
|
2170
|
+
/**
|
|
2171
|
+
* Stores model information.
|
|
2172
|
+
*/
|
|
2173
|
+
backingStoreEnabled?: boolean | null;
|
|
2162
2174
|
/**
|
|
2163
|
-
* The
|
|
2175
|
+
* The contextReference property
|
|
2164
2176
|
*/
|
|
2165
2177
|
contextReference?: string | null;
|
|
2166
2178
|
/**
|
|
2167
|
-
* The
|
|
2179
|
+
* The contextType property
|
|
2168
2180
|
*/
|
|
2169
2181
|
contextType?: string | null;
|
|
2170
2182
|
/**
|
|
2171
|
-
* The
|
|
2183
|
+
* The displayName property
|
|
2172
2184
|
*/
|
|
2173
2185
|
displayName?: string | null;
|
|
2186
|
+
/**
|
|
2187
|
+
* The OdataType property
|
|
2188
|
+
*/
|
|
2189
|
+
odataType?: string | null;
|
|
2174
2190
|
}
|
|
2175
2191
|
export interface AiInteractionHistory extends Entity, Parsable {
|
|
2176
2192
|
}
|
|
2177
|
-
export interface AiInteractionLink extends
|
|
2193
|
+
export interface AiInteractionLink extends AdditionalDataHolder, BackedModel, Parsable {
|
|
2194
|
+
/**
|
|
2195
|
+
* Stores model information.
|
|
2196
|
+
*/
|
|
2197
|
+
backingStoreEnabled?: boolean | null;
|
|
2178
2198
|
/**
|
|
2179
|
-
* The
|
|
2199
|
+
* The displayName property
|
|
2180
2200
|
*/
|
|
2181
2201
|
displayName?: string | null;
|
|
2182
2202
|
/**
|
|
2183
|
-
*
|
|
2203
|
+
* The linkType property
|
|
2184
2204
|
*/
|
|
2185
2205
|
linkType?: string | null;
|
|
2186
2206
|
/**
|
|
2187
|
-
* The
|
|
2207
|
+
* The linkUrl property
|
|
2188
2208
|
*/
|
|
2189
2209
|
linkUrl?: string | null;
|
|
2210
|
+
/**
|
|
2211
|
+
* The OdataType property
|
|
2212
|
+
*/
|
|
2213
|
+
odataType?: string | null;
|
|
2190
2214
|
}
|
|
2191
|
-
export interface AiInteractionMention extends
|
|
2215
|
+
export interface AiInteractionMention extends AdditionalDataHolder, BackedModel, Parsable {
|
|
2192
2216
|
/**
|
|
2193
|
-
*
|
|
2217
|
+
* Stores model information.
|
|
2218
|
+
*/
|
|
2219
|
+
backingStoreEnabled?: boolean | null;
|
|
2220
|
+
/**
|
|
2221
|
+
* The mentioned property
|
|
2194
2222
|
*/
|
|
2195
2223
|
mentioned?: AiInteractionMentionedIdentitySet | null;
|
|
2196
2224
|
/**
|
|
2197
|
-
* The
|
|
2225
|
+
* The mentionId property
|
|
2198
2226
|
*/
|
|
2199
2227
|
mentionId?: number | null;
|
|
2200
2228
|
/**
|
|
2201
|
-
* The
|
|
2229
|
+
* The mentionText property
|
|
2202
2230
|
*/
|
|
2203
2231
|
mentionText?: string | null;
|
|
2232
|
+
/**
|
|
2233
|
+
* The OdataType property
|
|
2234
|
+
*/
|
|
2235
|
+
odataType?: string | null;
|
|
2204
2236
|
}
|
|
2205
2237
|
export interface AiInteractionMentionedIdentitySet extends IdentitySet, Parsable {
|
|
2206
2238
|
/**
|
|
@@ -2208,7 +2240,7 @@ export interface AiInteractionMentionedIdentitySet extends IdentitySet, Parsable
|
|
|
2208
2240
|
*/
|
|
2209
2241
|
conversation?: TeamworkConversationIdentity | null;
|
|
2210
2242
|
/**
|
|
2211
|
-
* The tag
|
|
2243
|
+
* The tag property
|
|
2212
2244
|
*/
|
|
2213
2245
|
tag?: TeamworkTagIdentity | null;
|
|
2214
2246
|
}
|
|
@@ -2251,7 +2283,7 @@ export interface AirPrintSettings extends AdditionalDataHolder, BackedModel, Par
|
|
|
2251
2283
|
}
|
|
2252
2284
|
export interface AiUser extends Entity, Parsable {
|
|
2253
2285
|
/**
|
|
2254
|
-
* The
|
|
2286
|
+
* The interactionHistory property
|
|
2255
2287
|
*/
|
|
2256
2288
|
interactionHistory?: AiInteractionHistory | null;
|
|
2257
2289
|
}
|
|
@@ -4136,7 +4168,7 @@ export interface ApprovalStageCollectionResponse extends BaseCollectionPaginatio
|
|
|
4136
4168
|
}
|
|
4137
4169
|
export interface AppScope extends Entity, Parsable {
|
|
4138
4170
|
/**
|
|
4139
|
-
* Provides the display name of the app-specific resource represented by the app scope. Read
|
|
4171
|
+
* Provides the display name of the app-specific resource represented by the app scope. Read-only.
|
|
4140
4172
|
*/
|
|
4141
4173
|
displayName?: string | null;
|
|
4142
4174
|
/**
|
|
@@ -5558,7 +5590,7 @@ export interface AuthenticationContextClassReferenceCollectionResponse extends B
|
|
|
5558
5590
|
}
|
|
5559
5591
|
export interface AuthenticationEventListener extends Entity, Parsable {
|
|
5560
5592
|
/**
|
|
5561
|
-
*
|
|
5593
|
+
* The identifier of the authenticationEventsFlow object.
|
|
5562
5594
|
*/
|
|
5563
5595
|
authenticationEventsFlowId?: string | null;
|
|
5564
5596
|
/**
|
|
@@ -11710,23 +11742,23 @@ export interface ConvertIdResult extends AdditionalDataHolder, BackedModel, Pars
|
|
|
11710
11742
|
}
|
|
11711
11743
|
export interface CopilotAdmin extends Entity, Parsable {
|
|
11712
11744
|
/**
|
|
11713
|
-
*
|
|
11745
|
+
* The settings property
|
|
11714
11746
|
*/
|
|
11715
11747
|
settings?: CopilotAdminSetting | null;
|
|
11716
11748
|
}
|
|
11717
11749
|
export interface CopilotAdminLimitedMode extends Entity, Parsable {
|
|
11718
11750
|
/**
|
|
11719
|
-
* The
|
|
11751
|
+
* The groupId property
|
|
11720
11752
|
*/
|
|
11721
11753
|
groupId?: string | null;
|
|
11722
11754
|
/**
|
|
11723
|
-
*
|
|
11755
|
+
* The isEnabledForGroup property
|
|
11724
11756
|
*/
|
|
11725
11757
|
isEnabledForGroup?: boolean | null;
|
|
11726
11758
|
}
|
|
11727
11759
|
export interface CopilotAdminSetting extends Entity, Parsable {
|
|
11728
11760
|
/**
|
|
11729
|
-
*
|
|
11761
|
+
* The limitedMode property
|
|
11730
11762
|
*/
|
|
11731
11763
|
limitedMode?: CopilotAdminLimitedMode | null;
|
|
11732
11764
|
}
|
|
@@ -15284,6 +15316,12 @@ export declare function createCustomCalloutExtensionFromDiscriminatorValue(parse
|
|
|
15284
15316
|
* @returns {CustomExtensionAuthenticationConfiguration}
|
|
15285
15317
|
*/
|
|
15286
15318
|
export declare function createCustomExtensionAuthenticationConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15319
|
+
/**
|
|
15320
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
15321
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
15322
|
+
* @returns {CustomExtensionBehaviorOnError}
|
|
15323
|
+
*/
|
|
15324
|
+
export declare function createCustomExtensionBehaviorOnErrorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15287
15325
|
/**
|
|
15288
15326
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
15289
15327
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -17186,6 +17224,12 @@ export declare function createExternalUsersSelfServiceSignUpEventsFlowFromDiscri
|
|
|
17186
17224
|
* @returns {ExtractSensitivityLabelsResult}
|
|
17187
17225
|
*/
|
|
17188
17226
|
export declare function createExtractSensitivityLabelsResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17227
|
+
/**
|
|
17228
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
17229
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
17230
|
+
* @returns {FallbackToMicrosoftProviderOnError}
|
|
17231
|
+
*/
|
|
17232
|
+
export declare function createFallbackToMicrosoftProviderOnErrorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17189
17233
|
/**
|
|
17190
17234
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
17191
17235
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -17936,6 +17980,12 @@ export declare function createIosCompliancePolicyFromDiscriminatorValue(parseNod
|
|
|
17936
17980
|
* @returns {IosCustomConfiguration}
|
|
17937
17981
|
*/
|
|
17938
17982
|
export declare function createIosCustomConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17983
|
+
/**
|
|
17984
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
17985
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
17986
|
+
* @returns {IosDdmLobAppAssignmentSettings}
|
|
17987
|
+
*/
|
|
17988
|
+
export declare function createIosDdmLobAppAssignmentSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17939
17989
|
/**
|
|
17940
17990
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
17941
17991
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -19406,6 +19456,18 @@ export declare function createMobileAppIdentifierFromDiscriminatorValue(parseNod
|
|
|
19406
19456
|
* @returns {MobileAppInstallTimeSettings}
|
|
19407
19457
|
*/
|
|
19408
19458
|
export declare function createMobileAppInstallTimeSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
19459
|
+
/**
|
|
19460
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
19461
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
19462
|
+
* @returns {MobileAppRelationshipCollectionResponse}
|
|
19463
|
+
*/
|
|
19464
|
+
export declare function createMobileAppRelationshipCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
19465
|
+
/**
|
|
19466
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
19467
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
19468
|
+
* @returns {MobileAppRelationship}
|
|
19469
|
+
*/
|
|
19470
|
+
export declare function createMobileAppRelationshipFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
19409
19471
|
/**
|
|
19410
19472
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
19411
19473
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -19808,6 +19870,12 @@ export declare function createOneDriveForBusinessRestoreSessionCollectionRespons
|
|
|
19808
19870
|
* @returns {OneDriveForBusinessRestoreSession}
|
|
19809
19871
|
*/
|
|
19810
19872
|
export declare function createOneDriveForBusinessRestoreSessionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
19873
|
+
/**
|
|
19874
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
19875
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
19876
|
+
* @returns {OnEmailOtpSendListener}
|
|
19877
|
+
*/
|
|
19878
|
+
export declare function createOnEmailOtpSendListenerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
19811
19879
|
/**
|
|
19812
19880
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
19813
19881
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -19952,6 +20020,24 @@ export declare function createOnlineMeetingInfoFromDiscriminatorValue(parseNode:
|
|
|
19952
20020
|
* @returns {OnlineMeetingRestricted}
|
|
19953
20021
|
*/
|
|
19954
20022
|
export declare function createOnlineMeetingRestrictedFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20023
|
+
/**
|
|
20024
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20025
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20026
|
+
* @returns {OnOtpSendCustomExtension}
|
|
20027
|
+
*/
|
|
20028
|
+
export declare function createOnOtpSendCustomExtensionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20029
|
+
/**
|
|
20030
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20031
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20032
|
+
* @returns {OnOtpSendCustomExtensionHandler}
|
|
20033
|
+
*/
|
|
20034
|
+
export declare function createOnOtpSendCustomExtensionHandlerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20035
|
+
/**
|
|
20036
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20037
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20038
|
+
* @returns {OnOtpSendHandler}
|
|
20039
|
+
*/
|
|
20040
|
+
export declare function createOnOtpSendHandlerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
19955
20041
|
/**
|
|
19956
20042
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
19957
20043
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21770,6 +21856,12 @@ export declare function createRestorePointSearchResponseFromDiscriminatorValue(p
|
|
|
21770
21856
|
* @returns {RestorePointSearchResult}
|
|
21771
21857
|
*/
|
|
21772
21858
|
export declare function createRestorePointSearchResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21859
|
+
/**
|
|
21860
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21861
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21862
|
+
* @returns {RestoreSessionArtifactCount}
|
|
21863
|
+
*/
|
|
21864
|
+
export declare function createRestoreSessionArtifactCountFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21773
21865
|
/**
|
|
21774
21866
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21775
21867
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -26561,6 +26653,10 @@ export interface CurrencyColumn extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
26561
26653
|
export interface CustomAppManagementConfiguration extends AppManagementConfiguration, Parsable {
|
|
26562
26654
|
}
|
|
26563
26655
|
export interface CustomAuthenticationExtension extends CustomCalloutExtension, Parsable {
|
|
26656
|
+
/**
|
|
26657
|
+
* The behaviour on error for the custom authentication extension.
|
|
26658
|
+
*/
|
|
26659
|
+
behaviorOnError?: CustomExtensionBehaviorOnError | null;
|
|
26564
26660
|
}
|
|
26565
26661
|
export interface CustomAuthenticationExtensionCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
26566
26662
|
/**
|
|
@@ -26606,6 +26702,16 @@ export interface CustomExtensionAuthenticationConfiguration extends AdditionalDa
|
|
|
26606
26702
|
*/
|
|
26607
26703
|
odataType?: string | null;
|
|
26608
26704
|
}
|
|
26705
|
+
export interface CustomExtensionBehaviorOnError extends AdditionalDataHolder, BackedModel, Parsable {
|
|
26706
|
+
/**
|
|
26707
|
+
* Stores model information.
|
|
26708
|
+
*/
|
|
26709
|
+
backingStoreEnabled?: boolean | null;
|
|
26710
|
+
/**
|
|
26711
|
+
* The OdataType property
|
|
26712
|
+
*/
|
|
26713
|
+
odataType?: string | null;
|
|
26714
|
+
}
|
|
26609
26715
|
export interface CustomExtensionCallbackConfiguration extends AdditionalDataHolder, BackedModel, Parsable {
|
|
26610
26716
|
/**
|
|
26611
26717
|
* Stores model information.
|
|
@@ -26694,6 +26800,10 @@ export interface CustomExtensionOverwriteConfiguration extends AdditionalDataHol
|
|
|
26694
26800
|
* Stores model information.
|
|
26695
26801
|
*/
|
|
26696
26802
|
backingStoreEnabled?: boolean | null;
|
|
26803
|
+
/**
|
|
26804
|
+
* The behaviorOnError property
|
|
26805
|
+
*/
|
|
26806
|
+
behaviorOnError?: CustomExtensionBehaviorOnError | null;
|
|
26697
26807
|
/**
|
|
26698
26808
|
* Configuration regarding properties of the custom extension which can be overwritten per event listener. If no values are provided, the properties on the custom extension are used.
|
|
26699
26809
|
*/
|
|
@@ -30867,6 +30977,12 @@ export declare function deserializeIntoCustomCalloutExtensionCollectionResponse(
|
|
|
30867
30977
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
30868
30978
|
*/
|
|
30869
30979
|
export declare function deserializeIntoCustomExtensionAuthenticationConfiguration(customExtensionAuthenticationConfiguration?: Partial<CustomExtensionAuthenticationConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
30980
|
+
/**
|
|
30981
|
+
* The deserialization information for the current model
|
|
30982
|
+
* @param CustomExtensionBehaviorOnError The instance to deserialize into.
|
|
30983
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
30984
|
+
*/
|
|
30985
|
+
export declare function deserializeIntoCustomExtensionBehaviorOnError(customExtensionBehaviorOnError?: Partial<CustomExtensionBehaviorOnError> | undefined): Record<string, (node: ParseNode) => void>;
|
|
30870
30986
|
/**
|
|
30871
30987
|
* The deserialization information for the current model
|
|
30872
30988
|
* @param CustomExtensionCallbackConfiguration The instance to deserialize into.
|
|
@@ -32769,6 +32885,12 @@ export declare function deserializeIntoExternalUsersSelfServiceSignUpEventsFlowC
|
|
|
32769
32885
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
32770
32886
|
*/
|
|
32771
32887
|
export declare function deserializeIntoExtractSensitivityLabelsResult(extractSensitivityLabelsResult?: Partial<ExtractSensitivityLabelsResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
32888
|
+
/**
|
|
32889
|
+
* The deserialization information for the current model
|
|
32890
|
+
* @param FallbackToMicrosoftProviderOnError The instance to deserialize into.
|
|
32891
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
32892
|
+
*/
|
|
32893
|
+
export declare function deserializeIntoFallbackToMicrosoftProviderOnError(fallbackToMicrosoftProviderOnError?: Partial<FallbackToMicrosoftProviderOnError> | undefined): Record<string, (node: ParseNode) => void>;
|
|
32772
32894
|
/**
|
|
32773
32895
|
* The deserialization information for the current model
|
|
32774
32896
|
* @param FeatureRolloutPolicy The instance to deserialize into.
|
|
@@ -33519,6 +33641,12 @@ export declare function deserializeIntoIosCompliancePolicy(iosCompliancePolicy?:
|
|
|
33519
33641
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
33520
33642
|
*/
|
|
33521
33643
|
export declare function deserializeIntoIosCustomConfiguration(iosCustomConfiguration?: Partial<IosCustomConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
33644
|
+
/**
|
|
33645
|
+
* The deserialization information for the current model
|
|
33646
|
+
* @param IosDdmLobAppAssignmentSettings The instance to deserialize into.
|
|
33647
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
33648
|
+
*/
|
|
33649
|
+
export declare function deserializeIntoIosDdmLobAppAssignmentSettings(iosDdmLobAppAssignmentSettings?: Partial<IosDdmLobAppAssignmentSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
33522
33650
|
/**
|
|
33523
33651
|
* The deserialization information for the current model
|
|
33524
33652
|
* @param IosDeviceFeaturesConfiguration The instance to deserialize into.
|
|
@@ -34989,6 +35117,18 @@ export declare function deserializeIntoMobileAppIdentifier(mobileAppIdentifier?:
|
|
|
34989
35117
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34990
35118
|
*/
|
|
34991
35119
|
export declare function deserializeIntoMobileAppInstallTimeSettings(mobileAppInstallTimeSettings?: Partial<MobileAppInstallTimeSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
35120
|
+
/**
|
|
35121
|
+
* The deserialization information for the current model
|
|
35122
|
+
* @param MobileAppRelationship The instance to deserialize into.
|
|
35123
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
35124
|
+
*/
|
|
35125
|
+
export declare function deserializeIntoMobileAppRelationship(mobileAppRelationship?: Partial<MobileAppRelationship> | undefined): Record<string, (node: ParseNode) => void>;
|
|
35126
|
+
/**
|
|
35127
|
+
* The deserialization information for the current model
|
|
35128
|
+
* @param MobileAppRelationshipCollectionResponse The instance to deserialize into.
|
|
35129
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
35130
|
+
*/
|
|
35131
|
+
export declare function deserializeIntoMobileAppRelationshipCollectionResponse(mobileAppRelationshipCollectionResponse?: Partial<MobileAppRelationshipCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34992
35132
|
/**
|
|
34993
35133
|
* The deserialization information for the current model
|
|
34994
35134
|
* @param MobileAppTroubleshootingEvent The instance to deserialize into.
|
|
@@ -35391,6 +35531,12 @@ export declare function deserializeIntoOneDriveForBusinessRestoreSession(oneDriv
|
|
|
35391
35531
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
35392
35532
|
*/
|
|
35393
35533
|
export declare function deserializeIntoOneDriveForBusinessRestoreSessionCollectionResponse(oneDriveForBusinessRestoreSessionCollectionResponse?: Partial<OneDriveForBusinessRestoreSessionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
35534
|
+
/**
|
|
35535
|
+
* The deserialization information for the current model
|
|
35536
|
+
* @param OnEmailOtpSendListener The instance to deserialize into.
|
|
35537
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
35538
|
+
*/
|
|
35539
|
+
export declare function deserializeIntoOnEmailOtpSendListener(onEmailOtpSendListener?: Partial<OnEmailOtpSendListener> | undefined): Record<string, (node: ParseNode) => void>;
|
|
35394
35540
|
/**
|
|
35395
35541
|
* The deserialization information for the current model
|
|
35396
35542
|
* @param Onenote The instance to deserialize into.
|
|
@@ -35535,6 +35681,24 @@ export declare function deserializeIntoOnlineMeetingInfo(onlineMeetingInfo?: Par
|
|
|
35535
35681
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
35536
35682
|
*/
|
|
35537
35683
|
export declare function deserializeIntoOnlineMeetingRestricted(onlineMeetingRestricted?: Partial<OnlineMeetingRestricted> | undefined): Record<string, (node: ParseNode) => void>;
|
|
35684
|
+
/**
|
|
35685
|
+
* The deserialization information for the current model
|
|
35686
|
+
* @param OnOtpSendCustomExtension The instance to deserialize into.
|
|
35687
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
35688
|
+
*/
|
|
35689
|
+
export declare function deserializeIntoOnOtpSendCustomExtension(onOtpSendCustomExtension?: Partial<OnOtpSendCustomExtension> | undefined): Record<string, (node: ParseNode) => void>;
|
|
35690
|
+
/**
|
|
35691
|
+
* The deserialization information for the current model
|
|
35692
|
+
* @param OnOtpSendCustomExtensionHandler The instance to deserialize into.
|
|
35693
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
35694
|
+
*/
|
|
35695
|
+
export declare function deserializeIntoOnOtpSendCustomExtensionHandler(onOtpSendCustomExtensionHandler?: Partial<OnOtpSendCustomExtensionHandler> | undefined): Record<string, (node: ParseNode) => void>;
|
|
35696
|
+
/**
|
|
35697
|
+
* The deserialization information for the current model
|
|
35698
|
+
* @param OnOtpSendHandler The instance to deserialize into.
|
|
35699
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
35700
|
+
*/
|
|
35701
|
+
export declare function deserializeIntoOnOtpSendHandler(onOtpSendHandler?: Partial<OnOtpSendHandler> | undefined): Record<string, (node: ParseNode) => void>;
|
|
35538
35702
|
/**
|
|
35539
35703
|
* The deserialization information for the current model
|
|
35540
35704
|
* @param OnPremisesAccidentalDeletionPrevention The instance to deserialize into.
|
|
@@ -37353,6 +37517,12 @@ export declare function deserializeIntoRestorePointSearchResponse(restorePointSe
|
|
|
37353
37517
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37354
37518
|
*/
|
|
37355
37519
|
export declare function deserializeIntoRestorePointSearchResult(restorePointSearchResult?: Partial<RestorePointSearchResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37520
|
+
/**
|
|
37521
|
+
* The deserialization information for the current model
|
|
37522
|
+
* @param RestoreSessionArtifactCount The instance to deserialize into.
|
|
37523
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37524
|
+
*/
|
|
37525
|
+
export declare function deserializeIntoRestoreSessionArtifactCount(restoreSessionArtifactCount?: Partial<RestoreSessionArtifactCount> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37356
37526
|
/**
|
|
37357
37527
|
* The deserialization information for the current model
|
|
37358
37528
|
* @param RestoreSessionBase The instance to deserialize into.
|
|
@@ -42209,6 +42379,10 @@ export interface DeviceAppManagement extends Entity, Parsable {
|
|
|
42209
42379
|
* The Managed Device Mobile Application Configurations.
|
|
42210
42380
|
*/
|
|
42211
42381
|
mobileAppConfigurations?: ManagedDeviceMobileAppConfiguration[] | null;
|
|
42382
|
+
/**
|
|
42383
|
+
* The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
|
|
42384
|
+
*/
|
|
42385
|
+
mobileAppRelationships?: MobileAppRelationship[] | null;
|
|
42212
42386
|
/**
|
|
42213
42387
|
* The mobile apps.
|
|
42214
42388
|
*/
|
|
@@ -44166,9 +44340,6 @@ export interface DeviceManagementPartnerCollectionResponse extends BaseCollectio
|
|
|
44166
44340
|
}
|
|
44167
44341
|
export type DeviceManagementPartnerTenantState = (typeof DeviceManagementPartnerTenantStateObject)[keyof typeof DeviceManagementPartnerTenantStateObject];
|
|
44168
44342
|
export type DeviceManagementReportFileFormat = (typeof DeviceManagementReportFileFormatObject)[keyof typeof DeviceManagementReportFileFormatObject];
|
|
44169
|
-
/**
|
|
44170
|
-
* Singleton entity that acts as a container for all reports functionality.
|
|
44171
|
-
*/
|
|
44172
44343
|
export interface DeviceManagementReports extends Entity, Parsable {
|
|
44173
44344
|
/**
|
|
44174
44345
|
* Entity representing a job to export a report
|
|
@@ -47667,6 +47838,8 @@ export interface ExtractSensitivityLabelsResult extends AdditionalDataHolder, Ba
|
|
|
47667
47838
|
*/
|
|
47668
47839
|
odataType?: string | null;
|
|
47669
47840
|
}
|
|
47841
|
+
export interface FallbackToMicrosoftProviderOnError extends CustomExtensionBehaviorOnError, Parsable {
|
|
47842
|
+
}
|
|
47670
47843
|
export interface FeatureRolloutPolicy extends Entity, Parsable {
|
|
47671
47844
|
/**
|
|
47672
47845
|
* Nullable. Specifies a list of directoryObject resources that feature is enabled for.
|
|
@@ -47875,7 +48048,7 @@ export interface FileAttachment extends Attachment, Parsable {
|
|
|
47875
48048
|
contentLocation?: string | null;
|
|
47876
48049
|
}
|
|
47877
48050
|
/**
|
|
47878
|
-
* Contains properties for file encryption information for the content version of a line
|
|
48051
|
+
* Contains properties for file encryption information for the content version of a line-of-business app.
|
|
47879
48052
|
*/
|
|
47880
48053
|
export interface FileEncryptionInfo extends AdditionalDataHolder, BackedModel, Parsable {
|
|
47881
48054
|
/**
|
|
@@ -48684,7 +48857,7 @@ export interface GroupLifecyclePolicyCollectionResponse extends BaseCollectionPa
|
|
|
48684
48857
|
}
|
|
48685
48858
|
export interface GroupMembers extends Parsable, SubjectSet {
|
|
48686
48859
|
/**
|
|
48687
|
-
* The name of the group in Microsoft Entra ID. Read
|
|
48860
|
+
* The name of the group in Microsoft Entra ID. Read-only.
|
|
48688
48861
|
*/
|
|
48689
48862
|
description?: string | null;
|
|
48690
48863
|
/**
|
|
@@ -49924,6 +50097,31 @@ export interface IosCustomConfiguration extends DeviceConfiguration, Parsable {
|
|
|
49924
50097
|
*/
|
|
49925
50098
|
payloadName?: string | null;
|
|
49926
50099
|
}
|
|
50100
|
+
/**
|
|
50101
|
+
* Contains properties used to assign an iOS iOS Declarative Device Management (DDM) Line Of Business (LOB) mobile app to a group.
|
|
50102
|
+
*/
|
|
50103
|
+
export interface IosDdmLobAppAssignmentSettings extends MobileAppAssignmentSettings, Parsable {
|
|
50104
|
+
/**
|
|
50105
|
+
* Domain names to associate with the app
|
|
50106
|
+
*/
|
|
50107
|
+
associatedDomains?: string[] | null;
|
|
50108
|
+
/**
|
|
50109
|
+
* When true, the system allows direct downloads for the AssociatedDomains. When false, the system will not allow direct downloads for the AssociatedDomains. Default is false.
|
|
50110
|
+
*/
|
|
50111
|
+
associatedDomainsDirectDownloadAllowed?: boolean | null;
|
|
50112
|
+
/**
|
|
50113
|
+
* When true, indicates that the app should not be backed up to iCloud. When false, indicates that the app may be backed up to iCloud. Default is false.
|
|
50114
|
+
*/
|
|
50115
|
+
preventManagedAppBackup?: boolean | null;
|
|
50116
|
+
/**
|
|
50117
|
+
* When true, the device locks its screen after every transaction that requires a customer’s card PIN. When false, the user can choose the behavior. Default value is false.
|
|
50118
|
+
*/
|
|
50119
|
+
tapToPayScreenLockEnabled?: boolean | null;
|
|
50120
|
+
/**
|
|
50121
|
+
* The unique identifier of the relay to associate with the app.
|
|
50122
|
+
*/
|
|
50123
|
+
vpnConfigurationId?: string | null;
|
|
50124
|
+
}
|
|
49927
50125
|
/**
|
|
49928
50126
|
* iOS Device Features Configuration Profile.
|
|
49929
50127
|
*/
|
|
@@ -52785,6 +52983,10 @@ export interface MailboxRestoreArtifact extends Parsable, RestoreArtifactBase {
|
|
|
52785
52983
|
* The new restored folder name.
|
|
52786
52984
|
*/
|
|
52787
52985
|
restoredFolderName?: string | null;
|
|
52986
|
+
/**
|
|
52987
|
+
* The number of items that are being restored in the folder.
|
|
52988
|
+
*/
|
|
52989
|
+
restoredItemCount?: number | null;
|
|
52788
52990
|
}
|
|
52789
52991
|
export interface MailboxRestoreArtifactCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
52790
52992
|
/**
|
|
@@ -53497,7 +53699,7 @@ export interface ManagedAppStatusRaw extends ManagedAppStatus, Parsable {
|
|
|
53497
53699
|
}
|
|
53498
53700
|
export type ManagedBrowserType = (typeof ManagedBrowserTypeObject)[keyof typeof ManagedBrowserTypeObject];
|
|
53499
53701
|
/**
|
|
53500
|
-
* Devices that are managed or pre-enrolled through Intune
|
|
53702
|
+
* Devices that are managed or pre-enrolled through Intune. Limited support for $filter: Only properties whose descriptions mention support for $filter may be used, and combinations of those filtered properties must use 'and', not 'or'.
|
|
53501
53703
|
*/
|
|
53502
53704
|
export interface ManagedDevice extends Entity, Parsable {
|
|
53503
53705
|
/**
|
|
@@ -54138,7 +54340,7 @@ export interface ManagedMobileAppCollectionResponse extends BaseCollectionPagina
|
|
|
54138
54340
|
value?: ManagedMobileApp[] | null;
|
|
54139
54341
|
}
|
|
54140
54342
|
/**
|
|
54141
|
-
* An abstract base class containing properties for all managed mobile line
|
|
54343
|
+
* An abstract base class containing properties for all managed mobile line-of-business apps.
|
|
54142
54344
|
*/
|
|
54143
54345
|
export interface ManagedMobileLobApp extends ManagedApp, Parsable {
|
|
54144
54346
|
/**
|
|
@@ -55513,6 +55715,49 @@ export interface MobileAppInstallTimeSettings extends AdditionalDataHolder, Back
|
|
|
55513
55715
|
useLocalTime?: boolean | null;
|
|
55514
55716
|
}
|
|
55515
55717
|
export type MobileAppPublishingState = (typeof MobileAppPublishingStateObject)[keyof typeof MobileAppPublishingStateObject];
|
|
55718
|
+
/**
|
|
55719
|
+
* The MobileAppRelationship describes the relationship between two mobile applications by providing information that tells if an application is dependent on or superseded by another application.
|
|
55720
|
+
*/
|
|
55721
|
+
export interface MobileAppRelationship extends Entity, Parsable {
|
|
55722
|
+
/**
|
|
55723
|
+
* The display name of the app that is the source of the mobile app relationship entity. For example: Orca. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.
|
|
55724
|
+
*/
|
|
55725
|
+
sourceDisplayName?: string | null;
|
|
55726
|
+
/**
|
|
55727
|
+
* The display version of the app that is the source of the mobile app relationship entity. For example 1.0.12 or 1.2203.156 or 3. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.
|
|
55728
|
+
*/
|
|
55729
|
+
sourceDisplayVersion?: string | null;
|
|
55730
|
+
/**
|
|
55731
|
+
* The unique app identifier of the source of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. If null during relationship creation, then it will be populated with parent Id. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.
|
|
55732
|
+
*/
|
|
55733
|
+
sourceId?: string | null;
|
|
55734
|
+
/**
|
|
55735
|
+
* The publisher display name of the app that is the source of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.
|
|
55736
|
+
*/
|
|
55737
|
+
sourcePublisherDisplayName?: string | null;
|
|
55738
|
+
/**
|
|
55739
|
+
* The display name of the app that is the target of the mobile app relationship entity. For example: Firefox Setup 52.0.2 32bit.intunewin. Maximum length is 500 characters. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.
|
|
55740
|
+
*/
|
|
55741
|
+
targetDisplayName?: string | null;
|
|
55742
|
+
/**
|
|
55743
|
+
* The display version of the app that is the target of the mobile app relationship entity. For example 1.0 or 1.2203.156. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.
|
|
55744
|
+
*/
|
|
55745
|
+
targetDisplayVersion?: string | null;
|
|
55746
|
+
/**
|
|
55747
|
+
* The unique app identifier of the target of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy.
|
|
55748
|
+
*/
|
|
55749
|
+
targetId?: string | null;
|
|
55750
|
+
/**
|
|
55751
|
+
* The publisher display name of the app that is the target of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.
|
|
55752
|
+
*/
|
|
55753
|
+
targetPublisherDisplayName?: string | null;
|
|
55754
|
+
}
|
|
55755
|
+
export interface MobileAppRelationshipCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
55756
|
+
/**
|
|
55757
|
+
* The value property
|
|
55758
|
+
*/
|
|
55759
|
+
value?: MobileAppRelationship[] | null;
|
|
55760
|
+
}
|
|
55516
55761
|
export interface MobileAppTroubleshootingEvent extends Entity, Parsable {
|
|
55517
55762
|
/**
|
|
55518
55763
|
* Indicates collection of App Log Upload Request.
|
|
@@ -55537,7 +55782,7 @@ export interface MobileContainedAppCollectionResponse extends BaseCollectionPagi
|
|
|
55537
55782
|
value?: MobileContainedApp[] | null;
|
|
55538
55783
|
}
|
|
55539
55784
|
/**
|
|
55540
|
-
* An abstract base class containing properties for all mobile line
|
|
55785
|
+
* An abstract base class containing properties for all mobile line-of-business apps.
|
|
55541
55786
|
*/
|
|
55542
55787
|
export interface MobileLobApp extends MobileApp, Parsable {
|
|
55543
55788
|
/**
|
|
@@ -56535,6 +56780,12 @@ export interface OneDriveForBusinessRestoreSessionCollectionResponse extends Bas
|
|
|
56535
56780
|
*/
|
|
56536
56781
|
value?: OneDriveForBusinessRestoreSession[] | null;
|
|
56537
56782
|
}
|
|
56783
|
+
export interface OnEmailOtpSendListener extends AuthenticationEventListener, Parsable {
|
|
56784
|
+
/**
|
|
56785
|
+
* Used to configure what to invoke if the onEmailOTPSend event resolves to this listener. This base class serves as a generic OTP event handler used for both email and SMS OTP messages.
|
|
56786
|
+
*/
|
|
56787
|
+
handler?: OnOtpSendHandler | null;
|
|
56788
|
+
}
|
|
56538
56789
|
export interface Onenote extends Entity, Parsable {
|
|
56539
56790
|
/**
|
|
56540
56791
|
* The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
|
|
@@ -56835,7 +57086,7 @@ export interface OnlineMeeting extends OnlineMeetingBase, Parsable {
|
|
|
56835
57086
|
*/
|
|
56836
57087
|
endDateTime?: Date | null;
|
|
56837
57088
|
/**
|
|
56838
|
-
* The
|
|
57089
|
+
* The external ID that is a custom identifier. Optional.
|
|
56839
57090
|
*/
|
|
56840
57091
|
externalId?: string | null;
|
|
56841
57092
|
/**
|
|
@@ -56881,7 +57132,7 @@ export interface OnlineMeetingBase extends Entity, Parsable {
|
|
|
56881
57132
|
*/
|
|
56882
57133
|
allowedLobbyAdmitters?: AllowedLobbyAdmitterRoles | null;
|
|
56883
57134
|
/**
|
|
56884
|
-
* Specifies who can be a presenter in a meeting.
|
|
57135
|
+
* Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.
|
|
56885
57136
|
*/
|
|
56886
57137
|
allowedPresenters?: OnlineMeetingPresenters | null;
|
|
56887
57138
|
/**
|
|
@@ -57040,6 +57291,28 @@ export interface OnlineMeetingRestricted extends AdditionalDataHolder, BackedMod
|
|
|
57040
57291
|
}
|
|
57041
57292
|
export type OnlineMeetingRole = (typeof OnlineMeetingRoleObject)[keyof typeof OnlineMeetingRoleObject];
|
|
57042
57293
|
export type OnlineMeetingVideoDisabledReason = (typeof OnlineMeetingVideoDisabledReasonObject)[keyof typeof OnlineMeetingVideoDisabledReasonObject];
|
|
57294
|
+
export interface OnOtpSendCustomExtension extends CustomAuthenticationExtension, Parsable {
|
|
57295
|
+
}
|
|
57296
|
+
export interface OnOtpSendCustomExtensionHandler extends OnOtpSendHandler, Parsable {
|
|
57297
|
+
/**
|
|
57298
|
+
* Configuration regarding properties of the custom extension that are can be overwritten for the onEmailOtpSendListener event listener.
|
|
57299
|
+
*/
|
|
57300
|
+
configuration?: CustomExtensionOverwriteConfiguration | null;
|
|
57301
|
+
/**
|
|
57302
|
+
* The customExtension property
|
|
57303
|
+
*/
|
|
57304
|
+
customExtension?: OnOtpSendCustomExtension | null;
|
|
57305
|
+
}
|
|
57306
|
+
export interface OnOtpSendHandler extends AdditionalDataHolder, BackedModel, Parsable {
|
|
57307
|
+
/**
|
|
57308
|
+
* Stores model information.
|
|
57309
|
+
*/
|
|
57310
|
+
backingStoreEnabled?: boolean | null;
|
|
57311
|
+
/**
|
|
57312
|
+
* The OdataType property
|
|
57313
|
+
*/
|
|
57314
|
+
odataType?: string | null;
|
|
57315
|
+
}
|
|
57043
57316
|
export interface OnPremisesAccidentalDeletionPrevention extends AdditionalDataHolder, BackedModel, Parsable {
|
|
57044
57317
|
/**
|
|
57045
57318
|
* Threshold value which triggers accidental deletion prevention. The threshold is either an absolute number of objects or a percentage number of objects.
|
|
@@ -57997,11 +58270,11 @@ export interface OutOfOfficeSettings extends AdditionalDataHolder, BackedModel,
|
|
|
57997
58270
|
*/
|
|
57998
58271
|
backingStoreEnabled?: boolean | null;
|
|
57999
58272
|
/**
|
|
58000
|
-
* The
|
|
58273
|
+
* If true, either of the following is met:The current time falls within the out-of-office window configured in Outlook or Teams.An event marked as 'Show as Out of Office' appears on the user's calendar.Otherwise, false.
|
|
58001
58274
|
*/
|
|
58002
58275
|
isOutOfOffice?: boolean | null;
|
|
58003
58276
|
/**
|
|
58004
|
-
* The message
|
|
58277
|
+
* The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office).
|
|
58005
58278
|
*/
|
|
58006
58279
|
message?: string | null;
|
|
58007
58280
|
/**
|
|
@@ -59785,15 +60058,15 @@ export interface Presence extends Entity, Parsable {
|
|
|
59785
60058
|
*/
|
|
59786
60059
|
activity?: string | null;
|
|
59787
60060
|
/**
|
|
59788
|
-
* The base presence information for a user. Possible values are Available,
|
|
60061
|
+
* The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.
|
|
59789
60062
|
*/
|
|
59790
60063
|
availability?: string | null;
|
|
59791
60064
|
/**
|
|
59792
|
-
* The
|
|
60065
|
+
* The user's out-of-office settings.
|
|
59793
60066
|
*/
|
|
59794
60067
|
outOfOfficeSettings?: OutOfOfficeSettings | null;
|
|
59795
60068
|
/**
|
|
59796
|
-
* The
|
|
60069
|
+
* The lexicographically sortable string stamp that represents the version of a presence object.
|
|
59797
60070
|
*/
|
|
59798
60071
|
sequenceNumber?: string | null;
|
|
59799
60072
|
/**
|
|
@@ -63345,6 +63618,7 @@ export interface RestoreArtifactsBulkRequestBase extends Entity, Parsable {
|
|
|
63345
63618
|
tags?: RestorePointTags[] | null;
|
|
63346
63619
|
}
|
|
63347
63620
|
export type RestoreArtifactsBulkRequestStatus = (typeof RestoreArtifactsBulkRequestStatusObject)[keyof typeof RestoreArtifactsBulkRequestStatusObject];
|
|
63621
|
+
export type RestoreJobType = (typeof RestoreJobTypeObject)[keyof typeof RestoreJobTypeObject];
|
|
63348
63622
|
export interface RestorePoint extends Entity, Parsable {
|
|
63349
63623
|
/**
|
|
63350
63624
|
* Expiration date time of the restore point.
|
|
@@ -63411,6 +63685,32 @@ export interface RestorePointSearchResult extends AdditionalDataHolder, BackedMo
|
|
|
63411
63685
|
restorePoint?: RestorePoint | null;
|
|
63412
63686
|
}
|
|
63413
63687
|
export type RestorePointTags = (typeof RestorePointTagsObject)[keyof typeof RestorePointTagsObject];
|
|
63688
|
+
export interface RestoreSessionArtifactCount extends AdditionalDataHolder, BackedModel, Parsable {
|
|
63689
|
+
/**
|
|
63690
|
+
* Stores model information.
|
|
63691
|
+
*/
|
|
63692
|
+
backingStoreEnabled?: boolean | null;
|
|
63693
|
+
/**
|
|
63694
|
+
* The number of artifacts whose restoration completed.
|
|
63695
|
+
*/
|
|
63696
|
+
completed?: number | null;
|
|
63697
|
+
/**
|
|
63698
|
+
* The number of artifacts whose restoration failed.
|
|
63699
|
+
*/
|
|
63700
|
+
failed?: number | null;
|
|
63701
|
+
/**
|
|
63702
|
+
* The number of artifacts whose restoration is in progress.
|
|
63703
|
+
*/
|
|
63704
|
+
inProgress?: number | null;
|
|
63705
|
+
/**
|
|
63706
|
+
* The OdataType property
|
|
63707
|
+
*/
|
|
63708
|
+
odataType?: string | null;
|
|
63709
|
+
/**
|
|
63710
|
+
* The number of artifacts present in the restore session.
|
|
63711
|
+
*/
|
|
63712
|
+
total?: number | null;
|
|
63713
|
+
}
|
|
63414
63714
|
export interface RestoreSessionBase extends Entity, Parsable {
|
|
63415
63715
|
/**
|
|
63416
63716
|
* The time of completion of the restore session.
|
|
@@ -63436,6 +63736,14 @@ export interface RestoreSessionBase extends Entity, Parsable {
|
|
|
63436
63736
|
* Timestamp of the last modification of the restore session.
|
|
63437
63737
|
*/
|
|
63438
63738
|
lastModifiedDateTime?: Date | null;
|
|
63739
|
+
/**
|
|
63740
|
+
* Indicates whether the restore session was created normally or by a bulk job.
|
|
63741
|
+
*/
|
|
63742
|
+
restoreJobType?: RestoreJobType | null;
|
|
63743
|
+
/**
|
|
63744
|
+
* The number of metadata artifacts that belong to this restore session.
|
|
63745
|
+
*/
|
|
63746
|
+
restoreSessionArtifactCount?: RestoreSessionArtifactCount | null;
|
|
63439
63747
|
/**
|
|
63440
63748
|
* Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.
|
|
63441
63749
|
*/
|
|
@@ -69336,6 +69644,13 @@ export declare function serializeCustomCalloutExtensionCollectionResponse(writer
|
|
|
69336
69644
|
* @param writer Serialization writer to use to serialize this model
|
|
69337
69645
|
*/
|
|
69338
69646
|
export declare function serializeCustomExtensionAuthenticationConfiguration(writer: SerializationWriter, customExtensionAuthenticationConfiguration?: Partial<CustomExtensionAuthenticationConfiguration> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
69647
|
+
/**
|
|
69648
|
+
* Serializes information the current object
|
|
69649
|
+
* @param CustomExtensionBehaviorOnError The instance to serialize from.
|
|
69650
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
69651
|
+
* @param writer Serialization writer to use to serialize this model
|
|
69652
|
+
*/
|
|
69653
|
+
export declare function serializeCustomExtensionBehaviorOnError(writer: SerializationWriter, customExtensionBehaviorOnError?: Partial<CustomExtensionBehaviorOnError> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
69339
69654
|
/**
|
|
69340
69655
|
* Serializes information the current object
|
|
69341
69656
|
* @param CustomExtensionCallbackConfiguration The instance to serialize from.
|
|
@@ -71555,6 +71870,13 @@ export declare function serializeExternalUsersSelfServiceSignUpEventsFlowCollect
|
|
|
71555
71870
|
* @param writer Serialization writer to use to serialize this model
|
|
71556
71871
|
*/
|
|
71557
71872
|
export declare function serializeExtractSensitivityLabelsResult(writer: SerializationWriter, extractSensitivityLabelsResult?: Partial<ExtractSensitivityLabelsResult> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
71873
|
+
/**
|
|
71874
|
+
* Serializes information the current object
|
|
71875
|
+
* @param FallbackToMicrosoftProviderOnError The instance to serialize from.
|
|
71876
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
71877
|
+
* @param writer Serialization writer to use to serialize this model
|
|
71878
|
+
*/
|
|
71879
|
+
export declare function serializeFallbackToMicrosoftProviderOnError(writer: SerializationWriter, fallbackToMicrosoftProviderOnError?: Partial<FallbackToMicrosoftProviderOnError> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
71558
71880
|
/**
|
|
71559
71881
|
* Serializes information the current object
|
|
71560
71882
|
* @param FeatureRolloutPolicy The instance to serialize from.
|
|
@@ -72430,6 +72752,13 @@ export declare function serializeIosCompliancePolicy(writer: SerializationWriter
|
|
|
72430
72752
|
* @param writer Serialization writer to use to serialize this model
|
|
72431
72753
|
*/
|
|
72432
72754
|
export declare function serializeIosCustomConfiguration(writer: SerializationWriter, iosCustomConfiguration?: Partial<IosCustomConfiguration> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
72755
|
+
/**
|
|
72756
|
+
* Serializes information the current object
|
|
72757
|
+
* @param IosDdmLobAppAssignmentSettings The instance to serialize from.
|
|
72758
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
72759
|
+
* @param writer Serialization writer to use to serialize this model
|
|
72760
|
+
*/
|
|
72761
|
+
export declare function serializeIosDdmLobAppAssignmentSettings(writer: SerializationWriter, iosDdmLobAppAssignmentSettings?: Partial<IosDdmLobAppAssignmentSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
72433
72762
|
/**
|
|
72434
72763
|
* Serializes information the current object
|
|
72435
72764
|
* @param IosDeviceFeaturesConfiguration The instance to serialize from.
|
|
@@ -74145,6 +74474,20 @@ export declare function serializeMobileAppIdentifier(writer: SerializationWriter
|
|
|
74145
74474
|
* @param writer Serialization writer to use to serialize this model
|
|
74146
74475
|
*/
|
|
74147
74476
|
export declare function serializeMobileAppInstallTimeSettings(writer: SerializationWriter, mobileAppInstallTimeSettings?: Partial<MobileAppInstallTimeSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
74477
|
+
/**
|
|
74478
|
+
* Serializes information the current object
|
|
74479
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
74480
|
+
* @param MobileAppRelationship The instance to serialize from.
|
|
74481
|
+
* @param writer Serialization writer to use to serialize this model
|
|
74482
|
+
*/
|
|
74483
|
+
export declare function serializeMobileAppRelationship(writer: SerializationWriter, mobileAppRelationship?: Partial<MobileAppRelationship> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
74484
|
+
/**
|
|
74485
|
+
* Serializes information the current object
|
|
74486
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
74487
|
+
* @param MobileAppRelationshipCollectionResponse The instance to serialize from.
|
|
74488
|
+
* @param writer Serialization writer to use to serialize this model
|
|
74489
|
+
*/
|
|
74490
|
+
export declare function serializeMobileAppRelationshipCollectionResponse(writer: SerializationWriter, mobileAppRelationshipCollectionResponse?: Partial<MobileAppRelationshipCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
74148
74491
|
/**
|
|
74149
74492
|
* Serializes information the current object
|
|
74150
74493
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -74614,6 +74957,13 @@ export declare function serializeOneDriveForBusinessRestoreSession(writer: Seria
|
|
|
74614
74957
|
* @param writer Serialization writer to use to serialize this model
|
|
74615
74958
|
*/
|
|
74616
74959
|
export declare function serializeOneDriveForBusinessRestoreSessionCollectionResponse(writer: SerializationWriter, oneDriveForBusinessRestoreSessionCollectionResponse?: Partial<OneDriveForBusinessRestoreSessionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
74960
|
+
/**
|
|
74961
|
+
* Serializes information the current object
|
|
74962
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
74963
|
+
* @param OnEmailOtpSendListener The instance to serialize from.
|
|
74964
|
+
* @param writer Serialization writer to use to serialize this model
|
|
74965
|
+
*/
|
|
74966
|
+
export declare function serializeOnEmailOtpSendListener(writer: SerializationWriter, onEmailOtpSendListener?: Partial<OnEmailOtpSendListener> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
74617
74967
|
/**
|
|
74618
74968
|
* Serializes information the current object
|
|
74619
74969
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -74782,6 +75132,27 @@ export declare function serializeOnlineMeetingInfo(writer: SerializationWriter,
|
|
|
74782
75132
|
* @param writer Serialization writer to use to serialize this model
|
|
74783
75133
|
*/
|
|
74784
75134
|
export declare function serializeOnlineMeetingRestricted(writer: SerializationWriter, onlineMeetingRestricted?: Partial<OnlineMeetingRestricted> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75135
|
+
/**
|
|
75136
|
+
* Serializes information the current object
|
|
75137
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75138
|
+
* @param OnOtpSendCustomExtension The instance to serialize from.
|
|
75139
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75140
|
+
*/
|
|
75141
|
+
export declare function serializeOnOtpSendCustomExtension(writer: SerializationWriter, onOtpSendCustomExtension?: Partial<OnOtpSendCustomExtension> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75142
|
+
/**
|
|
75143
|
+
* Serializes information the current object
|
|
75144
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75145
|
+
* @param OnOtpSendCustomExtensionHandler The instance to serialize from.
|
|
75146
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75147
|
+
*/
|
|
75148
|
+
export declare function serializeOnOtpSendCustomExtensionHandler(writer: SerializationWriter, onOtpSendCustomExtensionHandler?: Partial<OnOtpSendCustomExtensionHandler> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75149
|
+
/**
|
|
75150
|
+
* Serializes information the current object
|
|
75151
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75152
|
+
* @param OnOtpSendHandler The instance to serialize from.
|
|
75153
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75154
|
+
*/
|
|
75155
|
+
export declare function serializeOnOtpSendHandler(writer: SerializationWriter, onOtpSendHandler?: Partial<OnOtpSendHandler> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
74785
75156
|
/**
|
|
74786
75157
|
* Serializes information the current object
|
|
74787
75158
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -76903,6 +77274,13 @@ export declare function serializeRestorePointSearchResponse(writer: Serializatio
|
|
|
76903
77274
|
* @param writer Serialization writer to use to serialize this model
|
|
76904
77275
|
*/
|
|
76905
77276
|
export declare function serializeRestorePointSearchResult(writer: SerializationWriter, restorePointSearchResult?: Partial<RestorePointSearchResult> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
77277
|
+
/**
|
|
77278
|
+
* Serializes information the current object
|
|
77279
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
77280
|
+
* @param RestoreSessionArtifactCount The instance to serialize from.
|
|
77281
|
+
* @param writer Serialization writer to use to serialize this model
|
|
77282
|
+
*/
|
|
77283
|
+
export declare function serializeRestoreSessionArtifactCount(writer: SerializationWriter, restoreSessionArtifactCount?: Partial<RestoreSessionArtifactCount> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76906
77284
|
/**
|
|
76907
77285
|
* Serializes information the current object
|
|
76908
77286
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -84240,7 +84618,7 @@ export interface SingleServicePrincipal extends Parsable, SubjectSet {
|
|
|
84240
84618
|
}
|
|
84241
84619
|
export interface SingleUser extends Parsable, SubjectSet {
|
|
84242
84620
|
/**
|
|
84243
|
-
* The name of the user in Microsoft Entra ID. Read
|
|
84621
|
+
* The name of the user in Microsoft Entra ID. Read-only.
|
|
84244
84622
|
*/
|
|
84245
84623
|
description?: string | null;
|
|
84246
84624
|
/**
|
|
@@ -86555,7 +86933,7 @@ export interface TeamsTab extends Entity, Parsable {
|
|
|
86555
86933
|
*/
|
|
86556
86934
|
teamsApp?: TeamsApp | null;
|
|
86557
86935
|
/**
|
|
86558
|
-
* Deep link URL of the tab instance. Read
|
|
86936
|
+
* Deep link URL of the tab instance. Read-only.
|
|
86559
86937
|
*/
|
|
86560
86938
|
webUrl?: string | null;
|
|
86561
86939
|
}
|
|
@@ -89085,7 +89463,7 @@ export interface UsageRightsIncluded extends Entity, Parsable {
|
|
|
89085
89463
|
}
|
|
89086
89464
|
export interface UsedInsight extends Entity, Parsable {
|
|
89087
89465
|
/**
|
|
89088
|
-
* Information about when the item was last viewed or modified by the user. Read
|
|
89466
|
+
* Information about when the item was last viewed or modified by the user. Read-only.
|
|
89089
89467
|
*/
|
|
89090
89468
|
lastUsed?: UsageDetails | null;
|
|
89091
89469
|
/**
|
|
@@ -89093,7 +89471,7 @@ export interface UsedInsight extends Entity, Parsable {
|
|
|
89093
89471
|
*/
|
|
89094
89472
|
resource?: Entity | null;
|
|
89095
89473
|
/**
|
|
89096
|
-
* Reference properties of the used document, such as the
|
|
89474
|
+
* Reference properties of the used document, such as the URL and type of the document. Read-only
|
|
89097
89475
|
*/
|
|
89098
89476
|
resourceReference?: ResourceReference | null;
|
|
89099
89477
|
/**
|
|
@@ -97833,7 +98211,7 @@ export declare const AutoRestartNotificationDismissalMethodObject: {
|
|
|
97833
98211
|
readonly Automatic: "automatic";
|
|
97834
98212
|
/** User dismissal. Allows the user to dismiss the notification */
|
|
97835
98213
|
readonly User: "user";
|
|
97836
|
-
/** Evolvable
|
|
98214
|
+
/** Evolvable enumeration sentinel value. Do not use. */
|
|
97837
98215
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
97838
98216
|
};
|
|
97839
98217
|
export declare const B2bIdentityProvidersTypeObject: {
|
|
@@ -98883,6 +99261,8 @@ export declare const DeviceEnrollmentTypeObject: {
|
|
|
98883
99261
|
readonly AppleUserEnrollment: "appleUserEnrollment";
|
|
98884
99262
|
/** Indicates the device is enrolled via Apple User Enrollment with Company Portal using a device enrollment manager user. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities */
|
|
98885
99263
|
readonly AppleUserEnrollmentWithServiceAccount: "appleUserEnrollmentWithServiceAccount";
|
|
99264
|
+
/** Evolvable enumeration sentinel value. Do not use. */
|
|
99265
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
98886
99266
|
};
|
|
98887
99267
|
/**
|
|
98888
99268
|
* Device Exchange Access State.
|
|
@@ -99164,7 +99544,7 @@ export declare const DiskTypeObject: {
|
|
|
99164
99544
|
readonly Hdd: "hdd";
|
|
99165
99545
|
/** Enum member for SSD devices. */
|
|
99166
99546
|
readonly Ssd: "ssd";
|
|
99167
|
-
/** Evolvable enumeration sentinel value.Do not use. */
|
|
99547
|
+
/** Evolvable enumeration sentinel value. Do not use. */
|
|
99168
99548
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
99169
99549
|
};
|
|
99170
99550
|
export declare const DlpActionObject: {
|
|
@@ -99777,7 +100157,7 @@ export declare const MailTipsTypeObject: {
|
|
|
99777
100157
|
export declare const ManagedAppAvailabilityObject: {
|
|
99778
100158
|
/** A globally available app to all tenants. */
|
|
99779
100159
|
readonly Global: "global";
|
|
99780
|
-
/** A line
|
|
100160
|
+
/** A line-of-business apps private to an organization. */
|
|
99781
100161
|
readonly LineOfBusiness: "lineOfBusiness";
|
|
99782
100162
|
};
|
|
99783
100163
|
/**
|
|
@@ -102186,6 +102566,11 @@ export declare const RestoreArtifactsBulkRequestStatusObject: {
|
|
|
102186
102566
|
readonly CompletedWithErrors: "completedWithErrors";
|
|
102187
102567
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
102188
102568
|
};
|
|
102569
|
+
export declare const RestoreJobTypeObject: {
|
|
102570
|
+
readonly Standard: "standard";
|
|
102571
|
+
readonly Bulk: "bulk";
|
|
102572
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
102573
|
+
};
|
|
102189
102574
|
export declare const RestorePointPreferenceObject: {
|
|
102190
102575
|
readonly Latest: "latest";
|
|
102191
102576
|
readonly Oldest: "oldest";
|
|
@@ -103608,11 +103993,11 @@ export declare const WindowsDefenderProductStatusObject: {
|
|
|
103608
103993
|
readonly PendingFullScanDueToThreatAction: "pendingFullScanDueToThreatAction";
|
|
103609
103994
|
/** Pending reboot due to threat action */
|
|
103610
103995
|
readonly PendingRebootDueToThreatAction: "pendingRebootDueToThreatAction";
|
|
103611
|
-
/** Pending manual steps due to threat action
|
|
103996
|
+
/** Pending manual steps due to threat action */
|
|
103612
103997
|
readonly PendingManualStepsDueToThreatAction: "pendingManualStepsDueToThreatAction";
|
|
103613
|
-
/** AV signatures out of date */
|
|
103998
|
+
/** Antivirus (AV) signatures out of date */
|
|
103614
103999
|
readonly AvSignaturesOutOfDate: "avSignaturesOutOfDate";
|
|
103615
|
-
/** AS signatures out of date */
|
|
104000
|
+
/** Antisypware (AS) signatures out of date */
|
|
103616
104001
|
readonly AsSignaturesOutOfDate: "asSignaturesOutOfDate";
|
|
103617
104002
|
/** No quick scan has happened for a specified period */
|
|
103618
104003
|
readonly NoQuickScanHappenedForSpecifiedPeriod: "noQuickScanHappenedForSpecifiedPeriod";
|
|
@@ -103996,7 +104381,7 @@ export declare const WindowsUpdateForBusinessUpdateWeeksObject: {
|
|
|
103996
104381
|
readonly FourthWeek: "fourthWeek";
|
|
103997
104382
|
/** Scheduled the update installation on every week of the month */
|
|
103998
104383
|
readonly EveryWeek: "everyWeek";
|
|
103999
|
-
/** Evolvable
|
|
104384
|
+
/** Evolvable enumeration sentinel value. Do not use. */
|
|
104000
104385
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
104001
104386
|
};
|
|
104002
104387
|
/**
|
|
@@ -104011,7 +104396,7 @@ export declare const WindowsUpdateNotificationDisplayOptionObject: {
|
|
|
104011
104396
|
readonly RestartWarningsOnly: "restartWarningsOnly";
|
|
104012
104397
|
/** Turn off all notifications, including restart warnings. */
|
|
104013
104398
|
readonly DisableAllNotifications: "disableAllNotifications";
|
|
104014
|
-
/** Evolvable
|
|
104399
|
+
/** Evolvable enumeration sentinel value. Do not use. */
|
|
104015
104400
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
104016
104401
|
};
|
|
104017
104402
|
/**
|