@microsoft/msgraph-sdk 1.0.0-preview.59 → 1.0.0-preview.61
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 +35 -35
- package/models/security/index.d.ts +82 -4
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +56 -3
- package/models/security/index.js.map +1 -1
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/models/index.d.ts
CHANGED
|
@@ -58965,7 +58965,7 @@ export interface PrivilegedAccessGroupAssignmentSchedule extends Parsable, Privi
|
|
|
58965
58965
|
*/
|
|
58966
58966
|
accessId?: PrivilegedAccessGroupRelationships | null;
|
|
58967
58967
|
/**
|
|
58968
|
-
* When the request activates an ownership or membership assignment in PIM for
|
|
58968
|
+
* When the request activates an ownership or membership assignment in PIM for Groups, this object represents the eligibility relationship. Otherwise, it's null. Supports $expand.
|
|
58969
58969
|
*/
|
|
58970
58970
|
activatedUsing?: PrivilegedAccessGroupEligibilitySchedule | null;
|
|
58971
58971
|
/**
|
|
@@ -58973,11 +58973,11 @@ export interface PrivilegedAccessGroupAssignmentSchedule extends Parsable, Privi
|
|
|
58973
58973
|
*/
|
|
58974
58974
|
assignmentType?: PrivilegedAccessGroupAssignmentType | null;
|
|
58975
58975
|
/**
|
|
58976
|
-
* References the group that is the scope of the membership or ownership assignment through PIM for
|
|
58976
|
+
* References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
|
|
58977
58977
|
*/
|
|
58978
58978
|
group?: Group | null;
|
|
58979
58979
|
/**
|
|
58980
|
-
* The identifier of the group representing the scope of the membership or ownership assignment through PIM for
|
|
58980
|
+
* The identifier of the group representing the scope of the membership or ownership assignment through PIM for Groups. Required. Supports $filter (eq).
|
|
58981
58981
|
*/
|
|
58982
58982
|
groupId?: string | null;
|
|
58983
58983
|
/**
|
|
@@ -58989,7 +58989,7 @@ export interface PrivilegedAccessGroupAssignmentSchedule extends Parsable, Privi
|
|
|
58989
58989
|
*/
|
|
58990
58990
|
principal?: DirectoryObject | null;
|
|
58991
58991
|
/**
|
|
58992
|
-
* The identifier of the principal whose membership or ownership assignment is granted through PIM for
|
|
58992
|
+
* The identifier of the principal whose membership or ownership assignment is granted through PIM for Groups. Required. Supports $filter (eq).
|
|
58993
58993
|
*/
|
|
58994
58994
|
principalId?: string | null;
|
|
58995
58995
|
}
|
|
@@ -59005,7 +59005,7 @@ export interface PrivilegedAccessGroupAssignmentScheduleInstance extends Parsabl
|
|
|
59005
59005
|
*/
|
|
59006
59006
|
accessId?: PrivilegedAccessGroupRelationships | null;
|
|
59007
59007
|
/**
|
|
59008
|
-
* When the request activates a membership or ownership in PIM for
|
|
59008
|
+
* When the request activates a membership or ownership in PIM for Groups, this object represents the eligibility request for the group. Otherwise, it is null.
|
|
59009
59009
|
*/
|
|
59010
59010
|
activatedUsing?: PrivilegedAccessGroupEligibilityScheduleInstance | null;
|
|
59011
59011
|
/**
|
|
@@ -59017,11 +59017,11 @@ export interface PrivilegedAccessGroupAssignmentScheduleInstance extends Parsabl
|
|
|
59017
59017
|
*/
|
|
59018
59018
|
assignmentType?: PrivilegedAccessGroupAssignmentType | null;
|
|
59019
59019
|
/**
|
|
59020
|
-
* References the group that is the scope of the membership or ownership assignment through PIM for
|
|
59020
|
+
* References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand.
|
|
59021
59021
|
*/
|
|
59022
59022
|
group?: Group | null;
|
|
59023
59023
|
/**
|
|
59024
|
-
* The identifier of the group representing the scope of the membership or ownership assignment through PIM for
|
|
59024
|
+
* The identifier of the group representing the scope of the membership or ownership assignment through PIM for Groups. Optional. Supports $filter (eq).
|
|
59025
59025
|
*/
|
|
59026
59026
|
groupId?: string | null;
|
|
59027
59027
|
/**
|
|
@@ -59033,7 +59033,7 @@ export interface PrivilegedAccessGroupAssignmentScheduleInstance extends Parsabl
|
|
|
59033
59033
|
*/
|
|
59034
59034
|
principal?: DirectoryObject | null;
|
|
59035
59035
|
/**
|
|
59036
|
-
* The identifier of the principal whose membership or ownership assignment to the group is managed through PIM for
|
|
59036
|
+
* The identifier of the principal whose membership or ownership assignment to the group is managed through PIM for Groups. Required. Supports $filter (eq).
|
|
59037
59037
|
*/
|
|
59038
59038
|
principalId?: string | null;
|
|
59039
59039
|
}
|
|
@@ -59049,15 +59049,15 @@ export interface PrivilegedAccessGroupAssignmentScheduleRequest extends Parsable
|
|
|
59049
59049
|
*/
|
|
59050
59050
|
accessId?: PrivilegedAccessGroupRelationships | null;
|
|
59051
59051
|
/**
|
|
59052
|
-
* When the request activates a membership or ownership assignment in PIM for
|
|
59052
|
+
* When the request activates a membership or ownership assignment in PIM for Groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand.
|
|
59053
59053
|
*/
|
|
59054
59054
|
activatedUsing?: PrivilegedAccessGroupEligibilitySchedule | null;
|
|
59055
59055
|
/**
|
|
59056
|
-
* References the group that is the scope of the membership or ownership assignment request through PIM for
|
|
59056
|
+
* References the group that is the scope of the membership or ownership assignment request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
|
|
59057
59057
|
*/
|
|
59058
59058
|
group?: Group | null;
|
|
59059
59059
|
/**
|
|
59060
|
-
* The identifier of the group representing the scope of the membership or ownership assignment through PIM for
|
|
59060
|
+
* The identifier of the group representing the scope of the membership or ownership assignment through PIM for Groups. Required.
|
|
59061
59061
|
*/
|
|
59062
59062
|
groupId?: string | null;
|
|
59063
59063
|
/**
|
|
@@ -59065,7 +59065,7 @@ export interface PrivilegedAccessGroupAssignmentScheduleRequest extends Parsable
|
|
|
59065
59065
|
*/
|
|
59066
59066
|
principal?: DirectoryObject | null;
|
|
59067
59067
|
/**
|
|
59068
|
-
* The identifier of the principal whose membership or ownership assignment to the group is managed through PIM for
|
|
59068
|
+
* The identifier of the principal whose membership or ownership assignment to the group is managed through PIM for Groups. Supports $filter (eq, ne).
|
|
59069
59069
|
*/
|
|
59070
59070
|
principalId?: string | null;
|
|
59071
59071
|
/**
|
|
@@ -59090,11 +59090,11 @@ export interface PrivilegedAccessGroupEligibilitySchedule extends Parsable, Priv
|
|
|
59090
59090
|
*/
|
|
59091
59091
|
accessId?: PrivilegedAccessGroupRelationships | null;
|
|
59092
59092
|
/**
|
|
59093
|
-
* References the group that is the scope of the membership or ownership eligibility through PIM for
|
|
59093
|
+
* References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand.
|
|
59094
59094
|
*/
|
|
59095
59095
|
group?: Group | null;
|
|
59096
59096
|
/**
|
|
59097
|
-
* The identifier of the group representing the scope of the membership or ownership eligibility through PIM for
|
|
59097
|
+
* The identifier of the group representing the scope of the membership or ownership eligibility through PIM for Groups. Required. Supports $filter (eq).
|
|
59098
59098
|
*/
|
|
59099
59099
|
groupId?: string | null;
|
|
59100
59100
|
/**
|
|
@@ -59106,7 +59106,7 @@ export interface PrivilegedAccessGroupEligibilitySchedule extends Parsable, Priv
|
|
|
59106
59106
|
*/
|
|
59107
59107
|
principal?: DirectoryObject | null;
|
|
59108
59108
|
/**
|
|
59109
|
-
* The identifier of the principal whose membership or ownership eligibility is granted through PIM for
|
|
59109
|
+
* The identifier of the principal whose membership or ownership eligibility is granted through PIM for Groups. Required. Supports $filter (eq).
|
|
59110
59110
|
*/
|
|
59111
59111
|
principalId?: string | null;
|
|
59112
59112
|
}
|
|
@@ -59126,11 +59126,11 @@ export interface PrivilegedAccessGroupEligibilityScheduleInstance extends Parsab
|
|
|
59126
59126
|
*/
|
|
59127
59127
|
eligibilityScheduleId?: string | null;
|
|
59128
59128
|
/**
|
|
59129
|
-
* References the group that is the scope of the membership or ownership eligibility through PIM for
|
|
59129
|
+
* References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand.
|
|
59130
59130
|
*/
|
|
59131
59131
|
group?: Group | null;
|
|
59132
59132
|
/**
|
|
59133
|
-
* The identifier of the group representing the scope of the membership or ownership eligibility through PIM for
|
|
59133
|
+
* The identifier of the group representing the scope of the membership or ownership eligibility through PIM for Groups. Required. Supports $filter (eq).
|
|
59134
59134
|
*/
|
|
59135
59135
|
groupId?: string | null;
|
|
59136
59136
|
/**
|
|
@@ -59142,7 +59142,7 @@ export interface PrivilegedAccessGroupEligibilityScheduleInstance extends Parsab
|
|
|
59142
59142
|
*/
|
|
59143
59143
|
principal?: DirectoryObject | null;
|
|
59144
59144
|
/**
|
|
59145
|
-
* The identifier of the principal whose membership or ownership eligibility to the group is managed through PIM for
|
|
59145
|
+
* The identifier of the principal whose membership or ownership eligibility to the group is managed through PIM for Groups. Required. Supports $filter (eq).
|
|
59146
59146
|
*/
|
|
59147
59147
|
principalId?: string | null;
|
|
59148
59148
|
}
|
|
@@ -59158,11 +59158,11 @@ export interface PrivilegedAccessGroupEligibilityScheduleRequest extends Parsabl
|
|
|
59158
59158
|
*/
|
|
59159
59159
|
accessId?: PrivilegedAccessGroupRelationships | null;
|
|
59160
59160
|
/**
|
|
59161
|
-
* References the group that is the scope of the membership or ownership eligibility request through PIM for
|
|
59161
|
+
* References the group that is the scope of the membership or ownership eligibility request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
|
|
59162
59162
|
*/
|
|
59163
59163
|
group?: Group | null;
|
|
59164
59164
|
/**
|
|
59165
|
-
* The identifier of the group representing the scope of the membership and ownership eligibility through PIM for
|
|
59165
|
+
* The identifier of the group representing the scope of the membership and ownership eligibility through PIM for Groups. Required.
|
|
59166
59166
|
*/
|
|
59167
59167
|
groupId?: string | null;
|
|
59168
59168
|
/**
|
|
@@ -59170,7 +59170,7 @@ export interface PrivilegedAccessGroupEligibilityScheduleRequest extends Parsabl
|
|
|
59170
59170
|
*/
|
|
59171
59171
|
principal?: DirectoryObject | null;
|
|
59172
59172
|
/**
|
|
59173
|
-
* The identifier of the principal whose membership or ownership eligibility to the group is managed through PIM for
|
|
59173
|
+
* The identifier of the principal whose membership or ownership eligibility to the group is managed through PIM for Groups. Required.
|
|
59174
59174
|
*/
|
|
59175
59175
|
principalId?: string | null;
|
|
59176
59176
|
/**
|
|
@@ -78155,7 +78155,7 @@ export interface Subscription extends Entity, Parsable {
|
|
|
78155
78155
|
*/
|
|
78156
78156
|
encryptionCertificateId?: string | null;
|
|
78157
78157
|
/**
|
|
78158
|
-
* 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.
|
|
78158
|
+
* 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. Any value under 45 minutes after the time of the request is automatically set to 45 minutes after the request time. For the maximum supported subscription length of time, see Subscription lifetime.
|
|
78159
78159
|
*/
|
|
78160
78160
|
expirationDateTime?: Date | null;
|
|
78161
78161
|
/**
|
|
@@ -81738,11 +81738,11 @@ export interface UnifiedRoleManagementPolicyAssignment extends Entity, Parsable
|
|
|
81738
81738
|
*/
|
|
81739
81739
|
policyId?: string | null;
|
|
81740
81740
|
/**
|
|
81741
|
-
* For Microsoft Entra roles policy, it's the identifier of the role definition object where the policy applies. For PIM for
|
|
81741
|
+
* For Microsoft Entra roles policy, it's the identifier of the role definition object where the policy applies. For PIM for Groups membership and ownership, it's either member or owner. Supports $filter (eq).
|
|
81742
81742
|
*/
|
|
81743
81743
|
roleDefinitionId?: string | null;
|
|
81744
81744
|
/**
|
|
81745
|
-
* The identifier of the scope where the policy is assigned.
|
|
81745
|
+
* The identifier of the scope where the policy is assigned. Can be / for the tenant or a group ID. Required.
|
|
81746
81746
|
*/
|
|
81747
81747
|
scopeId?: string | null;
|
|
81748
81748
|
/**
|
|
@@ -90278,47 +90278,47 @@ export interface WorkbookWorksheetProtectionOptions extends AdditionalDataHolder
|
|
|
90278
90278
|
*/
|
|
90279
90279
|
additionalData?: Record<string, unknown>;
|
|
90280
90280
|
/**
|
|
90281
|
-
*
|
|
90281
|
+
* Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
|
|
90282
90282
|
*/
|
|
90283
90283
|
allowAutoFilter?: boolean | null;
|
|
90284
90284
|
/**
|
|
90285
|
-
*
|
|
90285
|
+
* Indicates whether the worksheet protection option to allow deleting columns is enabled.
|
|
90286
90286
|
*/
|
|
90287
90287
|
allowDeleteColumns?: boolean | null;
|
|
90288
90288
|
/**
|
|
90289
|
-
*
|
|
90289
|
+
* Indicates whether the worksheet protection option to allow deleting rows is enabled.
|
|
90290
90290
|
*/
|
|
90291
90291
|
allowDeleteRows?: boolean | null;
|
|
90292
90292
|
/**
|
|
90293
|
-
*
|
|
90293
|
+
* Indicates whether the worksheet protection option to allow formatting cells is enabled.
|
|
90294
90294
|
*/
|
|
90295
90295
|
allowFormatCells?: boolean | null;
|
|
90296
90296
|
/**
|
|
90297
|
-
*
|
|
90297
|
+
* Indicates whether the worksheet protection option to allow formatting columns is enabled.
|
|
90298
90298
|
*/
|
|
90299
90299
|
allowFormatColumns?: boolean | null;
|
|
90300
90300
|
/**
|
|
90301
|
-
*
|
|
90301
|
+
* Indicates whether the worksheet protection option to allow formatting rows is enabled.
|
|
90302
90302
|
*/
|
|
90303
90303
|
allowFormatRows?: boolean | null;
|
|
90304
90304
|
/**
|
|
90305
|
-
*
|
|
90305
|
+
* Indicates whether the worksheet protection option to allow inserting columns is enabled.
|
|
90306
90306
|
*/
|
|
90307
90307
|
allowInsertColumns?: boolean | null;
|
|
90308
90308
|
/**
|
|
90309
|
-
*
|
|
90309
|
+
* Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
|
|
90310
90310
|
*/
|
|
90311
90311
|
allowInsertHyperlinks?: boolean | null;
|
|
90312
90312
|
/**
|
|
90313
|
-
*
|
|
90313
|
+
* Indicates whether the worksheet protection option to allow inserting rows is enabled.
|
|
90314
90314
|
*/
|
|
90315
90315
|
allowInsertRows?: boolean | null;
|
|
90316
90316
|
/**
|
|
90317
|
-
*
|
|
90317
|
+
* Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
|
|
90318
90318
|
*/
|
|
90319
90319
|
allowPivotTables?: boolean | null;
|
|
90320
90320
|
/**
|
|
90321
|
-
*
|
|
90321
|
+
* Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
|
|
90322
90322
|
*/
|
|
90323
90323
|
allowSort?: boolean | null;
|
|
90324
90324
|
/**
|
|
@@ -577,6 +577,7 @@ export interface CloudApplicationEvidence extends AlertEvidence, Parsable {
|
|
|
577
577
|
*/
|
|
578
578
|
stream?: Stream | null;
|
|
579
579
|
}
|
|
580
|
+
export type CloudAttachmentVersion = (typeof CloudAttachmentVersionObject)[keyof typeof CloudAttachmentVersionObject];
|
|
580
581
|
export interface CloudLogonRequestEvidence extends AlertEvidence, Parsable {
|
|
581
582
|
/**
|
|
582
583
|
* The unique identifier for the sign-in request.
|
|
@@ -1967,19 +1968,19 @@ export interface CvssSummary extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
1967
1968
|
}
|
|
1968
1969
|
export interface DataSet extends Entity, Parsable {
|
|
1969
1970
|
/**
|
|
1970
|
-
* The
|
|
1971
|
+
* The user who created the data set. Read-only.
|
|
1971
1972
|
*/
|
|
1972
1973
|
createdBy?: IdentitySet | null;
|
|
1973
1974
|
/**
|
|
1974
|
-
* The
|
|
1975
|
+
* The date and time when the review set was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
|
|
1975
1976
|
*/
|
|
1976
1977
|
createdDateTime?: Date | null;
|
|
1977
1978
|
/**
|
|
1978
|
-
* The description
|
|
1979
|
+
* The description of the data set.
|
|
1979
1980
|
*/
|
|
1980
1981
|
description?: string | null;
|
|
1981
1982
|
/**
|
|
1982
|
-
* The
|
|
1983
|
+
* The name of the data set. The name is unique with a maximum limit of 64 characters.
|
|
1983
1984
|
*/
|
|
1984
1985
|
displayName?: string | null;
|
|
1985
1986
|
}
|
|
@@ -3262,7 +3263,24 @@ export interface DnsEvidence extends AlertEvidence, Parsable {
|
|
|
3262
3263
|
*/
|
|
3263
3264
|
ipAddresses?: IpEvidence[] | null;
|
|
3264
3265
|
}
|
|
3266
|
+
export type DocumentVersion = (typeof DocumentVersionObject)[keyof typeof DocumentVersionObject];
|
|
3265
3267
|
export interface EdiscoveryAddToReviewSetOperation extends CaseOperation, Parsable {
|
|
3268
|
+
/**
|
|
3269
|
+
* The additionalDataOptions property
|
|
3270
|
+
*/
|
|
3271
|
+
additionalDataOptions?: AdditionalDataOptions[] | null;
|
|
3272
|
+
/**
|
|
3273
|
+
* The cloudAttachmentVersion property
|
|
3274
|
+
*/
|
|
3275
|
+
cloudAttachmentVersion?: CloudAttachmentVersion | null;
|
|
3276
|
+
/**
|
|
3277
|
+
* The documentVersion property
|
|
3278
|
+
*/
|
|
3279
|
+
documentVersion?: DocumentVersion | null;
|
|
3280
|
+
/**
|
|
3281
|
+
* The itemsToInclude property
|
|
3282
|
+
*/
|
|
3283
|
+
itemsToInclude?: ItemsToInclude[] | null;
|
|
3266
3284
|
/**
|
|
3267
3285
|
* eDiscovery review set to which items matching source collection query gets added.
|
|
3268
3286
|
*/
|
|
@@ -3387,6 +3405,10 @@ export interface EdiscoveryEstimateOperation extends CaseOperation, Parsable {
|
|
|
3387
3405
|
* The number of mailboxes that had search hits.
|
|
3388
3406
|
*/
|
|
3389
3407
|
siteCount?: number | null;
|
|
3408
|
+
/**
|
|
3409
|
+
* The statisticsOptions property
|
|
3410
|
+
*/
|
|
3411
|
+
statisticsOptions?: StatisticsOptions[] | null;
|
|
3390
3412
|
/**
|
|
3391
3413
|
* The estimated count of unindexed items for the collection.
|
|
3392
3414
|
*/
|
|
@@ -3525,6 +3547,10 @@ export interface EdiscoverySearchExportOperation extends CaseOperation, Parsable
|
|
|
3525
3547
|
* The additional items to include in the export. The possible values are: none, teamsAndYammerConversations, cloudAttachments, allDocumentVersions, subfolderContents, listAttachments, unknownFutureValue.
|
|
3526
3548
|
*/
|
|
3527
3549
|
additionalOptions?: AdditionalOptions[] | null;
|
|
3550
|
+
/**
|
|
3551
|
+
* The cloudAttachmentVersion property
|
|
3552
|
+
*/
|
|
3553
|
+
cloudAttachmentVersion?: CloudAttachmentVersion | null;
|
|
3528
3554
|
/**
|
|
3529
3555
|
* The description of the export by the user.
|
|
3530
3556
|
*/
|
|
@@ -3533,6 +3559,10 @@ export interface EdiscoverySearchExportOperation extends CaseOperation, Parsable
|
|
|
3533
3559
|
* The name of export provided by the user.
|
|
3534
3560
|
*/
|
|
3535
3561
|
displayName?: string | null;
|
|
3562
|
+
/**
|
|
3563
|
+
* The documentVersion property
|
|
3564
|
+
*/
|
|
3565
|
+
documentVersion?: DocumentVersion | null;
|
|
3536
3566
|
/**
|
|
3537
3567
|
* Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.
|
|
3538
3568
|
*/
|
|
@@ -4929,6 +4959,7 @@ export interface IpEvidence extends AlertEvidence, Parsable {
|
|
|
4929
4959
|
*/
|
|
4930
4960
|
stream?: Stream | null;
|
|
4931
4961
|
}
|
|
4962
|
+
export type ItemsToInclude = (typeof ItemsToIncludeObject)[keyof typeof ItemsToIncludeObject];
|
|
4932
4963
|
export interface KubernetesClusterEvidence extends AlertEvidence, Parsable {
|
|
4933
4964
|
/**
|
|
4934
4965
|
* The cloud identifier of the cluster. Can be either an amazonResourceEvidence, azureResourceEvidence, or googleCloudResourceEvidence object.
|
|
@@ -7100,6 +7131,7 @@ export interface SslCertificateEntity extends AdditionalDataHolder, BackedModel,
|
|
|
7100
7131
|
*/
|
|
7101
7132
|
surname?: string | null;
|
|
7102
7133
|
}
|
|
7134
|
+
export type StatisticsOptions = (typeof StatisticsOptionsObject)[keyof typeof StatisticsOptionsObject];
|
|
7103
7135
|
export interface Stream extends AdditionalDataHolder, BackedModel, Parsable {
|
|
7104
7136
|
/**
|
|
7105
7137
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -7799,6 +7831,12 @@ export declare const AdditionalDataOptionsObject: {
|
|
|
7799
7831
|
readonly AllVersions: "allVersions";
|
|
7800
7832
|
readonly LinkedFiles: "linkedFiles";
|
|
7801
7833
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
7834
|
+
readonly AdvancedIndexing: "advancedIndexing";
|
|
7835
|
+
readonly ListAttachments: "listAttachments";
|
|
7836
|
+
readonly HtmlTranscripts: "htmlTranscripts";
|
|
7837
|
+
readonly MessageConversationExpansion: "messageConversationExpansion";
|
|
7838
|
+
readonly LocationsWithoutHits: "locationsWithoutHits";
|
|
7839
|
+
readonly AllItemsInFolder: "allItemsInFolder";
|
|
7802
7840
|
};
|
|
7803
7841
|
export declare const AdditionalOptionsObject: {
|
|
7804
7842
|
readonly None: "none";
|
|
@@ -7808,6 +7846,14 @@ export declare const AdditionalOptionsObject: {
|
|
|
7808
7846
|
readonly SubfolderContents: "subfolderContents";
|
|
7809
7847
|
readonly ListAttachments: "listAttachments";
|
|
7810
7848
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
7849
|
+
readonly HtmlTranscripts: "htmlTranscripts";
|
|
7850
|
+
readonly AdvancedIndexing: "advancedIndexing";
|
|
7851
|
+
readonly AllItemsInFolder: "allItemsInFolder";
|
|
7852
|
+
readonly IncludeFolderAndPath: "includeFolderAndPath";
|
|
7853
|
+
readonly CondensePaths: "condensePaths";
|
|
7854
|
+
readonly FriendlyName: "friendlyName";
|
|
7855
|
+
readonly SplitSource: "splitSource";
|
|
7856
|
+
readonly IncludeReport: "includeReport";
|
|
7811
7857
|
};
|
|
7812
7858
|
export declare const AlertClassificationObject: {
|
|
7813
7859
|
readonly Unknown: "unknown";
|
|
@@ -7899,6 +7945,13 @@ export declare const ChildSelectabilityObject: {
|
|
|
7899
7945
|
readonly Many: "Many";
|
|
7900
7946
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
7901
7947
|
};
|
|
7948
|
+
export declare const CloudAttachmentVersionObject: {
|
|
7949
|
+
readonly Latest: "latest";
|
|
7950
|
+
readonly Recent10: "recent10";
|
|
7951
|
+
readonly Recent100: "recent100";
|
|
7952
|
+
readonly All: "all";
|
|
7953
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
7954
|
+
};
|
|
7902
7955
|
export declare const ContainerPortProtocolObject: {
|
|
7903
7956
|
readonly Udp: "udp";
|
|
7904
7957
|
readonly Tcp: "tcp";
|
|
@@ -8020,6 +8073,13 @@ export declare const DeviceRiskScoreObject: {
|
|
|
8020
8073
|
readonly High: "high";
|
|
8021
8074
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8022
8075
|
};
|
|
8076
|
+
export declare const DocumentVersionObject: {
|
|
8077
|
+
readonly Latest: "latest";
|
|
8078
|
+
readonly Recent10: "recent10";
|
|
8079
|
+
readonly Recent100: "recent100";
|
|
8080
|
+
readonly All: "all";
|
|
8081
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8082
|
+
};
|
|
8023
8083
|
export declare const EventPropagationStatusObject: {
|
|
8024
8084
|
readonly None: "none";
|
|
8025
8085
|
readonly InProcessing: "inProcessing";
|
|
@@ -8083,6 +8143,7 @@ export declare const ExportFileStructureObject: {
|
|
|
8083
8143
|
readonly Directory: "directory";
|
|
8084
8144
|
readonly Pst: "pst";
|
|
8085
8145
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8146
|
+
readonly Msg: "msg";
|
|
8086
8147
|
};
|
|
8087
8148
|
export declare const ExportFormatObject: {
|
|
8088
8149
|
readonly Pst: "pst";
|
|
@@ -8101,6 +8162,10 @@ export declare const ExportOptionsObject: {
|
|
|
8101
8162
|
readonly PdfReplacement: "pdfReplacement";
|
|
8102
8163
|
readonly Tags: "tags";
|
|
8103
8164
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8165
|
+
readonly SplitSource: "splitSource";
|
|
8166
|
+
readonly IncludeFolderAndPath: "includeFolderAndPath";
|
|
8167
|
+
readonly FriendlyName: "friendlyName";
|
|
8168
|
+
readonly CondensePaths: "condensePaths";
|
|
8104
8169
|
};
|
|
8105
8170
|
export declare const FileHashAlgorithmObject: {
|
|
8106
8171
|
readonly Unknown: "unknown";
|
|
@@ -8185,6 +8250,11 @@ export declare const IoTDeviceImportanceTypeObject: {
|
|
|
8185
8250
|
readonly High: "high";
|
|
8186
8251
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8187
8252
|
};
|
|
8253
|
+
export declare const ItemsToIncludeObject: {
|
|
8254
|
+
readonly SearchHits: "searchHits";
|
|
8255
|
+
readonly PartiallyIndexed: "partiallyIndexed";
|
|
8256
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8257
|
+
};
|
|
8188
8258
|
export declare const KubernetesPlatformObject: {
|
|
8189
8259
|
readonly Unknown: "unknown";
|
|
8190
8260
|
readonly Aks: "aks";
|
|
@@ -8286,6 +8356,14 @@ export declare const SourceTypeObject: {
|
|
|
8286
8356
|
readonly Site: "site";
|
|
8287
8357
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8288
8358
|
};
|
|
8359
|
+
export declare const StatisticsOptionsObject: {
|
|
8360
|
+
readonly IncludeRefiners: "includeRefiners";
|
|
8361
|
+
readonly IncludeQueryStats: "includeQueryStats";
|
|
8362
|
+
readonly IncludeUnindexedStats: "includeUnindexedStats";
|
|
8363
|
+
readonly AdvancedIndexing: "advancedIndexing";
|
|
8364
|
+
readonly LocationsWithoutHits: "locationsWithoutHits";
|
|
8365
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8366
|
+
};
|
|
8289
8367
|
export declare const TeamsDeliveryLocationObject: {
|
|
8290
8368
|
readonly Unknown: "unknown";
|
|
8291
8369
|
readonly Teams: "teams";
|