@microsoft/msgraph-sdk 1.0.0-preview.79 → 1.0.0-preview.80
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/externalConnectors/index.d.ts +1 -1
- package/models/externalConnectors/index.d.ts.map +1 -1
- package/models/externalConnectors/index.js.map +1 -1
- package/models/identityGovernance/index.d.ts +5 -1
- package/models/identityGovernance/index.d.ts.map +1 -1
- package/models/identityGovernance/index.js +3 -1
- package/models/identityGovernance/index.js.map +1 -1
- package/models/index.d.ts +288 -14
- package/models/index.d.ts.map +1 -1
- package/models/index.js +292 -1
- package/models/index.js.map +1 -1
- package/models/partners/billing/index.d.ts +1 -1
- package/models/partners/billing/index.d.ts.map +1 -1
- package/models/partners/billing/index.js.map +1 -1
- package/models/search/index.d.ts +1 -1
- package/models/search/index.d.ts.map +1 -1
- package/models/search/index.js.map +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/models/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { type CallRecord } from './callRecords/index.js';
|
|
|
2
2
|
import { type LifecycleWorkflowsContainer, type Workflow } from './identityGovernance/index.js';
|
|
3
3
|
import { type Billing } from './partners/billing/index.js';
|
|
4
4
|
import { type Acronym, type Bookmark, type Qna } from './search/index.js';
|
|
5
|
-
import {
|
|
5
|
+
import { BehaviorDuringRetentionPeriod, type CasesRoot, type IdentityContainer as I2b88f0c27d7fd9c000e7e4e78cc3161590db07c518949b504f8a27680ed1200f, type Incident, type LabelsRoot, type ThreatIntelligence, type TriggersRoot, type TriggerTypesRoot } from './security/index.js';
|
|
6
6
|
import { type TeamsAdminRoot } from './teamsAdministration/index.js';
|
|
7
7
|
import { type Set, type Store, type Term } from './termStore/index.js';
|
|
8
8
|
import { type AdditionalDataHolder, type BackedModel, type DateOnly, type Duration, type Guid, type Parsable, type ParseNode, type SerializationWriter, type TimeOnly, type UntypedNode } from '@microsoft/kiota-abstractions';
|
|
@@ -1816,6 +1816,10 @@ export interface Admin extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
1816
1816
|
* A container for Microsoft Edge resources. Read-only.
|
|
1817
1817
|
*/
|
|
1818
1818
|
edge?: Edge | null;
|
|
1819
|
+
/**
|
|
1820
|
+
* A container for the Exchange admin functionality. Read-only.
|
|
1821
|
+
*/
|
|
1822
|
+
exchange?: ExchangeAdmin | null;
|
|
1819
1823
|
/**
|
|
1820
1824
|
* A container for the Microsoft 365 apps admin functionality.
|
|
1821
1825
|
*/
|
|
@@ -2127,7 +2131,7 @@ export interface AgreementFileVersionCollectionResponse extends BaseCollectionPa
|
|
|
2127
2131
|
}
|
|
2128
2132
|
export interface AiAgentInfo extends AiInteractionEntity, Parsable {
|
|
2129
2133
|
/**
|
|
2130
|
-
* The
|
|
2134
|
+
* The unique identifier of the parent agent blueprint that defines the identity and configuration of this agent instance.
|
|
2131
2135
|
*/
|
|
2132
2136
|
blueprintId?: string | null;
|
|
2133
2137
|
}
|
|
@@ -2247,11 +2251,11 @@ export interface AiInteractionEntity extends AdditionalDataHolder, BackedModel,
|
|
|
2247
2251
|
*/
|
|
2248
2252
|
backingStoreEnabled?: boolean | null;
|
|
2249
2253
|
/**
|
|
2250
|
-
* The identifier
|
|
2254
|
+
* The unique identifier of the AI entity.
|
|
2251
2255
|
*/
|
|
2252
2256
|
identifier?: string | null;
|
|
2253
2257
|
/**
|
|
2254
|
-
* The name
|
|
2258
|
+
* The display name of the AI entity.
|
|
2255
2259
|
*/
|
|
2256
2260
|
name?: string | null;
|
|
2257
2261
|
/**
|
|
@@ -2259,7 +2263,7 @@ export interface AiInteractionEntity extends AdditionalDataHolder, BackedModel,
|
|
|
2259
2263
|
*/
|
|
2260
2264
|
odataType?: string | null;
|
|
2261
2265
|
/**
|
|
2262
|
-
* The version
|
|
2266
|
+
* The version of the AI entity used.
|
|
2263
2267
|
*/
|
|
2264
2268
|
version?: string | null;
|
|
2265
2269
|
}
|
|
@@ -17898,6 +17902,30 @@ export declare function createEventMessageRequestFromDiscriminatorValue(parseNod
|
|
|
17898
17902
|
* @returns {EventMessageResponse}
|
|
17899
17903
|
*/
|
|
17900
17904
|
export declare function createEventMessageResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17905
|
+
/**
|
|
17906
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
17907
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
17908
|
+
* @returns {ExchangeAdmin}
|
|
17909
|
+
*/
|
|
17910
|
+
export declare function createExchangeAdminFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17911
|
+
/**
|
|
17912
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
17913
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
17914
|
+
* @returns {ExchangeMessageTraceCollectionResponse}
|
|
17915
|
+
*/
|
|
17916
|
+
export declare function createExchangeMessageTraceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17917
|
+
/**
|
|
17918
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
17919
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
17920
|
+
* @returns {ExchangeMessageTraceDetail}
|
|
17921
|
+
*/
|
|
17922
|
+
export declare function createExchangeMessageTraceDetailFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17923
|
+
/**
|
|
17924
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
17925
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
17926
|
+
* @returns {ExchangeMessageTrace}
|
|
17927
|
+
*/
|
|
17928
|
+
export declare function createExchangeMessageTraceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17901
17929
|
/**
|
|
17902
17930
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
17903
17931
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -17982,6 +18010,12 @@ export declare function createExtensionSchemaPropertyFromDiscriminatorValue(pars
|
|
|
17982
18010
|
* @returns {ExternalAuthenticationMethodCollectionResponse}
|
|
17983
18011
|
*/
|
|
17984
18012
|
export declare function createExternalAuthenticationMethodCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
18013
|
+
/**
|
|
18014
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
18015
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18016
|
+
* @returns {ExternalAuthenticationMethodConfiguration}
|
|
18017
|
+
*/
|
|
18018
|
+
export declare function createExternalAuthenticationMethodConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17985
18019
|
/**
|
|
17986
18020
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
17987
18021
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -20232,6 +20266,12 @@ export declare function createMessageRulePredicatesFromDiscriminatorValue(parseN
|
|
|
20232
20266
|
* @returns {MessageSecurityState}
|
|
20233
20267
|
*/
|
|
20234
20268
|
export declare function createMessageSecurityStateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20269
|
+
/**
|
|
20270
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20271
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20272
|
+
* @returns {MessageTracingRoot}
|
|
20273
|
+
*/
|
|
20274
|
+
export declare function createMessageTracingRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20235
20275
|
/**
|
|
20236
20276
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
20237
20277
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21162,6 +21202,12 @@ export declare function createOnUserCreateStartHandlerFromDiscriminatorValue(par
|
|
|
21162
21202
|
* @returns {OnUserCreateStartListener}
|
|
21163
21203
|
*/
|
|
21164
21204
|
export declare function createOnUserCreateStartListenerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21205
|
+
/**
|
|
21206
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21207
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21208
|
+
* @returns {OpenIdConnectSetting}
|
|
21209
|
+
*/
|
|
21210
|
+
export declare function createOpenIdConnectSettingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21165
21211
|
/**
|
|
21166
21212
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21167
21213
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -34423,6 +34469,30 @@ export declare function deserializeIntoEventMessageRequest(eventMessageRequest?:
|
|
|
34423
34469
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34424
34470
|
*/
|
|
34425
34471
|
export declare function deserializeIntoEventMessageResponse(eventMessageResponse?: Partial<EventMessageResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34472
|
+
/**
|
|
34473
|
+
* The deserialization information for the current model
|
|
34474
|
+
* @param ExchangeAdmin The instance to deserialize into.
|
|
34475
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34476
|
+
*/
|
|
34477
|
+
export declare function deserializeIntoExchangeAdmin(exchangeAdmin?: Partial<ExchangeAdmin> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34478
|
+
/**
|
|
34479
|
+
* The deserialization information for the current model
|
|
34480
|
+
* @param ExchangeMessageTrace The instance to deserialize into.
|
|
34481
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34482
|
+
*/
|
|
34483
|
+
export declare function deserializeIntoExchangeMessageTrace(exchangeMessageTrace?: Partial<ExchangeMessageTrace> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34484
|
+
/**
|
|
34485
|
+
* The deserialization information for the current model
|
|
34486
|
+
* @param ExchangeMessageTraceCollectionResponse The instance to deserialize into.
|
|
34487
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34488
|
+
*/
|
|
34489
|
+
export declare function deserializeIntoExchangeMessageTraceCollectionResponse(exchangeMessageTraceCollectionResponse?: Partial<ExchangeMessageTraceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34490
|
+
/**
|
|
34491
|
+
* The deserialization information for the current model
|
|
34492
|
+
* @param ExchangeMessageTraceDetail The instance to deserialize into.
|
|
34493
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34494
|
+
*/
|
|
34495
|
+
export declare function deserializeIntoExchangeMessageTraceDetail(exchangeMessageTraceDetail?: Partial<ExchangeMessageTraceDetail> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34426
34496
|
/**
|
|
34427
34497
|
* The deserialization information for the current model
|
|
34428
34498
|
* @param ExchangeProtectionPolicy The instance to deserialize into.
|
|
@@ -34513,6 +34583,12 @@ export declare function deserializeIntoExternalAuthenticationMethod(externalAuth
|
|
|
34513
34583
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34514
34584
|
*/
|
|
34515
34585
|
export declare function deserializeIntoExternalAuthenticationMethodCollectionResponse(externalAuthenticationMethodCollectionResponse?: Partial<ExternalAuthenticationMethodCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34586
|
+
/**
|
|
34587
|
+
* The deserialization information for the current model
|
|
34588
|
+
* @param ExternalAuthenticationMethodConfiguration The instance to deserialize into.
|
|
34589
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34590
|
+
*/
|
|
34591
|
+
export declare function deserializeIntoExternalAuthenticationMethodConfiguration(externalAuthenticationMethodConfiguration?: Partial<ExternalAuthenticationMethodConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34516
34592
|
/**
|
|
34517
34593
|
* The deserialization information for the current model
|
|
34518
34594
|
* @param ExternalDomainFederation The instance to deserialize into.
|
|
@@ -36757,6 +36833,12 @@ export declare function deserializeIntoMessageRulePredicates(messageRulePredicat
|
|
|
36757
36833
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36758
36834
|
*/
|
|
36759
36835
|
export declare function deserializeIntoMessageSecurityState(messageSecurityState?: Partial<MessageSecurityState> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36836
|
+
/**
|
|
36837
|
+
* The deserialization information for the current model
|
|
36838
|
+
* @param MessageTracingRoot The instance to deserialize into.
|
|
36839
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36840
|
+
*/
|
|
36841
|
+
export declare function deserializeIntoMessageTracingRoot(messageTracingRoot?: Partial<MessageTracingRoot> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36760
36842
|
/**
|
|
36761
36843
|
* The deserialization information for the current model
|
|
36762
36844
|
* @param MessageUnpinnedEventMessageDetail The instance to deserialize into.
|
|
@@ -37687,6 +37769,12 @@ export declare function deserializeIntoOnUserCreateStartHandler(onUserCreateStar
|
|
|
37687
37769
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37688
37770
|
*/
|
|
37689
37771
|
export declare function deserializeIntoOnUserCreateStartListener(onUserCreateStartListener?: Partial<OnUserCreateStartListener> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37772
|
+
/**
|
|
37773
|
+
* The deserialization information for the current model
|
|
37774
|
+
* @param OpenIdConnectSetting The instance to deserialize into.
|
|
37775
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37776
|
+
*/
|
|
37777
|
+
export declare function deserializeIntoOpenIdConnectSetting(openIdConnectSetting?: Partial<OpenIdConnectSetting> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37690
37778
|
/**
|
|
37691
37779
|
* The deserialization information for the current model
|
|
37692
37780
|
* @param OpenShift The instance to deserialize into.
|
|
@@ -50249,7 +50337,84 @@ export interface EventMessageResponse extends EventMessage, Parsable {
|
|
|
50249
50337
|
responseType?: ResponseType | null;
|
|
50250
50338
|
}
|
|
50251
50339
|
export type EventType = (typeof EventTypeObject)[keyof typeof EventTypeObject];
|
|
50340
|
+
export interface ExchangeAdmin extends Entity, Parsable {
|
|
50341
|
+
/**
|
|
50342
|
+
* Represents a container for administrative resources to trace messages.
|
|
50343
|
+
*/
|
|
50344
|
+
tracing?: MessageTracingRoot | null;
|
|
50345
|
+
}
|
|
50252
50346
|
export type ExchangeIdFormat = (typeof ExchangeIdFormatObject)[keyof typeof ExchangeIdFormatObject];
|
|
50347
|
+
export interface ExchangeMessageTrace extends Entity, Parsable {
|
|
50348
|
+
/**
|
|
50349
|
+
* The source IP address. For incoming messages, this value is the public IP address of the SMTP email server that sent the message. Supports $filter (eq).
|
|
50350
|
+
*/
|
|
50351
|
+
fromIP?: string | null;
|
|
50352
|
+
/**
|
|
50353
|
+
* The Message-ID header field of the message. The format of the Message-ID depends on the messaging server that sent the message. Supports $filter (eq).
|
|
50354
|
+
*/
|
|
50355
|
+
messageId?: string | null;
|
|
50356
|
+
/**
|
|
50357
|
+
* The date and time when the message was received by Exchange Online. The timestamp is in UTC format. Supports $filter (ge, le).
|
|
50358
|
+
*/
|
|
50359
|
+
receivedDateTime?: Date | null;
|
|
50360
|
+
/**
|
|
50361
|
+
* The SMTP email address of the user that the message was addressed to. Supports $filter (eq).
|
|
50362
|
+
*/
|
|
50363
|
+
recipientAddress?: string | null;
|
|
50364
|
+
/**
|
|
50365
|
+
* The SMTP email address of the user the message was purportedly from. Supports $filter (eq).
|
|
50366
|
+
*/
|
|
50367
|
+
senderAddress?: string | null;
|
|
50368
|
+
/**
|
|
50369
|
+
* The size of the message in bytes.
|
|
50370
|
+
*/
|
|
50371
|
+
size?: number | null;
|
|
50372
|
+
/**
|
|
50373
|
+
* The status property
|
|
50374
|
+
*/
|
|
50375
|
+
status?: ExchangeMessageTraceStatus | null;
|
|
50376
|
+
/**
|
|
50377
|
+
* The subject line of the message. Supports $filter (contains, startsWith, endsWith).
|
|
50378
|
+
*/
|
|
50379
|
+
subject?: string | null;
|
|
50380
|
+
/**
|
|
50381
|
+
* The destination IP address. For outgoing messages, this value is the public IP address in the resolved MX record for the destination domain. For incoming messages to Exchange Online, this value is blank. Supports $filter (eq).
|
|
50382
|
+
*/
|
|
50383
|
+
toIP?: string | null;
|
|
50384
|
+
}
|
|
50385
|
+
export interface ExchangeMessageTraceCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
50386
|
+
/**
|
|
50387
|
+
* The value property
|
|
50388
|
+
*/
|
|
50389
|
+
value?: ExchangeMessageTrace[] | null;
|
|
50390
|
+
}
|
|
50391
|
+
export interface ExchangeMessageTraceDetail extends Entity, Parsable {
|
|
50392
|
+
/**
|
|
50393
|
+
* The action taken on the message during the event.
|
|
50394
|
+
*/
|
|
50395
|
+
action?: string | null;
|
|
50396
|
+
/**
|
|
50397
|
+
* Additional data associated with the event, containing supplementary information specific to the event.
|
|
50398
|
+
*/
|
|
50399
|
+
data?: string | null;
|
|
50400
|
+
/**
|
|
50401
|
+
* The date and time when the event occurred. The timestamp is in UTC format.
|
|
50402
|
+
*/
|
|
50403
|
+
dateTime?: Date | null;
|
|
50404
|
+
/**
|
|
50405
|
+
* A detailed description that provides context about what happened during message processing.
|
|
50406
|
+
*/
|
|
50407
|
+
description?: string | null;
|
|
50408
|
+
/**
|
|
50409
|
+
* The event that occurred during message processing.
|
|
50410
|
+
*/
|
|
50411
|
+
event?: string | null;
|
|
50412
|
+
/**
|
|
50413
|
+
* The Message-ID header field of the message. The format depends on the messaging server that sent the message.
|
|
50414
|
+
*/
|
|
50415
|
+
messageId?: string | null;
|
|
50416
|
+
}
|
|
50417
|
+
export type ExchangeMessageTraceStatus = (typeof ExchangeMessageTraceStatusObject)[keyof typeof ExchangeMessageTraceStatusObject];
|
|
50253
50418
|
export interface ExchangeProtectionPolicy extends Parsable, ProtectionPolicyBase {
|
|
50254
50419
|
/**
|
|
50255
50420
|
* The rules associated with the Exchange protection policy.
|
|
@@ -50430,6 +50595,24 @@ export interface ExternalAuthenticationMethodCollectionResponse extends BaseColl
|
|
|
50430
50595
|
*/
|
|
50431
50596
|
value?: ExternalAuthenticationMethod[] | null;
|
|
50432
50597
|
}
|
|
50598
|
+
export interface ExternalAuthenticationMethodConfiguration extends AuthenticationMethodConfiguration, Parsable {
|
|
50599
|
+
/**
|
|
50600
|
+
* appId for the app registration in Microsoft Entra ID representing the integration with the external provider.
|
|
50601
|
+
*/
|
|
50602
|
+
appId?: string | null;
|
|
50603
|
+
/**
|
|
50604
|
+
* Display name for the external authentication method. This name is shown to users during sign-in.
|
|
50605
|
+
*/
|
|
50606
|
+
displayName?: string | null;
|
|
50607
|
+
/**
|
|
50608
|
+
* A collection of groups that are enabled to use an authentication method as part of an authentication method policy in Microsoft Entra ID.
|
|
50609
|
+
*/
|
|
50610
|
+
includeTargets?: AuthenticationMethodTarget[] | null;
|
|
50611
|
+
/**
|
|
50612
|
+
* The openIdConnectSetting property
|
|
50613
|
+
*/
|
|
50614
|
+
openIdConnectSetting?: OpenIdConnectSetting | null;
|
|
50615
|
+
}
|
|
50433
50616
|
export interface ExternalDomainFederation extends IdentitySource, Parsable {
|
|
50434
50617
|
/**
|
|
50435
50618
|
* The name of the identity source, typically also the domain name. Read only.
|
|
@@ -51704,6 +51887,14 @@ export interface Group extends DirectoryObject, Parsable {
|
|
|
51704
51887
|
* Timestamp of when the group was last renewed. This value can't be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.
|
|
51705
51888
|
*/
|
|
51706
51889
|
renewedDateTime?: Date | null;
|
|
51890
|
+
/**
|
|
51891
|
+
* Specifies the group behaviors that can be set for a Microsoft 365 group during creation. This property can be set only as part of creation (POST). For the list of possible values, see Microsoft 365 group behaviors and provisioning options.
|
|
51892
|
+
*/
|
|
51893
|
+
resourceBehaviorOptions?: string[] | null;
|
|
51894
|
+
/**
|
|
51895
|
+
* Specifies the group resources that are associated with the Microsoft 365 group. The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. Supports $filter (eq, not, startsWith).
|
|
51896
|
+
*/
|
|
51897
|
+
resourceProvisioningOptions?: string[] | null;
|
|
51707
51898
|
/**
|
|
51708
51899
|
* Specifies whether the group is a security group. Required. Returned by default. Supports $filter (eq, ne, not, in).
|
|
51709
51900
|
*/
|
|
@@ -58314,6 +58505,12 @@ export interface MessageSecurityState extends AdditionalDataHolder, BackedModel,
|
|
|
58314
58505
|
*/
|
|
58315
58506
|
odataType?: string | null;
|
|
58316
58507
|
}
|
|
58508
|
+
export interface MessageTracingRoot extends Entity, Parsable {
|
|
58509
|
+
/**
|
|
58510
|
+
* Represents the trace information of messages that pass through Exchange Online organizations.
|
|
58511
|
+
*/
|
|
58512
|
+
messageTraces?: ExchangeMessageTrace[] | null;
|
|
58513
|
+
}
|
|
58317
58514
|
export interface MessageUnpinnedEventMessageDetail extends EventMessageDetail, Parsable {
|
|
58318
58515
|
/**
|
|
58319
58516
|
* Date and time when the event occurred.
|
|
@@ -60904,6 +61101,24 @@ export interface OnUserCreateStartListener extends AuthenticationEventListener,
|
|
|
60904
61101
|
*/
|
|
60905
61102
|
handler?: OnUserCreateStartHandler | null;
|
|
60906
61103
|
}
|
|
61104
|
+
export interface OpenIdConnectSetting extends AdditionalDataHolder, BackedModel, Parsable {
|
|
61105
|
+
/**
|
|
61106
|
+
* Stores model information.
|
|
61107
|
+
*/
|
|
61108
|
+
backingStoreEnabled?: boolean | null;
|
|
61109
|
+
/**
|
|
61110
|
+
* The Microsoft Entra ID's client ID as generated by the provider or admin to identify Microsoft Entra ID. In OIDC parlance, this is the client_id that external identity provider assigns to Microsoft Entra ID, which is also a recipient of a token from the external identity provider.
|
|
61111
|
+
*/
|
|
61112
|
+
clientId?: string | null;
|
|
61113
|
+
/**
|
|
61114
|
+
* The host URL of the external identity provider's OIDC discovery endpoint. This endpoint must support the OIDC discovery process.
|
|
61115
|
+
*/
|
|
61116
|
+
discoveryUrl?: string | null;
|
|
61117
|
+
/**
|
|
61118
|
+
* The OdataType property
|
|
61119
|
+
*/
|
|
61120
|
+
odataType?: string | null;
|
|
61121
|
+
}
|
|
60907
61122
|
export interface OpenShift extends ChangeTrackedEntity, Parsable {
|
|
60908
61123
|
/**
|
|
60909
61124
|
* Draft changes in the openShift are only visible to managers until they're shared.
|
|
@@ -64972,15 +65187,15 @@ export interface ProcessContentResponses extends AdditionalDataHolder, BackedMod
|
|
|
64972
65187
|
}
|
|
64973
65188
|
export interface ProcessConversationMetadata extends Parsable, ProcessContentMetadataBase {
|
|
64974
65189
|
/**
|
|
64975
|
-
* List of resources (for example, file URLs, web URLs) accessed during the generation of this message (relevant for bot interactions).
|
|
65190
|
+
* List of resources (for example, file URLs, web URLs) accessed during the generation of this message (relevant for bot interactions). The accessedResources property is deprecated and stopped returning data on August 20, 2025. Going forward, use the accessedResources_v2 property.
|
|
64976
65191
|
*/
|
|
64977
65192
|
accessedResources?: string[] | null;
|
|
64978
65193
|
/**
|
|
64979
|
-
*
|
|
65194
|
+
* Lists details about the resources accessed by AI agents, such as identifiers, access type, and status.
|
|
64980
65195
|
*/
|
|
64981
65196
|
accessedResourcesV2?: ResourceAccessDetail[] | null;
|
|
64982
65197
|
/**
|
|
64983
|
-
*
|
|
65198
|
+
* Indicates the information about an AI agent that participated in the preparation of the message.
|
|
64984
65199
|
*/
|
|
64985
65200
|
agents?: AiAgentInfo[] | null;
|
|
64986
65201
|
/**
|
|
@@ -66771,19 +66986,19 @@ export interface ResourceAccessDetail extends AdditionalDataHolder, BackedModel,
|
|
|
66771
66986
|
*/
|
|
66772
66987
|
backingStoreEnabled?: boolean | null;
|
|
66773
66988
|
/**
|
|
66774
|
-
*
|
|
66989
|
+
* Unique identifier of the resource accessed.
|
|
66775
66990
|
*/
|
|
66776
66991
|
identifier?: string | null;
|
|
66777
66992
|
/**
|
|
66778
|
-
*
|
|
66993
|
+
* Indicates whether cross-prompt injection was detected during the access attempt.
|
|
66779
66994
|
*/
|
|
66780
66995
|
isCrossPromptInjectionDetected?: boolean | null;
|
|
66781
66996
|
/**
|
|
66782
|
-
*
|
|
66997
|
+
* Identifier for the sensitivity label applied to the resource, if any.
|
|
66783
66998
|
*/
|
|
66784
66999
|
labelId?: string | null;
|
|
66785
67000
|
/**
|
|
66786
|
-
*
|
|
67001
|
+
* Name of the resource accessed.
|
|
66787
67002
|
*/
|
|
66788
67003
|
name?: string | null;
|
|
66789
67004
|
/**
|
|
@@ -66795,11 +67010,11 @@ export interface ResourceAccessDetail extends AdditionalDataHolder, BackedModel,
|
|
|
66795
67010
|
*/
|
|
66796
67011
|
status?: ResourceAccessStatus | null;
|
|
66797
67012
|
/**
|
|
66798
|
-
*
|
|
67013
|
+
* Identifier for the resource in its native storage format. For SharePoint resources, this is the unique identifier of the list item. For other resources, this is the name of the location, such as Box, Dropbox, Exchange, or Google Drive.
|
|
66799
67014
|
*/
|
|
66800
67015
|
storageId?: string | null;
|
|
66801
67016
|
/**
|
|
66802
|
-
*
|
|
67017
|
+
* URL of the resource accessed.
|
|
66803
67018
|
*/
|
|
66804
67019
|
url?: string | null;
|
|
66805
67020
|
}
|
|
@@ -75671,6 +75886,34 @@ export declare function serializeEventMessageRequest(writer: SerializationWriter
|
|
|
75671
75886
|
* @param writer Serialization writer to use to serialize this model
|
|
75672
75887
|
*/
|
|
75673
75888
|
export declare function serializeEventMessageResponse(writer: SerializationWriter, eventMessageResponse?: Partial<EventMessageResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75889
|
+
/**
|
|
75890
|
+
* Serializes information the current object
|
|
75891
|
+
* @param ExchangeAdmin The instance to serialize from.
|
|
75892
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75893
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75894
|
+
*/
|
|
75895
|
+
export declare function serializeExchangeAdmin(writer: SerializationWriter, exchangeAdmin?: Partial<ExchangeAdmin> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75896
|
+
/**
|
|
75897
|
+
* Serializes information the current object
|
|
75898
|
+
* @param ExchangeMessageTrace The instance to serialize from.
|
|
75899
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75900
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75901
|
+
*/
|
|
75902
|
+
export declare function serializeExchangeMessageTrace(writer: SerializationWriter, exchangeMessageTrace?: Partial<ExchangeMessageTrace> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75903
|
+
/**
|
|
75904
|
+
* Serializes information the current object
|
|
75905
|
+
* @param ExchangeMessageTraceCollectionResponse The instance to serialize from.
|
|
75906
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75907
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75908
|
+
*/
|
|
75909
|
+
export declare function serializeExchangeMessageTraceCollectionResponse(writer: SerializationWriter, exchangeMessageTraceCollectionResponse?: Partial<ExchangeMessageTraceCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75910
|
+
/**
|
|
75911
|
+
* Serializes information the current object
|
|
75912
|
+
* @param ExchangeMessageTraceDetail The instance to serialize from.
|
|
75913
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75914
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75915
|
+
*/
|
|
75916
|
+
export declare function serializeExchangeMessageTraceDetail(writer: SerializationWriter, exchangeMessageTraceDetail?: Partial<ExchangeMessageTraceDetail> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75674
75917
|
/**
|
|
75675
75918
|
* Serializes information the current object
|
|
75676
75919
|
* @param ExchangeProtectionPolicy The instance to serialize from.
|
|
@@ -75776,6 +76019,13 @@ export declare function serializeExternalAuthenticationMethod(writer: Serializat
|
|
|
75776
76019
|
* @param writer Serialization writer to use to serialize this model
|
|
75777
76020
|
*/
|
|
75778
76021
|
export declare function serializeExternalAuthenticationMethodCollectionResponse(writer: SerializationWriter, externalAuthenticationMethodCollectionResponse?: Partial<ExternalAuthenticationMethodCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76022
|
+
/**
|
|
76023
|
+
* Serializes information the current object
|
|
76024
|
+
* @param ExternalAuthenticationMethodConfiguration The instance to serialize from.
|
|
76025
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
76026
|
+
* @param writer Serialization writer to use to serialize this model
|
|
76027
|
+
*/
|
|
76028
|
+
export declare function serializeExternalAuthenticationMethodConfiguration(writer: SerializationWriter, externalAuthenticationMethodConfiguration?: Partial<ExternalAuthenticationMethodConfiguration> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75779
76029
|
/**
|
|
75780
76030
|
* Serializes information the current object
|
|
75781
76031
|
* @param ExternalDomainFederation The instance to serialize from.
|
|
@@ -78394,6 +78644,13 @@ export declare function serializeMessageRulePredicates(writer: SerializationWrit
|
|
|
78394
78644
|
* @param writer Serialization writer to use to serialize this model
|
|
78395
78645
|
*/
|
|
78396
78646
|
export declare function serializeMessageSecurityState(writer: SerializationWriter, messageSecurityState?: Partial<MessageSecurityState> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
78647
|
+
/**
|
|
78648
|
+
* Serializes information the current object
|
|
78649
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
78650
|
+
* @param MessageTracingRoot The instance to serialize from.
|
|
78651
|
+
* @param writer Serialization writer to use to serialize this model
|
|
78652
|
+
*/
|
|
78653
|
+
export declare function serializeMessageTracingRoot(writer: SerializationWriter, messageTracingRoot?: Partial<MessageTracingRoot> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
78397
78654
|
/**
|
|
78398
78655
|
* Serializes information the current object
|
|
78399
78656
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -79479,6 +79736,13 @@ export declare function serializeOnUserCreateStartHandler(writer: SerializationW
|
|
|
79479
79736
|
* @param writer Serialization writer to use to serialize this model
|
|
79480
79737
|
*/
|
|
79481
79738
|
export declare function serializeOnUserCreateStartListener(writer: SerializationWriter, onUserCreateStartListener?: Partial<OnUserCreateStartListener> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
79739
|
+
/**
|
|
79740
|
+
* Serializes information the current object
|
|
79741
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
79742
|
+
* @param OpenIdConnectSetting The instance to serialize from.
|
|
79743
|
+
* @param writer Serialization writer to use to serialize this model
|
|
79744
|
+
*/
|
|
79745
|
+
export declare function serializeOpenIdConnectSetting(writer: SerializationWriter, openIdConnectSetting?: Partial<OpenIdConnectSetting> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
79482
79746
|
/**
|
|
79483
79747
|
* Serializes information the current object
|
|
79484
79748
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -104967,6 +105231,16 @@ export declare const ExchangeIdFormatObject: {
|
|
|
104967
105231
|
readonly RestId: "restId";
|
|
104968
105232
|
readonly RestImmutableEntryId: "restImmutableEntryId";
|
|
104969
105233
|
};
|
|
105234
|
+
export declare const ExchangeMessageTraceStatusObject: {
|
|
105235
|
+
readonly GettingStatus: "gettingStatus";
|
|
105236
|
+
readonly Pending: "pending";
|
|
105237
|
+
readonly Failed: "failed";
|
|
105238
|
+
readonly Delivered: "delivered";
|
|
105239
|
+
readonly Expanded: "expanded";
|
|
105240
|
+
readonly Quarantined: "quarantined";
|
|
105241
|
+
readonly FilteredAsSpam: "filteredAsSpam";
|
|
105242
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
105243
|
+
};
|
|
104970
105244
|
export declare const ExecutionModeObject: {
|
|
104971
105245
|
readonly EvaluateInline: "evaluateInline";
|
|
104972
105246
|
readonly EvaluateOffline: "evaluateOffline";
|