@microsoft/msgraph-sdk 1.0.0-preview.19 → 1.0.0-preview.20
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/callRecords/index.d.ts.map +1 -1
- package/models/callRecords/index.js +1 -0
- package/models/externalConnectors/index.d.ts.map +1 -1
- package/models/externalConnectors/index.js +1 -0
- package/models/identityGovernance/index.d.ts.map +1 -1
- package/models/identityGovernance/index.js +1 -0
- package/models/index.d.ts +249 -83
- package/models/index.d.ts.map +1 -1
- package/models/index.js +321 -137
- package/models/oDataErrors/index.d.ts.map +1 -1
- package/models/partners/billing/index.d.ts.map +1 -1
- package/models/partners/billing/index.js +1 -0
- package/models/search/index.d.ts.map +1 -1
- package/models/search/index.js +1 -0
- package/models/security/index.d.ts +860 -10
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +924 -14
- package/models/termStore/index.d.ts.map +1 -1
- package/models/termStore/index.js +1 -0
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/models/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { type CallRecord } from './callRecords/';
|
|
|
2
2
|
import { type LifecycleWorkflowsContainer, type Workflow } from './identityGovernance/';
|
|
3
3
|
import { type Billing } from './partners/billing/';
|
|
4
4
|
import { type Acronym, type Bookmark, type Qna } from './search/';
|
|
5
|
-
import { BehaviorDuringRetentionPeriod, type CasesRoot, type Incident, type ThreatIntelligence, type TriggersRoot, type TriggerTypesRoot } from './security/';
|
|
5
|
+
import { BehaviorDuringRetentionPeriod, type CasesRoot, type Incident, type LabelsRoot, type ThreatIntelligence, type TriggersRoot, type TriggerTypesRoot } from './security/';
|
|
6
6
|
import { type Set, type Store, type Term } from './termStore/';
|
|
7
7
|
import { type AdditionalDataHolder, type BackedModel, type DateOnly, type Duration, type Parsable, type ParseNode, type SerializationWriter, type TimeOnly } from '@microsoft/kiota-abstractions';
|
|
8
8
|
import { type Guid } from 'guid-typescript';
|
|
@@ -192,7 +192,7 @@ export interface AccessPackageApprovalStage extends AdditionalDataHolder, Backed
|
|
|
192
192
|
*/
|
|
193
193
|
odataType?: string;
|
|
194
194
|
/**
|
|
195
|
-
* The subjects, typically users, who will be asked to approve requests. A collection of singleUser, groupMembers, requestorManager, internalSponsors or
|
|
195
|
+
* The subjects, typically users, who will be asked to approve requests. A collection of singleUser, groupMembers, requestorManager, internalSponsors, externalSponsors, or targetUserSponsors.
|
|
196
196
|
*/
|
|
197
197
|
primaryApprovers?: SubjectSet[];
|
|
198
198
|
}
|
|
@@ -792,6 +792,14 @@ export interface AccessPackageResourceAttribute extends AdditionalDataHolder, Ba
|
|
|
792
792
|
* Information about how to set the attribute, currently a accessPackageUserDirectoryAttributeStore type.
|
|
793
793
|
*/
|
|
794
794
|
destination?: AccessPackageResourceAttributeDestination;
|
|
795
|
+
/**
|
|
796
|
+
* The isEditable property
|
|
797
|
+
*/
|
|
798
|
+
isEditable?: boolean;
|
|
799
|
+
/**
|
|
800
|
+
* The isPersistedOnAssignmentRemoval property
|
|
801
|
+
*/
|
|
802
|
+
isPersistedOnAssignmentRemoval?: boolean;
|
|
795
803
|
/**
|
|
796
804
|
* The name of the attribute in the end system. If the destination is accessPackageUserDirectoryAttributeStore, then a user property such as jobTitle or a directory schema extension for the user object type, such as extension2b676109c7c74ae2b41549205f1947edpersonalTitle.
|
|
797
805
|
*/
|
|
@@ -3610,7 +3618,7 @@ export interface Application extends DirectoryObject, Parsable {
|
|
|
3610
3618
|
*/
|
|
3611
3619
|
servicePrincipalLockConfiguration?: ServicePrincipalLockConfiguration;
|
|
3612
3620
|
/**
|
|
3613
|
-
* Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount
|
|
3621
|
+
* Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg (default), AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount, and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you might need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).
|
|
3614
3622
|
*/
|
|
3615
3623
|
signInAudience?: string;
|
|
3616
3624
|
/**
|
|
@@ -3638,7 +3646,7 @@ export interface Application extends DirectoryObject, Parsable {
|
|
|
3638
3646
|
*/
|
|
3639
3647
|
tokenLifetimePolicies?: TokenLifetimePolicy[];
|
|
3640
3648
|
/**
|
|
3641
|
-
* The
|
|
3649
|
+
* The unique identifier that can be assigned to an application and used as an alternate key. Immutable. Read-only.
|
|
3642
3650
|
*/
|
|
3643
3651
|
uniqueName?: string;
|
|
3644
3652
|
/**
|
|
@@ -5887,6 +5895,7 @@ export interface AzureCommunicationServicesUserIdentity extends Identity, Parsab
|
|
|
5887
5895
|
*/
|
|
5888
5896
|
azureCommunicationServicesResourceId?: string;
|
|
5889
5897
|
}
|
|
5898
|
+
export type B2bIdentityProvidersType = (typeof B2bIdentityProvidersTypeObject)[keyof typeof B2bIdentityProvidersTypeObject];
|
|
5890
5899
|
export interface B2xIdentityUserFlow extends IdentityUserFlow, Parsable {
|
|
5891
5900
|
/**
|
|
5892
5901
|
* Configuration for enabling an API connector for use as part of the self-service sign-up user flow. You can only obtain the value of this object using Get userFlowApiConnectorConfiguration.
|
|
@@ -6042,15 +6051,15 @@ export interface BaseItemVersion extends Entity, Parsable {
|
|
|
6042
6051
|
}
|
|
6043
6052
|
export interface BaseSitePage extends BaseItem, Parsable {
|
|
6044
6053
|
/**
|
|
6045
|
-
* The
|
|
6054
|
+
* The name of the page layout of the page. The possible values are: microsoftReserved, article, home, unknownFutureValue.
|
|
6046
6055
|
*/
|
|
6047
6056
|
pageLayout?: PageLayoutType;
|
|
6048
6057
|
/**
|
|
6049
|
-
* The
|
|
6058
|
+
* The publishing status and the MM.mm version of the page.
|
|
6050
6059
|
*/
|
|
6051
6060
|
publishingState?: PublicationFacet;
|
|
6052
6061
|
/**
|
|
6053
|
-
*
|
|
6062
|
+
* Title of the sitePage.
|
|
6054
6063
|
*/
|
|
6055
6064
|
title?: string;
|
|
6056
6065
|
}
|
|
@@ -7757,11 +7766,11 @@ export interface CancelMediaProcessingOperation extends CommsOperation, Parsable
|
|
|
7757
7766
|
}
|
|
7758
7767
|
export interface CanvasLayout extends Entity, Parsable {
|
|
7759
7768
|
/**
|
|
7760
|
-
*
|
|
7769
|
+
* Collection of horizontal sections on the SharePoint page.
|
|
7761
7770
|
*/
|
|
7762
7771
|
horizontalSections?: HorizontalSection[];
|
|
7763
7772
|
/**
|
|
7764
|
-
*
|
|
7773
|
+
* Vertical section on the SharePoint page.
|
|
7765
7774
|
*/
|
|
7766
7775
|
verticalSection?: VerticalSection;
|
|
7767
7776
|
}
|
|
@@ -14349,6 +14358,12 @@ export declare function createDaylightTimeZoneOffsetFromDiscriminatorValue(parse
|
|
|
14349
14358
|
* @returns {DefaultColumnValue}
|
|
14350
14359
|
*/
|
|
14351
14360
|
export declare function createDefaultColumnValueFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14361
|
+
/**
|
|
14362
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
14363
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14364
|
+
* @returns {DefaultInvitationRedemptionIdentityProviderConfiguration}
|
|
14365
|
+
*/
|
|
14366
|
+
export declare function createDefaultInvitationRedemptionIdentityProviderConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14352
14367
|
/**
|
|
14353
14368
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
14354
14369
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -16599,6 +16614,12 @@ export declare function createInvitationFromDiscriminatorValue(parseNode: ParseN
|
|
|
16599
16614
|
* @returns {InvitationParticipantInfo}
|
|
16600
16615
|
*/
|
|
16601
16616
|
export declare function createInvitationParticipantInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
16617
|
+
/**
|
|
16618
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
16619
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
16620
|
+
* @returns {InvitationRedemptionIdentityProviderConfiguration}
|
|
16621
|
+
*/
|
|
16622
|
+
export declare function createInvitationRedemptionIdentityProviderConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
16602
16623
|
/**
|
|
16603
16624
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
16604
16625
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21291,6 +21312,12 @@ export declare function createTargetManagerFromDiscriminatorValue(parseNode: Par
|
|
|
21291
21312
|
* @returns {TargetResource}
|
|
21292
21313
|
*/
|
|
21293
21314
|
export declare function createTargetResourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21315
|
+
/**
|
|
21316
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21317
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21318
|
+
* @returns {TargetUserSponsors}
|
|
21319
|
+
*/
|
|
21320
|
+
export declare function createTargetUserSponsorsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21294
21321
|
/**
|
|
21295
21322
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21296
21323
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21471,6 +21498,12 @@ export declare function createTeamsAsyncOperationCollectionResponseFromDiscrimin
|
|
|
21471
21498
|
* @returns {TeamsAsyncOperation}
|
|
21472
21499
|
*/
|
|
21473
21500
|
export declare function createTeamsAsyncOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21501
|
+
/**
|
|
21502
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21503
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21504
|
+
* @returns {TeamsLicensingDetails}
|
|
21505
|
+
*/
|
|
21506
|
+
export declare function createTeamsLicensingDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21474
21507
|
/**
|
|
21475
21508
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21476
21509
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -23977,7 +24010,7 @@ export interface CrossTenantAccessPolicyB2BSetting extends AdditionalDataHolder,
|
|
|
23977
24010
|
}
|
|
23978
24011
|
export interface CrossTenantAccessPolicyConfigurationDefault extends Entity, Parsable {
|
|
23979
24012
|
/**
|
|
23980
|
-
* Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and
|
|
24013
|
+
* Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and can't be updated in the default configuration. Read-only.
|
|
23981
24014
|
*/
|
|
23982
24015
|
automaticUserConsentSettings?: InboundOutboundPolicyConfiguration;
|
|
23983
24016
|
/**
|
|
@@ -24001,7 +24034,11 @@ export interface CrossTenantAccessPolicyConfigurationDefault extends Entity, Par
|
|
|
24001
24034
|
*/
|
|
24002
24035
|
inboundTrust?: CrossTenantAccessPolicyInboundTrust;
|
|
24003
24036
|
/**
|
|
24004
|
-
*
|
|
24037
|
+
* Defines the priority order based on which an identity provider is selected during invitation redemption for a guest user.
|
|
24038
|
+
*/
|
|
24039
|
+
invitationRedemptionIdentityProviderConfiguration?: DefaultInvitationRedemptionIdentityProviderConfiguration;
|
|
24040
|
+
/**
|
|
24041
|
+
* If true, the default configuration is set to the system default configuration. If false, the default settings are customized.
|
|
24005
24042
|
*/
|
|
24006
24043
|
isServiceDefault?: boolean;
|
|
24007
24044
|
}
|
|
@@ -24583,6 +24620,8 @@ export interface DefaultColumnValue extends AdditionalDataHolder, BackedModel, P
|
|
|
24583
24620
|
*/
|
|
24584
24621
|
value?: string;
|
|
24585
24622
|
}
|
|
24623
|
+
export interface DefaultInvitationRedemptionIdentityProviderConfiguration extends InvitationRedemptionIdentityProviderConfiguration, Parsable {
|
|
24624
|
+
}
|
|
24586
24625
|
/**
|
|
24587
24626
|
* Policy used to configure detailed management settings for a specified set of apps for all users not targeted by a TargetedManagedAppProtection Policy
|
|
24588
24627
|
*/
|
|
@@ -27691,6 +27730,11 @@ export declare function deserializeIntoDaylightTimeZoneOffset(daylightTimeZoneOf
|
|
|
27691
27730
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
27692
27731
|
*/
|
|
27693
27732
|
export declare function deserializeIntoDefaultColumnValue(defaultColumnValue?: Partial<DefaultColumnValue> | undefined): Record<string, (node: ParseNode) => void>;
|
|
27733
|
+
/**
|
|
27734
|
+
* The deserialization information for the current model
|
|
27735
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
27736
|
+
*/
|
|
27737
|
+
export declare function deserializeIntoDefaultInvitationRedemptionIdentityProviderConfiguration(defaultInvitationRedemptionIdentityProviderConfiguration?: Partial<DefaultInvitationRedemptionIdentityProviderConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
27694
27738
|
/**
|
|
27695
27739
|
* The deserialization information for the current model
|
|
27696
27740
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -29566,6 +29610,11 @@ export declare function deserializeIntoInvitationCollectionResponse(invitationCo
|
|
|
29566
29610
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29567
29611
|
*/
|
|
29568
29612
|
export declare function deserializeIntoInvitationParticipantInfo(invitationParticipantInfo?: Partial<InvitationParticipantInfo> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29613
|
+
/**
|
|
29614
|
+
* The deserialization information for the current model
|
|
29615
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29616
|
+
*/
|
|
29617
|
+
export declare function deserializeIntoInvitationRedemptionIdentityProviderConfiguration(invitationRedemptionIdentityProviderConfiguration?: Partial<InvitationRedemptionIdentityProviderConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29569
29618
|
/**
|
|
29570
29619
|
* The deserialization information for the current model
|
|
29571
29620
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -33476,6 +33525,11 @@ export declare function deserializeIntoTargetManager(targetManager?: Partial<Tar
|
|
|
33476
33525
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
33477
33526
|
*/
|
|
33478
33527
|
export declare function deserializeIntoTargetResource(targetResource?: Partial<TargetResource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
33528
|
+
/**
|
|
33529
|
+
* The deserialization information for the current model
|
|
33530
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
33531
|
+
*/
|
|
33532
|
+
export declare function deserializeIntoTargetUserSponsors(targetUserSponsors?: Partial<TargetUserSponsors> | undefined): Record<string, (node: ParseNode) => void>;
|
|
33479
33533
|
/**
|
|
33480
33534
|
* The deserialization information for the current model
|
|
33481
33535
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -33626,6 +33680,11 @@ export declare function deserializeIntoTeamsAsyncOperation(teamsAsyncOperation?:
|
|
|
33626
33680
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
33627
33681
|
*/
|
|
33628
33682
|
export declare function deserializeIntoTeamsAsyncOperationCollectionResponse(teamsAsyncOperationCollectionResponse?: Partial<TeamsAsyncOperationCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
33683
|
+
/**
|
|
33684
|
+
* The deserialization information for the current model
|
|
33685
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
33686
|
+
*/
|
|
33687
|
+
export declare function deserializeIntoTeamsLicensingDetails(teamsLicensingDetails?: Partial<TeamsLicensingDetails> | undefined): Record<string, (node: ParseNode) => void>;
|
|
33629
33688
|
/**
|
|
33630
33689
|
* The deserialization information for the current model
|
|
33631
33690
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -35771,7 +35830,7 @@ export interface Device extends DirectoryObject, Parsable {
|
|
|
35771
35830
|
*/
|
|
35772
35831
|
enrollmentProfileName?: string;
|
|
35773
35832
|
/**
|
|
35774
|
-
*
|
|
35833
|
+
* Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.
|
|
35775
35834
|
*/
|
|
35776
35835
|
enrollmentType?: string;
|
|
35777
35836
|
/**
|
|
@@ -35787,11 +35846,11 @@ export interface Device extends DirectoryObject, Parsable {
|
|
|
35787
35846
|
*/
|
|
35788
35847
|
isManaged?: boolean;
|
|
35789
35848
|
/**
|
|
35790
|
-
*
|
|
35849
|
+
* true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune.
|
|
35791
35850
|
*/
|
|
35792
35851
|
isRooted?: boolean;
|
|
35793
35852
|
/**
|
|
35794
|
-
* The
|
|
35853
|
+
* The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.
|
|
35795
35854
|
*/
|
|
35796
35855
|
managementType?: string;
|
|
35797
35856
|
/**
|
|
@@ -39120,7 +39179,7 @@ export interface EducationAssignment extends Entity, Parsable {
|
|
|
39120
39179
|
*/
|
|
39121
39180
|
lastModifiedBy?: IdentitySet;
|
|
39122
39181
|
/**
|
|
39123
|
-
*
|
|
39182
|
+
* The date and time on which the assignment was modified. A student submission doesn't modify the assignment; only teachers can update assignments. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
|
|
39124
39183
|
*/
|
|
39125
39184
|
lastModifiedDateTime?: Date;
|
|
39126
39185
|
/**
|
|
@@ -39937,7 +39996,7 @@ export interface EducationSubmission extends Entity, Parsable {
|
|
|
39937
39996
|
*/
|
|
39938
39997
|
returnedDateTime?: Date;
|
|
39939
39998
|
/**
|
|
39940
|
-
* Read-only. Possible values are: working, submitted, returned, and reassigned. Note that you must use the Prefer: include-unknown-enum-members request header to get the following
|
|
39999
|
+
* Read-only. Possible values are: working, submitted, returned, and reassigned. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reassigned.
|
|
39941
40000
|
*/
|
|
39942
40001
|
status?: EducationSubmissionStatus;
|
|
39943
40002
|
/**
|
|
@@ -41278,7 +41337,7 @@ export interface FederatedIdentityCredential extends Entity, Parsable {
|
|
|
41278
41337
|
*/
|
|
41279
41338
|
issuer?: string;
|
|
41280
41339
|
/**
|
|
41281
|
-
* The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it's created. Required. Not nullable. Supports $filter (eq).
|
|
41340
|
+
* The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it's created. Alternate key. Required. Not nullable. Supports $filter (eq).
|
|
41282
41341
|
*/
|
|
41283
41342
|
name?: string;
|
|
41284
41343
|
/**
|
|
@@ -42103,7 +42162,7 @@ export interface Group extends DirectoryObject, Parsable {
|
|
|
42103
42162
|
*/
|
|
42104
42163
|
transitiveMembers?: DirectoryObject[];
|
|
42105
42164
|
/**
|
|
42106
|
-
* The
|
|
42165
|
+
* The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only.
|
|
42107
42166
|
*/
|
|
42108
42167
|
uniqueName?: string;
|
|
42109
42168
|
/**
|
|
@@ -42261,15 +42320,15 @@ export interface HomeRealmDiscoveryPolicyCollectionResponse extends BaseCollecti
|
|
|
42261
42320
|
}
|
|
42262
42321
|
export interface HorizontalSection extends Entity, Parsable {
|
|
42263
42322
|
/**
|
|
42264
|
-
* The columns
|
|
42323
|
+
* The set of vertical columns in this section.
|
|
42265
42324
|
*/
|
|
42266
42325
|
columns?: HorizontalSectionColumn[];
|
|
42267
42326
|
/**
|
|
42268
|
-
*
|
|
42327
|
+
* Enumeration value that indicates the emphasis of the section background. The possible values are: none, netural, soft, strong, unknownFutureValue.
|
|
42269
42328
|
*/
|
|
42270
42329
|
emphasis?: SectionEmphasisType;
|
|
42271
42330
|
/**
|
|
42272
|
-
* The
|
|
42331
|
+
* Layout type of the section. The possible values are: none, oneColumn, twoColumns, threeColumns, oneThirdLeftColumn, oneThirdRightColumn, fullWidth, unknownFutureValue.
|
|
42273
42332
|
*/
|
|
42274
42333
|
layout?: HorizontalSectionLayoutType;
|
|
42275
42334
|
}
|
|
@@ -42281,11 +42340,11 @@ export interface HorizontalSectionCollectionResponse extends BaseCollectionPagin
|
|
|
42281
42340
|
}
|
|
42282
42341
|
export interface HorizontalSectionColumn extends Entity, Parsable {
|
|
42283
42342
|
/**
|
|
42284
|
-
* The
|
|
42343
|
+
* The collection of WebParts in this column.
|
|
42285
42344
|
*/
|
|
42286
42345
|
webparts?: WebPart[];
|
|
42287
42346
|
/**
|
|
42288
|
-
*
|
|
42347
|
+
* Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section.
|
|
42289
42348
|
*/
|
|
42290
42349
|
width?: number;
|
|
42291
42350
|
}
|
|
@@ -43247,13 +43306,17 @@ export interface Invitation extends Entity, Parsable {
|
|
|
43247
43306
|
*/
|
|
43248
43307
|
invitedUserDisplayName?: string;
|
|
43249
43308
|
/**
|
|
43250
|
-
* The email address of the user being invited. Required. The following special characters aren't permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks (')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name
|
|
43309
|
+
* The email address of the user being invited. Required. The following special characters aren't permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks (')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name, including at the beginning or end of the name.
|
|
43251
43310
|
*/
|
|
43252
43311
|
invitedUserEmailAddress?: string;
|
|
43253
43312
|
/**
|
|
43254
|
-
* Additional configuration for the message being sent to the invited user, including customizing message text, language and cc recipient list.
|
|
43313
|
+
* Additional configuration for the message being sent to the invited user, including customizing message text, language, and cc recipient list.
|
|
43255
43314
|
*/
|
|
43256
43315
|
invitedUserMessageInfo?: InvitedUserMessageInfo;
|
|
43316
|
+
/**
|
|
43317
|
+
* The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date.
|
|
43318
|
+
*/
|
|
43319
|
+
invitedUserSponsors?: DirectoryObject[];
|
|
43257
43320
|
/**
|
|
43258
43321
|
* The userType of the user being invited. By default, this is Guest. You can invite as Member if you're a company administrator.
|
|
43259
43322
|
*/
|
|
@@ -43319,6 +43382,28 @@ export interface InvitationParticipantInfo extends AdditionalDataHolder, BackedM
|
|
|
43319
43382
|
*/
|
|
43320
43383
|
replacesCallId?: string;
|
|
43321
43384
|
}
|
|
43385
|
+
export interface InvitationRedemptionIdentityProviderConfiguration extends AdditionalDataHolder, BackedModel, Parsable {
|
|
43386
|
+
/**
|
|
43387
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
43388
|
+
*/
|
|
43389
|
+
additionalData?: Record<string, unknown>;
|
|
43390
|
+
/**
|
|
43391
|
+
* Stores model information.
|
|
43392
|
+
*/
|
|
43393
|
+
backingStoreEnabled?: boolean;
|
|
43394
|
+
/**
|
|
43395
|
+
* The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.
|
|
43396
|
+
*/
|
|
43397
|
+
fallbackIdentityProvider?: B2bIdentityProvidersType;
|
|
43398
|
+
/**
|
|
43399
|
+
* The OdataType property
|
|
43400
|
+
*/
|
|
43401
|
+
odataType?: string;
|
|
43402
|
+
/**
|
|
43403
|
+
* Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.
|
|
43404
|
+
*/
|
|
43405
|
+
primaryIdentityProviderPrecedenceOrder?: B2bIdentityProvidersType[];
|
|
43406
|
+
}
|
|
43322
43407
|
export interface InvitedUserMessageInfo extends AdditionalDataHolder, BackedModel, Parsable {
|
|
43323
43408
|
/**
|
|
43324
43409
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -45204,6 +45289,10 @@ export interface LearningContent extends Entity, Parsable {
|
|
|
45204
45289
|
* The date and time when the learning content was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
|
|
45205
45290
|
*/
|
|
45206
45291
|
lastModifiedDateTime?: Date;
|
|
45292
|
+
/**
|
|
45293
|
+
* The level property
|
|
45294
|
+
*/
|
|
45295
|
+
level?: Level;
|
|
45207
45296
|
/**
|
|
45208
45297
|
* The number of pages of the learning content, for example, 9. Optional.
|
|
45209
45298
|
*/
|
|
@@ -45317,6 +45406,7 @@ export interface LearningSelfInitiatedCourse extends LearningCourseActivity, Par
|
|
|
45317
45406
|
*/
|
|
45318
45407
|
startedDateTime?: Date;
|
|
45319
45408
|
}
|
|
45409
|
+
export type Level = (typeof LevelObject)[keyof typeof LevelObject];
|
|
45320
45410
|
export interface LicenseAssignmentState extends AdditionalDataHolder, BackedModel, Parsable {
|
|
45321
45411
|
/**
|
|
45322
45412
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -47151,6 +47241,10 @@ export interface ManagedDevice extends Entity, Parsable {
|
|
|
47151
47241
|
* Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only.
|
|
47152
47242
|
*/
|
|
47153
47243
|
enrolledDateTime?: Date;
|
|
47244
|
+
/**
|
|
47245
|
+
* Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.
|
|
47246
|
+
*/
|
|
47247
|
+
enrollmentProfileName?: string;
|
|
47154
47248
|
/**
|
|
47155
47249
|
* Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.
|
|
47156
47250
|
*/
|
|
@@ -48424,7 +48518,7 @@ export interface MessageRule extends Entity, Parsable {
|
|
|
48424
48518
|
*/
|
|
48425
48519
|
actions?: MessageRuleActions;
|
|
48426
48520
|
/**
|
|
48427
|
-
* Conditions that when fulfilled
|
|
48521
|
+
* Conditions that when fulfilled trigger the corresponding actions for that rule.
|
|
48428
48522
|
*/
|
|
48429
48523
|
conditions?: MessageRulePredicates;
|
|
48430
48524
|
/**
|
|
@@ -48720,7 +48814,7 @@ export interface MetaDataKeyStringPair extends AdditionalDataHolder, BackedModel
|
|
|
48720
48814
|
*/
|
|
48721
48815
|
backingStoreEnabled?: boolean;
|
|
48722
48816
|
/**
|
|
48723
|
-
*
|
|
48817
|
+
* Key of the meta data.
|
|
48724
48818
|
*/
|
|
48725
48819
|
key?: string;
|
|
48726
48820
|
/**
|
|
@@ -48728,7 +48822,7 @@ export interface MetaDataKeyStringPair extends AdditionalDataHolder, BackedModel
|
|
|
48728
48822
|
*/
|
|
48729
48823
|
odataType?: string;
|
|
48730
48824
|
/**
|
|
48731
|
-
*
|
|
48825
|
+
* Value of the meta data.
|
|
48732
48826
|
*/
|
|
48733
48827
|
value?: string;
|
|
48734
48828
|
}
|
|
@@ -49104,6 +49198,10 @@ export interface MobileAppContentFile extends Entity, Parsable {
|
|
|
49104
49198
|
* A value indicating whether the file is committed.
|
|
49105
49199
|
*/
|
|
49106
49200
|
isCommitted?: boolean;
|
|
49201
|
+
/**
|
|
49202
|
+
* Indicates whether this content file is a dependency for the main content file. TRUE means that the content file is a dependency, FALSE means that the content file is not a dependency and is the main content file. Defaults to FALSE.
|
|
49203
|
+
*/
|
|
49204
|
+
isDependency?: boolean;
|
|
49107
49205
|
/**
|
|
49108
49206
|
* The manifest information.
|
|
49109
49207
|
*/
|
|
@@ -55101,11 +55199,11 @@ export interface ReactionsFacet extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
55101
55199
|
*/
|
|
55102
55200
|
backingStoreEnabled?: boolean;
|
|
55103
55201
|
/**
|
|
55104
|
-
*
|
|
55202
|
+
* Count of comments.
|
|
55105
55203
|
*/
|
|
55106
55204
|
commentCount?: number;
|
|
55107
55205
|
/**
|
|
55108
|
-
*
|
|
55206
|
+
* Count of likes.
|
|
55109
55207
|
*/
|
|
55110
55208
|
likeCount?: number;
|
|
55111
55209
|
/**
|
|
@@ -55113,7 +55211,7 @@ export interface ReactionsFacet extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
55113
55211
|
*/
|
|
55114
55212
|
odataType?: string;
|
|
55115
55213
|
/**
|
|
55116
|
-
*
|
|
55214
|
+
* Count of shares.
|
|
55117
55215
|
*/
|
|
55118
55216
|
shareCount?: number;
|
|
55119
55217
|
}
|
|
@@ -55515,7 +55613,7 @@ export interface RelatedContact extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
55515
55613
|
}
|
|
55516
55614
|
export interface RelyingPartyDetailedSummary extends Entity, Parsable {
|
|
55517
55615
|
/**
|
|
55518
|
-
*
|
|
55616
|
+
* Number of failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).
|
|
55519
55617
|
*/
|
|
55520
55618
|
failedSignInCount?: number;
|
|
55521
55619
|
/**
|
|
@@ -55523,39 +55621,39 @@ export interface RelyingPartyDetailedSummary extends Entity, Parsable {
|
|
|
55523
55621
|
*/
|
|
55524
55622
|
migrationStatus?: MigrationStatus;
|
|
55525
55623
|
/**
|
|
55526
|
-
*
|
|
55624
|
+
* Specifies all the validations checks done on applications config details.
|
|
55527
55625
|
*/
|
|
55528
55626
|
migrationValidationDetails?: KeyValuePair[];
|
|
55529
55627
|
/**
|
|
55530
|
-
*
|
|
55628
|
+
* Identifies the relying party to this federation service. It's used when issuing claims to the relying party. Supports $orderby, $filter (eq).
|
|
55531
55629
|
*/
|
|
55532
55630
|
relyingPartyId?: string;
|
|
55533
55631
|
/**
|
|
55534
|
-
*
|
|
55632
|
+
* Name of the relying party's website or other entity on the Internet that uses an identity provider to authenticate a user who wants to log in. Supports $orderby, $filter (eq).
|
|
55535
55633
|
*/
|
|
55536
55634
|
relyingPartyName?: string;
|
|
55537
55635
|
/**
|
|
55538
|
-
*
|
|
55636
|
+
* Specifies where the relying party expects to receive the token.
|
|
55539
55637
|
*/
|
|
55540
55638
|
replyUrls?: string[];
|
|
55541
55639
|
/**
|
|
55542
|
-
*
|
|
55640
|
+
* Uniquely identifies the Active Directory forest. Supports $orderby, $filter (eq).
|
|
55543
55641
|
*/
|
|
55544
55642
|
serviceId?: string;
|
|
55545
55643
|
/**
|
|
55546
|
-
*
|
|
55644
|
+
* Calculated as Number of successful / (Number of successful + Number of failed sign ins) or successfulSignInCount / totalSignInCount on AD FS in the period specified. Supports $orderby, $filter (eq).
|
|
55547
55645
|
*/
|
|
55548
55646
|
signInSuccessRate?: number;
|
|
55549
55647
|
/**
|
|
55550
|
-
*
|
|
55648
|
+
* Number of successful sign ins on AD FS. Supports $orderby, $filter (eq).
|
|
55551
55649
|
*/
|
|
55552
55650
|
successfulSignInCount?: number;
|
|
55553
55651
|
/**
|
|
55554
|
-
*
|
|
55652
|
+
* Number of successful + failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).
|
|
55555
55653
|
*/
|
|
55556
55654
|
totalSignInCount?: number;
|
|
55557
55655
|
/**
|
|
55558
|
-
*
|
|
55656
|
+
* Number of unique users that signed into the application. Supports $orderby, $filter (eq).
|
|
55559
55657
|
*/
|
|
55560
55658
|
uniqueUserCount?: number;
|
|
55561
55659
|
}
|
|
@@ -55943,6 +56041,10 @@ export interface ResellerDelegatedAdminRelationship extends DelegatedAdminRelati
|
|
|
55943
56041
|
* Reset passcode action result
|
|
55944
56042
|
*/
|
|
55945
56043
|
export interface ResetPasscodeActionResult extends DeviceActionResult, Parsable {
|
|
56044
|
+
/**
|
|
56045
|
+
* RotateBitLockerKeys action error code. Valid values 0 to 2147483647
|
|
56046
|
+
*/
|
|
56047
|
+
errorCode?: number;
|
|
55946
56048
|
/**
|
|
55947
56049
|
* Newly generated passcode for the device
|
|
55948
56050
|
*/
|
|
@@ -57834,6 +57936,10 @@ export interface Security extends Entity, Parsable {
|
|
|
57834
57936
|
* A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.
|
|
57835
57937
|
*/
|
|
57836
57938
|
incidents?: Incident[];
|
|
57939
|
+
/**
|
|
57940
|
+
* The labels property
|
|
57941
|
+
*/
|
|
57942
|
+
labels?: LabelsRoot;
|
|
57837
57943
|
/**
|
|
57838
57944
|
* The secureScoreControlProfiles property
|
|
57839
57945
|
*/
|
|
@@ -60664,6 +60770,11 @@ export declare function serializeDaylightTimeZoneOffset(writer: SerializationWri
|
|
|
60664
60770
|
* @param writer Serialization writer to use to serialize this model
|
|
60665
60771
|
*/
|
|
60666
60772
|
export declare function serializeDefaultColumnValue(writer: SerializationWriter, defaultColumnValue?: Partial<DefaultColumnValue> | undefined): void;
|
|
60773
|
+
/**
|
|
60774
|
+
* Serializes information the current object
|
|
60775
|
+
* @param writer Serialization writer to use to serialize this model
|
|
60776
|
+
*/
|
|
60777
|
+
export declare function serializeDefaultInvitationRedemptionIdentityProviderConfiguration(writer: SerializationWriter, defaultInvitationRedemptionIdentityProviderConfiguration?: Partial<DefaultInvitationRedemptionIdentityProviderConfiguration> | undefined): void;
|
|
60667
60778
|
/**
|
|
60668
60779
|
* Serializes information the current object
|
|
60669
60780
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -62539,6 +62650,11 @@ export declare function serializeInvitationCollectionResponse(writer: Serializat
|
|
|
62539
62650
|
* @param writer Serialization writer to use to serialize this model
|
|
62540
62651
|
*/
|
|
62541
62652
|
export declare function serializeInvitationParticipantInfo(writer: SerializationWriter, invitationParticipantInfo?: Partial<InvitationParticipantInfo> | undefined): void;
|
|
62653
|
+
/**
|
|
62654
|
+
* Serializes information the current object
|
|
62655
|
+
* @param writer Serialization writer to use to serialize this model
|
|
62656
|
+
*/
|
|
62657
|
+
export declare function serializeInvitationRedemptionIdentityProviderConfiguration(writer: SerializationWriter, invitationRedemptionIdentityProviderConfiguration?: Partial<InvitationRedemptionIdentityProviderConfiguration> | undefined): void;
|
|
62542
62658
|
/**
|
|
62543
62659
|
* Serializes information the current object
|
|
62544
62660
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -66449,6 +66565,11 @@ export declare function serializeTargetManager(writer: SerializationWriter, targ
|
|
|
66449
66565
|
* @param writer Serialization writer to use to serialize this model
|
|
66450
66566
|
*/
|
|
66451
66567
|
export declare function serializeTargetResource(writer: SerializationWriter, targetResource?: Partial<TargetResource> | undefined): void;
|
|
66568
|
+
/**
|
|
66569
|
+
* Serializes information the current object
|
|
66570
|
+
* @param writer Serialization writer to use to serialize this model
|
|
66571
|
+
*/
|
|
66572
|
+
export declare function serializeTargetUserSponsors(writer: SerializationWriter, targetUserSponsors?: Partial<TargetUserSponsors> | undefined): void;
|
|
66452
66573
|
/**
|
|
66453
66574
|
* Serializes information the current object
|
|
66454
66575
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -66599,6 +66720,11 @@ export declare function serializeTeamsAsyncOperation(writer: SerializationWriter
|
|
|
66599
66720
|
* @param writer Serialization writer to use to serialize this model
|
|
66600
66721
|
*/
|
|
66601
66722
|
export declare function serializeTeamsAsyncOperationCollectionResponse(writer: SerializationWriter, teamsAsyncOperationCollectionResponse?: Partial<TeamsAsyncOperationCollectionResponse> | undefined): void;
|
|
66723
|
+
/**
|
|
66724
|
+
* Serializes information the current object
|
|
66725
|
+
* @param writer Serialization writer to use to serialize this model
|
|
66726
|
+
*/
|
|
66727
|
+
export declare function serializeTeamsLicensingDetails(writer: SerializationWriter, teamsLicensingDetails?: Partial<TeamsLicensingDetails> | undefined): void;
|
|
66602
66728
|
/**
|
|
66603
66729
|
* Serializes information the current object
|
|
66604
66730
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -68654,15 +68780,15 @@ export interface ServerProcessedContent extends AdditionalDataHolder, BackedMode
|
|
|
68654
68780
|
*/
|
|
68655
68781
|
backingStoreEnabled?: boolean;
|
|
68656
68782
|
/**
|
|
68657
|
-
*
|
|
68783
|
+
* A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them.
|
|
68658
68784
|
*/
|
|
68659
68785
|
htmlStrings?: MetaDataKeyStringPair[];
|
|
68660
68786
|
/**
|
|
68661
|
-
*
|
|
68787
|
+
* A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them.
|
|
68662
68788
|
*/
|
|
68663
68789
|
imageSources?: MetaDataKeyStringPair[];
|
|
68664
68790
|
/**
|
|
68665
|
-
*
|
|
68791
|
+
* A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them.
|
|
68666
68792
|
*/
|
|
68667
68793
|
links?: MetaDataKeyStringPair[];
|
|
68668
68794
|
/**
|
|
@@ -68670,7 +68796,7 @@ export interface ServerProcessedContent extends AdditionalDataHolder, BackedMode
|
|
|
68670
68796
|
*/
|
|
68671
68797
|
odataType?: string;
|
|
68672
68798
|
/**
|
|
68673
|
-
*
|
|
68799
|
+
* A key-value map where keys are string identifiers and values are strings that should be search indexed.
|
|
68674
68800
|
*/
|
|
68675
68801
|
searchablePlainTexts?: MetaDataKeyStringPair[];
|
|
68676
68802
|
}
|
|
@@ -70672,7 +70798,7 @@ export interface Site extends BaseItem, Parsable {
|
|
|
70672
70798
|
*/
|
|
70673
70799
|
operations?: RichLongRunningOperation[];
|
|
70674
70800
|
/**
|
|
70675
|
-
* The pages
|
|
70801
|
+
* The collection of pages in the baseSitePages list in this site.
|
|
70676
70802
|
*/
|
|
70677
70803
|
pages?: BaseSitePage[];
|
|
70678
70804
|
/**
|
|
@@ -70738,35 +70864,35 @@ export interface SiteCollectionResponse extends BaseCollectionPaginationCountRes
|
|
|
70738
70864
|
}
|
|
70739
70865
|
export interface SitePage extends BaseSitePage, Parsable {
|
|
70740
70866
|
/**
|
|
70741
|
-
*
|
|
70867
|
+
* Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.
|
|
70742
70868
|
*/
|
|
70743
70869
|
canvasLayout?: CanvasLayout;
|
|
70744
70870
|
/**
|
|
70745
|
-
* The
|
|
70871
|
+
* Indicates the promotion kind of the sitePage. The possible values are: microsoftReserved, page, newsPost, unknownFutureValue.
|
|
70746
70872
|
*/
|
|
70747
70873
|
promotionKind?: PagePromotionType;
|
|
70748
70874
|
/**
|
|
70749
|
-
*
|
|
70875
|
+
* Reactions information for the page.
|
|
70750
70876
|
*/
|
|
70751
70877
|
reactions?: ReactionsFacet;
|
|
70752
70878
|
/**
|
|
70753
|
-
*
|
|
70879
|
+
* Determines whether or not to show comments at the bottom of the page.
|
|
70754
70880
|
*/
|
|
70755
70881
|
showComments?: boolean;
|
|
70756
70882
|
/**
|
|
70757
|
-
*
|
|
70883
|
+
* Determines whether or not to show recommended pages at the bottom of the page.
|
|
70758
70884
|
*/
|
|
70759
70885
|
showRecommendedPages?: boolean;
|
|
70760
70886
|
/**
|
|
70761
|
-
*
|
|
70887
|
+
* Url of the sitePage's thumbnail image
|
|
70762
70888
|
*/
|
|
70763
70889
|
thumbnailWebUrl?: string;
|
|
70764
70890
|
/**
|
|
70765
|
-
*
|
|
70891
|
+
* Title area on the SharePoint page.
|
|
70766
70892
|
*/
|
|
70767
70893
|
titleArea?: TitleArea;
|
|
70768
70894
|
/**
|
|
70769
|
-
*
|
|
70895
|
+
* Collection of webparts on the SharePoint page.
|
|
70770
70896
|
*/
|
|
70771
70897
|
webParts?: WebPart[];
|
|
70772
70898
|
}
|
|
@@ -71075,15 +71201,15 @@ export interface StandardTimeZoneOffset extends AdditionalDataHolder, BackedMode
|
|
|
71075
71201
|
}
|
|
71076
71202
|
export interface StandardWebPart extends Parsable, WebPart {
|
|
71077
71203
|
/**
|
|
71078
|
-
* The
|
|
71204
|
+
* The instance identifier of the container text webPart. It only works for inline standard webPart in rich text webParts.
|
|
71079
71205
|
*/
|
|
71080
71206
|
containerTextWebPartId?: string;
|
|
71081
71207
|
/**
|
|
71082
|
-
*
|
|
71208
|
+
* Data of the webPart.
|
|
71083
71209
|
*/
|
|
71084
71210
|
data?: WebPartData;
|
|
71085
71211
|
/**
|
|
71086
|
-
*
|
|
71212
|
+
* A Guid that indicates the webPart type.
|
|
71087
71213
|
*/
|
|
71088
71214
|
webPartType?: string;
|
|
71089
71215
|
}
|
|
@@ -72312,6 +72438,8 @@ export interface TargetResource extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
72312
72438
|
userPrincipalName?: string;
|
|
72313
72439
|
}
|
|
72314
72440
|
export type TargettedUserType = (typeof TargettedUserTypeObject)[keyof typeof TargettedUserTypeObject];
|
|
72441
|
+
export interface TargetUserSponsors extends Parsable, SubjectSet {
|
|
72442
|
+
}
|
|
72315
72443
|
export interface TaskFileAttachment extends AttachmentBase, Parsable {
|
|
72316
72444
|
/**
|
|
72317
72445
|
* The base64-encoded contents of the file.
|
|
@@ -72906,6 +73034,12 @@ export interface TeamsAsyncOperationCollectionResponse extends BaseCollectionPag
|
|
|
72906
73034
|
}
|
|
72907
73035
|
export type TeamsAsyncOperationStatus = (typeof TeamsAsyncOperationStatusObject)[keyof typeof TeamsAsyncOperationStatusObject];
|
|
72908
73036
|
export type TeamsAsyncOperationType = (typeof TeamsAsyncOperationTypeObject)[keyof typeof TeamsAsyncOperationTypeObject];
|
|
73037
|
+
export interface TeamsLicensingDetails extends Entity, Parsable {
|
|
73038
|
+
/**
|
|
73039
|
+
* Indicates whether the user has a valid license to use Microsoft Teams.
|
|
73040
|
+
*/
|
|
73041
|
+
hasTeamsLicense?: boolean;
|
|
73042
|
+
}
|
|
72909
73043
|
export type TeamSpecialization = (typeof TeamSpecializationObject)[keyof typeof TeamSpecializationObject];
|
|
72910
73044
|
export interface TeamsTab extends Entity, Parsable {
|
|
72911
73045
|
/**
|
|
@@ -73015,6 +73149,14 @@ export interface Teamwork extends Entity, Parsable {
|
|
|
73015
73149
|
* The deleted team.
|
|
73016
73150
|
*/
|
|
73017
73151
|
deletedTeams?: DeletedTeam[];
|
|
73152
|
+
/**
|
|
73153
|
+
* Indicates whether Microsoft Teams is enabled for the organization.
|
|
73154
|
+
*/
|
|
73155
|
+
isTeamsEnabled?: boolean;
|
|
73156
|
+
/**
|
|
73157
|
+
* Represents the region of the organization. > The region property contains the organization's or the user's region. The property contains the user's region (if available) for users who have a valid multigeo license. For users without multigeo licenses, the region property contains the organization's region.
|
|
73158
|
+
*/
|
|
73159
|
+
region?: string;
|
|
73018
73160
|
/**
|
|
73019
73161
|
* Represents tenant-wide settings for all Teams apps in the tenant.
|
|
73020
73162
|
*/
|
|
@@ -73709,7 +73851,7 @@ export interface TextColumn extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
73709
73851
|
}
|
|
73710
73852
|
export interface TextWebPart extends Parsable, WebPart {
|
|
73711
73853
|
/**
|
|
73712
|
-
* The
|
|
73854
|
+
* The HTML string in text web part.
|
|
73713
73855
|
*/
|
|
73714
73856
|
innerHtml?: string;
|
|
73715
73857
|
}
|
|
@@ -74052,7 +74194,7 @@ export interface TitleArea extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
74052
74194
|
*/
|
|
74053
74195
|
additionalData?: Record<string, unknown>;
|
|
74054
74196
|
/**
|
|
74055
|
-
*
|
|
74197
|
+
* Alternative text on the title area.
|
|
74056
74198
|
*/
|
|
74057
74199
|
alternativeText?: string;
|
|
74058
74200
|
/**
|
|
@@ -74060,15 +74202,15 @@ export interface TitleArea extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
74060
74202
|
*/
|
|
74061
74203
|
backingStoreEnabled?: boolean;
|
|
74062
74204
|
/**
|
|
74063
|
-
*
|
|
74205
|
+
* Indicates whether the title area has a gradient effect enabled.
|
|
74064
74206
|
*/
|
|
74065
74207
|
enableGradientEffect?: boolean;
|
|
74066
74208
|
/**
|
|
74067
|
-
*
|
|
74209
|
+
* URL of the image in the title area.
|
|
74068
74210
|
*/
|
|
74069
74211
|
imageWebUrl?: string;
|
|
74070
74212
|
/**
|
|
74071
|
-
*
|
|
74213
|
+
* Enumeration value that indicates the layout of the title area. The possible values are: imageAndTitle, plain, colorBlock, overlap, unknownFutureValue.
|
|
74072
74214
|
*/
|
|
74073
74215
|
layout?: TitleAreaLayoutType;
|
|
74074
74216
|
/**
|
|
@@ -74076,27 +74218,27 @@ export interface TitleArea extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
74076
74218
|
*/
|
|
74077
74219
|
odataType?: string;
|
|
74078
74220
|
/**
|
|
74079
|
-
*
|
|
74221
|
+
* Contains collections of data that can be processed by server side services like search index and link fixup.
|
|
74080
74222
|
*/
|
|
74081
74223
|
serverProcessedContent?: ServerProcessedContent;
|
|
74082
74224
|
/**
|
|
74083
|
-
*
|
|
74225
|
+
* Indicates whether the author should be shown in title area.
|
|
74084
74226
|
*/
|
|
74085
74227
|
showAuthor?: boolean;
|
|
74086
74228
|
/**
|
|
74087
|
-
*
|
|
74229
|
+
* Indicates whether the published date should be shown in title area.
|
|
74088
74230
|
*/
|
|
74089
74231
|
showPublishedDate?: boolean;
|
|
74090
74232
|
/**
|
|
74091
|
-
*
|
|
74233
|
+
* Indicates whether the text block above title should be shown in title area.
|
|
74092
74234
|
*/
|
|
74093
74235
|
showTextBlockAboveTitle?: boolean;
|
|
74094
74236
|
/**
|
|
74095
|
-
* The
|
|
74237
|
+
* The text above title line.
|
|
74096
74238
|
*/
|
|
74097
74239
|
textAboveTitle?: string;
|
|
74098
74240
|
/**
|
|
74099
|
-
* The
|
|
74241
|
+
* Enumeration value that indicates the text alignment of the title area. The possible values are: left, center, unknownFutureValue.
|
|
74100
74242
|
*/
|
|
74101
74243
|
textAlignment?: TitleAreaTextAlignmentType;
|
|
74102
74244
|
}
|
|
@@ -75850,7 +75992,7 @@ export interface User extends DirectoryObject, Parsable {
|
|
|
75850
75992
|
*/
|
|
75851
75993
|
skills?: string[];
|
|
75852
75994
|
/**
|
|
75853
|
-
* The
|
|
75995
|
+
* The users and groups responsible for this guest user's privileges in the tenant and keep the guest user's information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.
|
|
75854
75996
|
*/
|
|
75855
75997
|
sponsors?: DirectoryObject[];
|
|
75856
75998
|
/**
|
|
@@ -75886,7 +76028,7 @@ export interface User extends DirectoryObject, Parsable {
|
|
|
75886
76028
|
*/
|
|
75887
76029
|
userPrincipalName?: string;
|
|
75888
76030
|
/**
|
|
75889
|
-
* A string value that can be used to classify user types in your directory
|
|
76031
|
+
* A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Microsoft Entra ID?
|
|
75890
76032
|
*/
|
|
75891
76033
|
userType?: string;
|
|
75892
76034
|
}
|
|
@@ -77808,6 +77950,14 @@ export interface UserTeamwork extends Entity, Parsable {
|
|
|
77808
77950
|
* The apps installed in the personal scope of this user.
|
|
77809
77951
|
*/
|
|
77810
77952
|
installedApps?: UserScopeTeamsAppInstallation[];
|
|
77953
|
+
/**
|
|
77954
|
+
* The chosen locale of a user in Microsoft Teams.
|
|
77955
|
+
*/
|
|
77956
|
+
locale?: string;
|
|
77957
|
+
/**
|
|
77958
|
+
* The region of the user in Microsoft Teams.
|
|
77959
|
+
*/
|
|
77960
|
+
region?: string;
|
|
77811
77961
|
}
|
|
77812
77962
|
export interface UserTrainingContentEventInfo extends AdditionalDataHolder, BackedModel, Parsable {
|
|
77813
77963
|
/**
|
|
@@ -77969,11 +78119,11 @@ export interface VerifiedPublisher extends AdditionalDataHolder, BackedModel, Pa
|
|
|
77969
78119
|
}
|
|
77970
78120
|
export interface VerticalSection extends Entity, Parsable {
|
|
77971
78121
|
/**
|
|
77972
|
-
*
|
|
78122
|
+
* Enumeration value that indicates the emphasis of the section background. The possible values are: none, netural, soft, strong, unknownFutureValue.
|
|
77973
78123
|
*/
|
|
77974
78124
|
emphasis?: SectionEmphasisType;
|
|
77975
78125
|
/**
|
|
77976
|
-
* The
|
|
78126
|
+
* The set of web parts in this section.
|
|
77977
78127
|
*/
|
|
77978
78128
|
webparts?: WebPart[];
|
|
77979
78129
|
}
|
|
@@ -78076,7 +78226,7 @@ export interface VirtualEvent extends Entity, Parsable {
|
|
|
78076
78226
|
*/
|
|
78077
78227
|
displayName?: string;
|
|
78078
78228
|
/**
|
|
78079
|
-
* End time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows.
|
|
78229
|
+
* End time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.
|
|
78080
78230
|
*/
|
|
78081
78231
|
endDateTime?: DateTimeTimeZone;
|
|
78082
78232
|
/**
|
|
@@ -78084,7 +78234,7 @@ export interface VirtualEvent extends Entity, Parsable {
|
|
|
78084
78234
|
*/
|
|
78085
78235
|
sessions?: VirtualEventSession[];
|
|
78086
78236
|
/**
|
|
78087
|
-
* Start time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows.
|
|
78237
|
+
* Start time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.
|
|
78088
78238
|
*/
|
|
78089
78239
|
startDateTime?: DateTimeTimeZone;
|
|
78090
78240
|
/**
|
|
@@ -78464,11 +78614,11 @@ export interface WebPartData extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
78464
78614
|
*/
|
|
78465
78615
|
backingStoreEnabled?: boolean;
|
|
78466
78616
|
/**
|
|
78467
|
-
* The
|
|
78617
|
+
* Data version of the web part. The value is defined by the web part developer. Different dataVersions usually refers to a different property structure.
|
|
78468
78618
|
*/
|
|
78469
78619
|
dataVersion?: string;
|
|
78470
78620
|
/**
|
|
78471
|
-
*
|
|
78621
|
+
* Description of the web part.
|
|
78472
78622
|
*/
|
|
78473
78623
|
description?: string;
|
|
78474
78624
|
/**
|
|
@@ -78476,15 +78626,15 @@ export interface WebPartData extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
78476
78626
|
*/
|
|
78477
78627
|
odataType?: string;
|
|
78478
78628
|
/**
|
|
78479
|
-
*
|
|
78629
|
+
* Properties bag of the web part.
|
|
78480
78630
|
*/
|
|
78481
78631
|
properties?: Json;
|
|
78482
78632
|
/**
|
|
78483
|
-
*
|
|
78633
|
+
* Contains collections of data that can be processed by server side services like search index and link fixup.
|
|
78484
78634
|
*/
|
|
78485
78635
|
serverProcessedContent?: ServerProcessedContent;
|
|
78486
78636
|
/**
|
|
78487
|
-
*
|
|
78637
|
+
* Title of the web part.
|
|
78488
78638
|
*/
|
|
78489
78639
|
title?: string;
|
|
78490
78640
|
}
|
|
@@ -78498,15 +78648,15 @@ export interface WebPartPosition extends AdditionalDataHolder, BackedModel, Pars
|
|
|
78498
78648
|
*/
|
|
78499
78649
|
backingStoreEnabled?: boolean;
|
|
78500
78650
|
/**
|
|
78501
|
-
*
|
|
78651
|
+
* Indicates the identifier of the column where the web part is located.
|
|
78502
78652
|
*/
|
|
78503
78653
|
columnId?: number;
|
|
78504
78654
|
/**
|
|
78505
|
-
*
|
|
78655
|
+
* Indicates the horizontal section where the web part is located.
|
|
78506
78656
|
*/
|
|
78507
78657
|
horizontalSectionId?: number;
|
|
78508
78658
|
/**
|
|
78509
|
-
*
|
|
78659
|
+
* Indicates whether the web part is located in the vertical section.
|
|
78510
78660
|
*/
|
|
78511
78661
|
isInVerticalSection?: boolean;
|
|
78512
78662
|
/**
|
|
@@ -78514,7 +78664,7 @@ export interface WebPartPosition extends AdditionalDataHolder, BackedModel, Pars
|
|
|
78514
78664
|
*/
|
|
78515
78665
|
odataType?: string;
|
|
78516
78666
|
/**
|
|
78517
|
-
*
|
|
78667
|
+
* Index of the current web part. Represents the order of the web part in this column or section.
|
|
78518
78668
|
*/
|
|
78519
78669
|
webPartIndex?: number;
|
|
78520
78670
|
}
|
|
@@ -83843,6 +83993,15 @@ export declare const AutoRestartNotificationDismissalMethodObject: {
|
|
|
83843
83993
|
/** Evolvable enum member */
|
|
83844
83994
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
83845
83995
|
};
|
|
83996
|
+
export declare const B2bIdentityProvidersTypeObject: {
|
|
83997
|
+
readonly AzureActiveDirectory: "azureActiveDirectory";
|
|
83998
|
+
readonly ExternalFederation: "externalFederation";
|
|
83999
|
+
readonly SocialIdentityProviders: "socialIdentityProviders";
|
|
84000
|
+
readonly EmailOneTimePasscode: "emailOneTimePasscode";
|
|
84001
|
+
readonly MicrosoftAccount: "microsoftAccount";
|
|
84002
|
+
readonly DefaultConfiguredIdp: "defaultConfiguredIdp";
|
|
84003
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
84004
|
+
};
|
|
83846
84005
|
export declare const BaseAuthenticationMethodObject: {
|
|
83847
84006
|
readonly Password: "password";
|
|
83848
84007
|
readonly Voice: "voice";
|
|
@@ -85133,6 +85292,7 @@ export declare const EducationAssignmentStatusObject: {
|
|
|
85133
85292
|
readonly Published: "published";
|
|
85134
85293
|
readonly Assigned: "assigned";
|
|
85135
85294
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
85295
|
+
readonly Inactive: "inactive";
|
|
85136
85296
|
};
|
|
85137
85297
|
export declare const EducationExternalSourceObject: {
|
|
85138
85298
|
readonly Sis: "sis";
|
|
@@ -85535,6 +85695,12 @@ export declare const LayoutTemplateTypeObject: {
|
|
|
85535
85695
|
readonly VerticalSplit: "verticalSplit";
|
|
85536
85696
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
85537
85697
|
};
|
|
85698
|
+
export declare const LevelObject: {
|
|
85699
|
+
readonly Beginner: "beginner";
|
|
85700
|
+
readonly Intermediate: "intermediate";
|
|
85701
|
+
readonly Advanced: "advanced";
|
|
85702
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
85703
|
+
};
|
|
85538
85704
|
export declare const LobbyBypassScopeObject: {
|
|
85539
85705
|
readonly Organizer: "organizer";
|
|
85540
85706
|
readonly Organization: "organization";
|