@microsoft/msgraph-sdk 1.0.0-preview.30 → 1.0.0-preview.39
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 +38 -0
- package/models/callRecords/index.d.ts.map +1 -1
- package/models/callRecords/index.js +35 -1
- package/models/callRecords/index.js.map +1 -1
- package/models/externalConnectors/index.d.ts +1 -1
- package/models/index.d.ts +664 -102
- package/models/index.d.ts.map +1 -1
- package/models/index.js +510 -25
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +312 -45
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +241 -5
- package/models/security/index.js.map +1 -1
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +3 -1
- package/version.js.map +1 -1
package/models/index.d.ts
CHANGED
|
@@ -4,8 +4,7 @@ import { type Billing } from './partners/billing/index.js';
|
|
|
4
4
|
import { type Acronym, type Bookmark, type Qna } from './search/index.js';
|
|
5
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 Set, type Store, type Term } from './termStore/index.js';
|
|
7
|
-
import { type AdditionalDataHolder, type BackedModel, type DateOnly, type Duration, type Parsable, type ParseNode, type SerializationWriter, type TimeOnly, type UntypedNode } from '@microsoft/kiota-abstractions';
|
|
8
|
-
import { type Guid } from 'guid-typescript';
|
|
7
|
+
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';
|
|
9
8
|
export interface AadUserConversationMember extends ConversationMember, Parsable {
|
|
10
9
|
/**
|
|
11
10
|
* The email address of the user.
|
|
@@ -364,7 +363,7 @@ export interface AccessPackageAssignmentRequest extends Entity, Parsable {
|
|
|
364
363
|
*/
|
|
365
364
|
requestType?: AccessPackageRequestType | null;
|
|
366
365
|
/**
|
|
367
|
-
* The range of dates that access is to be assigned to the requestor. This property can't be changed once set.
|
|
366
|
+
* The range of dates that access is to be assigned to the requestor. This property can't be changed once set, but a new schedule for an assignment can be included in another userUpdate or UserExtend or adminUpdate assignment request.
|
|
368
367
|
*/
|
|
369
368
|
schedule?: EntitlementManagementSchedule | null;
|
|
370
369
|
/**
|
|
@@ -1722,7 +1721,7 @@ export interface ActionResultPart extends AdditionalDataHolder, BackedModel, Par
|
|
|
1722
1721
|
*/
|
|
1723
1722
|
backingStoreEnabled?: boolean | null;
|
|
1724
1723
|
/**
|
|
1725
|
-
* The error that occurred, if any, during the
|
|
1724
|
+
* The error that occurred, if any, during the bulk operation.
|
|
1726
1725
|
*/
|
|
1727
1726
|
errorEscaped?: PublicError | null;
|
|
1728
1727
|
/**
|
|
@@ -1889,7 +1888,7 @@ export interface AdministrativeUnit extends DirectoryObject, Parsable {
|
|
|
1889
1888
|
*/
|
|
1890
1889
|
description?: string | null;
|
|
1891
1890
|
/**
|
|
1892
|
-
* Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
|
|
1891
|
+
* Display name for the administrative unit. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
|
|
1893
1892
|
*/
|
|
1894
1893
|
displayName?: string | null;
|
|
1895
1894
|
/**
|
|
@@ -1905,15 +1904,15 @@ export interface AdministrativeUnit extends DirectoryObject, Parsable {
|
|
|
1905
1904
|
*/
|
|
1906
1905
|
members?: DirectoryObject[] | null;
|
|
1907
1906
|
/**
|
|
1908
|
-
* The
|
|
1907
|
+
* The dynamic membership rule for the administrative unit. For more information about the rules you can use for dynamic administrative units and dynamic groups, see Manage rules for dynamic membership groups in Microsoft Entra ID.
|
|
1909
1908
|
*/
|
|
1910
1909
|
membershipRule?: string | null;
|
|
1911
1910
|
/**
|
|
1912
|
-
*
|
|
1911
|
+
* Controls whether the dynamic membership rule is actively processed. Set to On to activate the dynamic membership rule, or Paused to stop updating membership dynamically.
|
|
1913
1912
|
*/
|
|
1914
1913
|
membershipRuleProcessingState?: string | null;
|
|
1915
1914
|
/**
|
|
1916
|
-
* The
|
|
1915
|
+
* Indicates the membership type for the administrative unit. The possible values are: dynamic, assigned. If not set, the default value is null and the default behavior is assigned.
|
|
1917
1916
|
*/
|
|
1918
1917
|
membershipType?: string | null;
|
|
1919
1918
|
/**
|
|
@@ -1921,7 +1920,7 @@ export interface AdministrativeUnit extends DirectoryObject, Parsable {
|
|
|
1921
1920
|
*/
|
|
1922
1921
|
scopedRoleMembers?: ScopedRoleMembership[] | null;
|
|
1923
1922
|
/**
|
|
1924
|
-
* Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership. If not set
|
|
1923
|
+
* Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership. If not set, the default value is null and the default behavior is public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.
|
|
1925
1924
|
*/
|
|
1926
1925
|
visibility?: string | null;
|
|
1927
1926
|
}
|
|
@@ -3548,7 +3547,7 @@ export interface Application extends DirectoryObject, Parsable {
|
|
|
3548
3547
|
*/
|
|
3549
3548
|
disabledByMicrosoftStatus?: string | null;
|
|
3550
3549
|
/**
|
|
3551
|
-
* The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
|
|
3550
|
+
* The display name for the application. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
|
|
3552
3551
|
*/
|
|
3553
3552
|
displayName?: string | null;
|
|
3554
3553
|
/**
|
|
@@ -3791,7 +3790,7 @@ export interface AppliedConditionalAccessPolicy extends AdditionalDataHolder, Ba
|
|
|
3791
3790
|
*/
|
|
3792
3791
|
odataType?: string | null;
|
|
3793
3792
|
/**
|
|
3794
|
-
* Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
|
|
3793
|
+
* Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
|
|
3795
3794
|
*/
|
|
3796
3795
|
result?: AppliedConditionalAccessPolicyResult | null;
|
|
3797
3796
|
}
|
|
@@ -3930,6 +3929,7 @@ export interface AppManagementPolicyCollectionResponse extends BaseCollectionPag
|
|
|
3930
3929
|
*/
|
|
3931
3930
|
value?: AppManagementPolicy[] | null;
|
|
3932
3931
|
}
|
|
3932
|
+
export type AppManagementRestrictionState = (typeof AppManagementRestrictionStateObject)[keyof typeof AppManagementRestrictionStateObject];
|
|
3933
3933
|
export interface AppManagementServicePrincipalConfiguration extends AppManagementConfiguration, Parsable {
|
|
3934
3934
|
}
|
|
3935
3935
|
export interface AppRole extends AdditionalDataHolder, BackedModel, Parsable {
|
|
@@ -3984,7 +3984,7 @@ export interface AppRoleAssignment extends DirectoryObject, Parsable {
|
|
|
3984
3984
|
*/
|
|
3985
3985
|
createdDateTime?: Date | null;
|
|
3986
3986
|
/**
|
|
3987
|
-
* The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith).
|
|
3987
|
+
* The display name of the user, group, or service principal that was granted the app role assignment. Maximum length is 256 characters. Read-only. Supports $filter (eq and startswith).
|
|
3988
3988
|
*/
|
|
3989
3989
|
principalDisplayName?: string | null;
|
|
3990
3990
|
/**
|
|
@@ -3996,7 +3996,7 @@ export interface AppRoleAssignment extends DirectoryObject, Parsable {
|
|
|
3996
3996
|
*/
|
|
3997
3997
|
principalType?: string | null;
|
|
3998
3998
|
/**
|
|
3999
|
-
* The display name of the resource app's service principal to which the assignment is made.
|
|
3999
|
+
* The display name of the resource app's service principal to which the assignment is made. Maximum length is 256 characters.
|
|
4000
4000
|
*/
|
|
4001
4001
|
resourceDisplayName?: string | null;
|
|
4002
4002
|
/**
|
|
@@ -8140,6 +8140,10 @@ export interface CallOptions extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
8140
8140
|
* Indicates whether content sharing notifications should be enabled for the call.
|
|
8141
8141
|
*/
|
|
8142
8142
|
isContentSharingNotificationEnabled?: boolean | null;
|
|
8143
|
+
/**
|
|
8144
|
+
* Indicates whether delta roster is enabled for the call.
|
|
8145
|
+
*/
|
|
8146
|
+
isDeltaRosterEnabled?: boolean | null;
|
|
8143
8147
|
/**
|
|
8144
8148
|
* The OdataType property
|
|
8145
8149
|
*/
|
|
@@ -8442,7 +8446,7 @@ export interface Certification extends AdditionalDataHolder, BackedModel, Parsab
|
|
|
8442
8446
|
*/
|
|
8443
8447
|
isCertifiedByMicrosoft?: boolean | null;
|
|
8444
8448
|
/**
|
|
8445
|
-
* Indicates whether the application
|
|
8449
|
+
* Indicates whether the application developer or publisher completed Publisher Attestation.
|
|
8446
8450
|
*/
|
|
8447
8451
|
isPublisherAttested?: boolean | null;
|
|
8448
8452
|
/**
|
|
@@ -8524,7 +8528,7 @@ export interface Channel extends Entity, Parsable {
|
|
|
8524
8528
|
*/
|
|
8525
8529
|
members?: ConversationMember[] | null;
|
|
8526
8530
|
/**
|
|
8527
|
-
* The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard.
|
|
8531
|
+
* The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: shared.
|
|
8528
8532
|
*/
|
|
8529
8533
|
membershipType?: ChannelMembershipType | null;
|
|
8530
8534
|
/**
|
|
@@ -8710,6 +8714,10 @@ export interface Chat extends Entity, Parsable {
|
|
|
8710
8714
|
* A collection of all the apps in the chat. Nullable.
|
|
8711
8715
|
*/
|
|
8712
8716
|
installedApps?: TeamsAppInstallation[] | null;
|
|
8717
|
+
/**
|
|
8718
|
+
* Indicates whether the chat is hidden for all its members. Read-only.
|
|
8719
|
+
*/
|
|
8720
|
+
isHiddenForAllMembers?: boolean | null;
|
|
8713
8721
|
/**
|
|
8714
8722
|
* Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.
|
|
8715
8723
|
*/
|
|
@@ -8855,7 +8863,7 @@ export interface ChatMessage extends Entity, Parsable {
|
|
|
8855
8863
|
*/
|
|
8856
8864
|
locale?: string | null;
|
|
8857
8865
|
/**
|
|
8858
|
-
* List of entities mentioned in the chat message. Supported entities are: user, bot, team, and
|
|
8866
|
+
* List of entities mentioned in the chat message. Supported entities are: user, bot, team, channel, chat, and tag.
|
|
8859
8867
|
*/
|
|
8860
8868
|
mentions?: ChatMessageMention[] | null;
|
|
8861
8869
|
/**
|
|
@@ -8910,7 +8918,7 @@ export interface ChatMessageAttachment extends AdditionalDataHolder, BackedModel
|
|
|
8910
8918
|
*/
|
|
8911
8919
|
content?: string | null;
|
|
8912
8920
|
/**
|
|
8913
|
-
* The media type of the content attachment.
|
|
8921
|
+
* The media type of the content attachment. The possible values are: reference: The attachment is a link to another file. Populate the contentURL with the link to the object.forwardedMessageReference: The attachment is a reference to a forwarded message. Populate the content with the original message context.Any contentType that is supported by the Bot Framework's Attachment object.application/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
|
|
8914
8922
|
*/
|
|
8915
8923
|
contentType?: string | null;
|
|
8916
8924
|
/**
|
|
@@ -8918,7 +8926,7 @@ export interface ChatMessageAttachment extends AdditionalDataHolder, BackedModel
|
|
|
8918
8926
|
*/
|
|
8919
8927
|
contentUrl?: string | null;
|
|
8920
8928
|
/**
|
|
8921
|
-
* Read-only. The unique
|
|
8929
|
+
* Read-only. The unique ID of the attachment.
|
|
8922
8930
|
*/
|
|
8923
8931
|
id?: string | null;
|
|
8924
8932
|
/**
|
|
@@ -9021,7 +9029,7 @@ export interface ChatMessageMention extends AdditionalDataHolder, BackedModel, P
|
|
|
9021
9029
|
*/
|
|
9022
9030
|
id?: number | null;
|
|
9023
9031
|
/**
|
|
9024
|
-
* The entity (user, application, team, or
|
|
9032
|
+
* The entity (user, application, team, channel, or chat) that was @mentioned.
|
|
9025
9033
|
*/
|
|
9026
9034
|
mentioned?: ChatMessageMentionedIdentitySet | null;
|
|
9027
9035
|
/**
|
|
@@ -9035,7 +9043,7 @@ export interface ChatMessageMention extends AdditionalDataHolder, BackedModel, P
|
|
|
9035
9043
|
}
|
|
9036
9044
|
export interface ChatMessageMentionedIdentitySet extends IdentitySet, Parsable {
|
|
9037
9045
|
/**
|
|
9038
|
-
* If present, represents a conversation (for example, team or
|
|
9046
|
+
* If present, represents a conversation (for example, team, channel, or chat) @mentioned in a message.
|
|
9039
9047
|
*/
|
|
9040
9048
|
conversation?: TeamworkConversationIdentity | null;
|
|
9041
9049
|
}
|
|
@@ -9112,15 +9120,23 @@ export interface ChatMessageReaction extends AdditionalDataHolder, BackedModel,
|
|
|
9112
9120
|
*/
|
|
9113
9121
|
backingStoreEnabled?: boolean | null;
|
|
9114
9122
|
/**
|
|
9115
|
-
* The
|
|
9123
|
+
* The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
|
9116
9124
|
*/
|
|
9117
9125
|
createdDateTime?: Date | null;
|
|
9126
|
+
/**
|
|
9127
|
+
* The name of the reaction.
|
|
9128
|
+
*/
|
|
9129
|
+
displayName?: string | null;
|
|
9118
9130
|
/**
|
|
9119
9131
|
* The OdataType property
|
|
9120
9132
|
*/
|
|
9121
9133
|
odataType?: string | null;
|
|
9122
9134
|
/**
|
|
9123
|
-
*
|
|
9135
|
+
* The hosted content URL for the custom reaction type.
|
|
9136
|
+
*/
|
|
9137
|
+
reactionContentUrl?: string | null;
|
|
9138
|
+
/**
|
|
9139
|
+
* The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.
|
|
9124
9140
|
*/
|
|
9125
9141
|
reactionType?: string | null;
|
|
9126
9142
|
/**
|
|
@@ -9145,6 +9161,24 @@ export interface ChatRenamedEventMessageDetail extends EventMessageDetail, Parsa
|
|
|
9145
9161
|
*/
|
|
9146
9162
|
initiator?: IdentitySet | null;
|
|
9147
9163
|
}
|
|
9164
|
+
export interface ChatRestrictions extends AdditionalDataHolder, BackedModel, Parsable {
|
|
9165
|
+
/**
|
|
9166
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
9167
|
+
*/
|
|
9168
|
+
additionalData?: Record<string, unknown>;
|
|
9169
|
+
/**
|
|
9170
|
+
* Indicates whether only text is allowed in the meeting chat. Optional.
|
|
9171
|
+
*/
|
|
9172
|
+
allowTextOnly?: boolean | null;
|
|
9173
|
+
/**
|
|
9174
|
+
* Stores model information.
|
|
9175
|
+
*/
|
|
9176
|
+
backingStoreEnabled?: boolean | null;
|
|
9177
|
+
/**
|
|
9178
|
+
* The OdataType property
|
|
9179
|
+
*/
|
|
9180
|
+
odataType?: string | null;
|
|
9181
|
+
}
|
|
9148
9182
|
export type ChatType = (typeof ChatTypeObject)[keyof typeof ChatTypeObject];
|
|
9149
9183
|
export interface ChatViewpoint extends AdditionalDataHolder, BackedModel, Parsable {
|
|
9150
9184
|
/**
|
|
@@ -9580,7 +9614,7 @@ export interface CloudPcDeviceImage extends Entity, Parsable {
|
|
|
9580
9614
|
*/
|
|
9581
9615
|
displayName?: string | null;
|
|
9582
9616
|
/**
|
|
9583
|
-
* The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation.
|
|
9617
|
+
* The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
|
|
9584
9618
|
*/
|
|
9585
9619
|
errorCode?: CloudPcDeviceImageErrorCode | null;
|
|
9586
9620
|
/**
|
|
@@ -9647,7 +9681,7 @@ export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, Ba
|
|
|
9647
9681
|
*/
|
|
9648
9682
|
onPremisesConnectionId?: string | null;
|
|
9649
9683
|
/**
|
|
9650
|
-
* The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea.
|
|
9684
|
+
* The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.
|
|
9651
9685
|
*/
|
|
9652
9686
|
regionGroup?: CloudPcRegionGroup | null;
|
|
9653
9687
|
/**
|
|
@@ -9881,6 +9915,10 @@ export interface CloudPcProvisioningPolicy extends Entity, Parsable {
|
|
|
9881
9915
|
* A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
|
|
9882
9916
|
*/
|
|
9883
9917
|
assignments?: CloudPcProvisioningPolicyAssignment[] | null;
|
|
9918
|
+
/**
|
|
9919
|
+
* The autopatch property
|
|
9920
|
+
*/
|
|
9921
|
+
autopatch?: CloudPcProvisioningPolicyAutopatch | null;
|
|
9884
9922
|
/**
|
|
9885
9923
|
* The display name of the Cloud PC group that the Cloud PCs reside in. Read-only.
|
|
9886
9924
|
*/
|
|
@@ -9954,6 +9992,24 @@ export interface CloudPcProvisioningPolicyAssignmentCollectionResponse extends B
|
|
|
9954
9992
|
*/
|
|
9955
9993
|
value?: CloudPcProvisioningPolicyAssignment[] | null;
|
|
9956
9994
|
}
|
|
9995
|
+
export interface CloudPcProvisioningPolicyAutopatch extends AdditionalDataHolder, BackedModel, Parsable {
|
|
9996
|
+
/**
|
|
9997
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
9998
|
+
*/
|
|
9999
|
+
additionalData?: Record<string, unknown>;
|
|
10000
|
+
/**
|
|
10001
|
+
* The autopatchGroupId property
|
|
10002
|
+
*/
|
|
10003
|
+
autopatchGroupId?: string | null;
|
|
10004
|
+
/**
|
|
10005
|
+
* Stores model information.
|
|
10006
|
+
*/
|
|
10007
|
+
backingStoreEnabled?: boolean | null;
|
|
10008
|
+
/**
|
|
10009
|
+
* The OdataType property
|
|
10010
|
+
*/
|
|
10011
|
+
odataType?: string | null;
|
|
10012
|
+
}
|
|
9957
10013
|
export interface CloudPcProvisioningPolicyCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
9958
10014
|
/**
|
|
9959
10015
|
* The value property
|
|
@@ -10652,6 +10708,24 @@ export interface ConditionalAccessApplications extends AdditionalDataHolder, Bac
|
|
|
10652
10708
|
*/
|
|
10653
10709
|
odataType?: string | null;
|
|
10654
10710
|
}
|
|
10711
|
+
export interface ConditionalAccessAuthenticationFlows extends AdditionalDataHolder, BackedModel, Parsable {
|
|
10712
|
+
/**
|
|
10713
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
10714
|
+
*/
|
|
10715
|
+
additionalData?: Record<string, unknown>;
|
|
10716
|
+
/**
|
|
10717
|
+
* Stores model information.
|
|
10718
|
+
*/
|
|
10719
|
+
backingStoreEnabled?: boolean | null;
|
|
10720
|
+
/**
|
|
10721
|
+
* The OdataType property
|
|
10722
|
+
*/
|
|
10723
|
+
odataType?: string | null;
|
|
10724
|
+
/**
|
|
10725
|
+
* The transferMethods property
|
|
10726
|
+
*/
|
|
10727
|
+
transferMethods?: ConditionalAccessTransferMethods[] | null;
|
|
10728
|
+
}
|
|
10655
10729
|
export type ConditionalAccessClientApp = (typeof ConditionalAccessClientAppObject)[keyof typeof ConditionalAccessClientAppObject];
|
|
10656
10730
|
export interface ConditionalAccessClientApplications extends AdditionalDataHolder, BackedModel, Parsable {
|
|
10657
10731
|
/**
|
|
@@ -10675,7 +10749,7 @@ export interface ConditionalAccessClientApplications extends AdditionalDataHolde
|
|
|
10675
10749
|
*/
|
|
10676
10750
|
odataType?: string | null;
|
|
10677
10751
|
/**
|
|
10678
|
-
*
|
|
10752
|
+
* Filter that defines the dynamic-servicePrincipal-syntax rule to include/exclude service principals. A filter can use custom security attributes to include/exclude service principals.
|
|
10679
10753
|
*/
|
|
10680
10754
|
servicePrincipalFilter?: ConditionalAccessFilter | null;
|
|
10681
10755
|
}
|
|
@@ -10688,6 +10762,10 @@ export interface ConditionalAccessConditionSet extends AdditionalDataHolder, Bac
|
|
|
10688
10762
|
* Applications and user actions included in and excluded from the policy. Required.
|
|
10689
10763
|
*/
|
|
10690
10764
|
applications?: ConditionalAccessApplications | null;
|
|
10765
|
+
/**
|
|
10766
|
+
* Authentication flows included in the policy scope.
|
|
10767
|
+
*/
|
|
10768
|
+
authenticationFlows?: ConditionalAccessAuthenticationFlows | null;
|
|
10691
10769
|
/**
|
|
10692
10770
|
* Stores model information.
|
|
10693
10771
|
*/
|
|
@@ -10697,7 +10775,7 @@ export interface ConditionalAccessConditionSet extends AdditionalDataHolder, Bac
|
|
|
10697
10775
|
*/
|
|
10698
10776
|
clientApplications?: ConditionalAccessClientApplications | null;
|
|
10699
10777
|
/**
|
|
10700
|
-
* Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync which includes EAS supported and unsupported platforms.
|
|
10778
|
+
* Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.
|
|
10701
10779
|
*/
|
|
10702
10780
|
clientAppTypes?: ConditionalAccessClientApp[] | null;
|
|
10703
10781
|
/**
|
|
@@ -11076,6 +11154,7 @@ export interface ConditionalAccessTemplateCollectionResponse extends BaseCollect
|
|
|
11076
11154
|
*/
|
|
11077
11155
|
value?: ConditionalAccessTemplate[] | null;
|
|
11078
11156
|
}
|
|
11157
|
+
export type ConditionalAccessTransferMethods = (typeof ConditionalAccessTransferMethodsObject)[keyof typeof ConditionalAccessTransferMethodsObject];
|
|
11079
11158
|
export interface ConditionalAccessUsers extends AdditionalDataHolder, BackedModel, Parsable {
|
|
11080
11159
|
/**
|
|
11081
11160
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -11722,7 +11801,7 @@ export interface ConversationMember extends Entity, Parsable {
|
|
|
11722
11801
|
*/
|
|
11723
11802
|
displayName?: string | null;
|
|
11724
11803
|
/**
|
|
11725
|
-
* The roles for that user. This property contains
|
|
11804
|
+
* The roles for that user. This property contains more qualifiers only when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is an in-tenant guest, the roles property contains guest as one of the values. A basic member shouldn't have any values specified in the roles property. An Out-of-tenant external member is assigned the owner role.
|
|
11726
11805
|
*/
|
|
11727
11806
|
roles?: string[] | null;
|
|
11728
11807
|
/**
|
|
@@ -14310,6 +14389,12 @@ export declare function createChatMessageReactionIdentitySetFromDiscriminatorVal
|
|
|
14310
14389
|
* @returns {ChatRenamedEventMessageDetail}
|
|
14311
14390
|
*/
|
|
14312
14391
|
export declare function createChatRenamedEventMessageDetailFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14392
|
+
/**
|
|
14393
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
14394
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14395
|
+
* @returns {ChatRestrictions}
|
|
14396
|
+
*/
|
|
14397
|
+
export declare function createChatRestrictionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14313
14398
|
/**
|
|
14314
14399
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
14315
14400
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -14514,6 +14599,12 @@ export declare function createCloudPcProvisioningPolicyAssignmentCollectionRespo
|
|
|
14514
14599
|
* @returns {CloudPcProvisioningPolicyAssignment}
|
|
14515
14600
|
*/
|
|
14516
14601
|
export declare function createCloudPcProvisioningPolicyAssignmentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14602
|
+
/**
|
|
14603
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
14604
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14605
|
+
* @returns {CloudPcProvisioningPolicyAutopatch}
|
|
14606
|
+
*/
|
|
14607
|
+
export declare function createCloudPcProvisioningPolicyAutopatchFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14517
14608
|
/**
|
|
14518
14609
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
14519
14610
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -14736,6 +14827,12 @@ export declare function createConditionalAccessAllExternalTenantsFromDiscriminat
|
|
|
14736
14827
|
* @returns {ConditionalAccessApplications}
|
|
14737
14828
|
*/
|
|
14738
14829
|
export declare function createConditionalAccessApplicationsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14830
|
+
/**
|
|
14831
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
14832
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14833
|
+
* @returns {ConditionalAccessAuthenticationFlows}
|
|
14834
|
+
*/
|
|
14835
|
+
export declare function createConditionalAccessAuthenticationFlowsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14739
14836
|
/**
|
|
14740
14837
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
14741
14838
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -17100,6 +17197,12 @@ export declare function createFileStorageContainerCustomPropertyDictionaryFromDi
|
|
|
17100
17197
|
* @returns {FileStorageContainer}
|
|
17101
17198
|
*/
|
|
17102
17199
|
export declare function createFileStorageContainerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17200
|
+
/**
|
|
17201
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
17202
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
17203
|
+
* @returns {FileStorageContainerSettings}
|
|
17204
|
+
*/
|
|
17205
|
+
export declare function createFileStorageContainerSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17103
17206
|
/**
|
|
17104
17207
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
17105
17208
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21006,6 +21109,30 @@ export declare function createRecurrencePatternFromDiscriminatorValue(parseNode:
|
|
|
21006
21109
|
* @returns {RecurrenceRange}
|
|
21007
21110
|
*/
|
|
21008
21111
|
export declare function createRecurrenceRangeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21112
|
+
/**
|
|
21113
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21114
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21115
|
+
* @returns {RecycleBin}
|
|
21116
|
+
*/
|
|
21117
|
+
export declare function createRecycleBinFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21118
|
+
/**
|
|
21119
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21120
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21121
|
+
* @returns {RecycleBinItemCollectionResponse}
|
|
21122
|
+
*/
|
|
21123
|
+
export declare function createRecycleBinItemCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21124
|
+
/**
|
|
21125
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21126
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21127
|
+
* @returns {RecycleBinItem}
|
|
21128
|
+
*/
|
|
21129
|
+
export declare function createRecycleBinItemFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21130
|
+
/**
|
|
21131
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21132
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21133
|
+
* @returns {RecycleBinSettings}
|
|
21134
|
+
*/
|
|
21135
|
+
export declare function createRecycleBinSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21009
21136
|
/**
|
|
21010
21137
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21011
21138
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -24384,6 +24511,18 @@ export declare function createVirtualEndpointFromDiscriminatorValue(parseNode: P
|
|
|
24384
24511
|
* @returns {VirtualEventCollectionResponse}
|
|
24385
24512
|
*/
|
|
24386
24513
|
export declare function createVirtualEventCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24514
|
+
/**
|
|
24515
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
24516
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
24517
|
+
* @returns {VirtualEventExternalInformation}
|
|
24518
|
+
*/
|
|
24519
|
+
export declare function createVirtualEventExternalInformationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24520
|
+
/**
|
|
24521
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
24522
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
24523
|
+
* @returns {VirtualEventExternalRegistrationInformation}
|
|
24524
|
+
*/
|
|
24525
|
+
export declare function createVirtualEventExternalRegistrationInformationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24387
24526
|
/**
|
|
24388
24527
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
24389
24528
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -24606,6 +24745,12 @@ export declare function createWebsiteFromDiscriminatorValue(parseNode: ParseNode
|
|
|
24606
24745
|
* @returns {Win32LobAppAssignmentSettings}
|
|
24607
24746
|
*/
|
|
24608
24747
|
export declare function createWin32LobAppAssignmentSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24748
|
+
/**
|
|
24749
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
24750
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
24751
|
+
* @returns {Win32LobAppAutoUpdateSettings}
|
|
24752
|
+
*/
|
|
24753
|
+
export declare function createWin32LobAppAutoUpdateSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24609
24754
|
/**
|
|
24610
24755
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
24611
24756
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -25554,6 +25699,12 @@ export declare function createX509CertificateAuthenticationModeConfigurationFrom
|
|
|
25554
25699
|
* @returns {X509CertificateCombinationConfiguration}
|
|
25555
25700
|
*/
|
|
25556
25701
|
export declare function createX509CertificateCombinationConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
25702
|
+
/**
|
|
25703
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
25704
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
25705
|
+
* @returns {X509CertificateCRLValidationConfiguration}
|
|
25706
|
+
*/
|
|
25707
|
+
export declare function createX509CertificateCRLValidationConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
25557
25708
|
/**
|
|
25558
25709
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
25559
25710
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -28747,6 +28898,11 @@ export declare function deserializeIntoChatMessageReactionIdentitySet(chatMessag
|
|
|
28747
28898
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28748
28899
|
*/
|
|
28749
28900
|
export declare function deserializeIntoChatRenamedEventMessageDetail(chatRenamedEventMessageDetail?: Partial<ChatRenamedEventMessageDetail> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28901
|
+
/**
|
|
28902
|
+
* The deserialization information for the current model
|
|
28903
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28904
|
+
*/
|
|
28905
|
+
export declare function deserializeIntoChatRestrictions(chatRestrictions?: Partial<ChatRestrictions> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28750
28906
|
/**
|
|
28751
28907
|
* The deserialization information for the current model
|
|
28752
28908
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -28922,6 +29078,11 @@ export declare function deserializeIntoCloudPcProvisioningPolicyAssignment(cloud
|
|
|
28922
29078
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28923
29079
|
*/
|
|
28924
29080
|
export declare function deserializeIntoCloudPcProvisioningPolicyAssignmentCollectionResponse(cloudPcProvisioningPolicyAssignmentCollectionResponse?: Partial<CloudPcProvisioningPolicyAssignmentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29081
|
+
/**
|
|
29082
|
+
* The deserialization information for the current model
|
|
29083
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29084
|
+
*/
|
|
29085
|
+
export declare function deserializeIntoCloudPcProvisioningPolicyAutopatch(cloudPcProvisioningPolicyAutopatch?: Partial<CloudPcProvisioningPolicyAutopatch> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28925
29086
|
/**
|
|
28926
29087
|
* The deserialization information for the current model
|
|
28927
29088
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -29102,6 +29263,11 @@ export declare function deserializeIntoConditionalAccessAllExternalTenants(condi
|
|
|
29102
29263
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29103
29264
|
*/
|
|
29104
29265
|
export declare function deserializeIntoConditionalAccessApplications(conditionalAccessApplications?: Partial<ConditionalAccessApplications> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29266
|
+
/**
|
|
29267
|
+
* The deserialization information for the current model
|
|
29268
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29269
|
+
*/
|
|
29270
|
+
export declare function deserializeIntoConditionalAccessAuthenticationFlows(conditionalAccessAuthenticationFlows?: Partial<ConditionalAccessAuthenticationFlows> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29105
29271
|
/**
|
|
29106
29272
|
* The deserialization information for the current model
|
|
29107
29273
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -31077,6 +31243,11 @@ export declare function deserializeIntoFileStorageContainerCollectionResponse(fi
|
|
|
31077
31243
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
31078
31244
|
*/
|
|
31079
31245
|
export declare function deserializeIntoFileStorageContainerCustomPropertyDictionary(fileStorageContainerCustomPropertyDictionary?: Partial<FileStorageContainerCustomPropertyDictionary> | undefined): Record<string, (node: ParseNode) => void>;
|
|
31246
|
+
/**
|
|
31247
|
+
* The deserialization information for the current model
|
|
31248
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
31249
|
+
*/
|
|
31250
|
+
export declare function deserializeIntoFileStorageContainerSettings(fileStorageContainerSettings?: Partial<FileStorageContainerSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
31080
31251
|
/**
|
|
31081
31252
|
* The deserialization information for the current model
|
|
31082
31253
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -34327,6 +34498,26 @@ export declare function deserializeIntoRecurrencePattern(recurrencePattern?: Par
|
|
|
34327
34498
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34328
34499
|
*/
|
|
34329
34500
|
export declare function deserializeIntoRecurrenceRange(recurrenceRange?: Partial<RecurrenceRange> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34501
|
+
/**
|
|
34502
|
+
* The deserialization information for the current model
|
|
34503
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34504
|
+
*/
|
|
34505
|
+
export declare function deserializeIntoRecycleBin(recycleBin?: Partial<RecycleBin> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34506
|
+
/**
|
|
34507
|
+
* The deserialization information for the current model
|
|
34508
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34509
|
+
*/
|
|
34510
|
+
export declare function deserializeIntoRecycleBinItem(recycleBinItem?: Partial<RecycleBinItem> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34511
|
+
/**
|
|
34512
|
+
* The deserialization information for the current model
|
|
34513
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34514
|
+
*/
|
|
34515
|
+
export declare function deserializeIntoRecycleBinItemCollectionResponse(recycleBinItemCollectionResponse?: Partial<RecycleBinItemCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34516
|
+
/**
|
|
34517
|
+
* The deserialization information for the current model
|
|
34518
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34519
|
+
*/
|
|
34520
|
+
export declare function deserializeIntoRecycleBinSettings(recycleBinSettings?: Partial<RecycleBinSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34330
34521
|
/**
|
|
34331
34522
|
* The deserialization information for the current model
|
|
34332
34523
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -37147,6 +37338,16 @@ export declare function deserializeIntoVirtualEvent(virtualEvent?: Partial<Virtu
|
|
|
37147
37338
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37148
37339
|
*/
|
|
37149
37340
|
export declare function deserializeIntoVirtualEventCollectionResponse(virtualEventCollectionResponse?: Partial<VirtualEventCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37341
|
+
/**
|
|
37342
|
+
* The deserialization information for the current model
|
|
37343
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37344
|
+
*/
|
|
37345
|
+
export declare function deserializeIntoVirtualEventExternalInformation(virtualEventExternalInformation?: Partial<VirtualEventExternalInformation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37346
|
+
/**
|
|
37347
|
+
* The deserialization information for the current model
|
|
37348
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37349
|
+
*/
|
|
37350
|
+
export declare function deserializeIntoVirtualEventExternalRegistrationInformation(virtualEventExternalRegistrationInformation?: Partial<VirtualEventExternalRegistrationInformation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37150
37351
|
/**
|
|
37151
37352
|
* The deserialization information for the current model
|
|
37152
37353
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -37332,6 +37533,11 @@ export declare function deserializeIntoWin32LobApp(win32LobApp?: Partial<Win32Lo
|
|
|
37332
37533
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37333
37534
|
*/
|
|
37334
37535
|
export declare function deserializeIntoWin32LobAppAssignmentSettings(win32LobAppAssignmentSettings?: Partial<Win32LobAppAssignmentSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37536
|
+
/**
|
|
37537
|
+
* The deserialization information for the current model
|
|
37538
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37539
|
+
*/
|
|
37540
|
+
export declare function deserializeIntoWin32LobAppAutoUpdateSettings(win32LobAppAutoUpdateSettings?: Partial<Win32LobAppAutoUpdateSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37335
37541
|
/**
|
|
37336
37542
|
* The deserialization information for the current model
|
|
37337
37543
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -38117,6 +38323,11 @@ export declare function deserializeIntoX509CertificateAuthenticationModeConfigur
|
|
|
38117
38323
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
38118
38324
|
*/
|
|
38119
38325
|
export declare function deserializeIntoX509CertificateCombinationConfiguration(x509CertificateCombinationConfiguration?: Partial<X509CertificateCombinationConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
38326
|
+
/**
|
|
38327
|
+
* The deserialization information for the current model
|
|
38328
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
38329
|
+
*/
|
|
38330
|
+
export declare function deserializeIntoX509CertificateCRLValidationConfiguration(x509CertificateCRLValidationConfiguration?: Partial<X509CertificateCRLValidationConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
38120
38331
|
/**
|
|
38121
38332
|
* The deserialization information for the current model
|
|
38122
38333
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -38220,7 +38431,7 @@ export interface Device extends DirectoryObject, Parsable {
|
|
|
38220
38431
|
*/
|
|
38221
38432
|
deviceVersion?: number | null;
|
|
38222
38433
|
/**
|
|
38223
|
-
* The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
|
|
38434
|
+
* The display name for the device. Maximum length is 256 characters. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
|
|
38224
38435
|
*/
|
|
38225
38436
|
displayName?: string | null;
|
|
38226
38437
|
/**
|
|
@@ -39140,6 +39351,9 @@ export interface DeviceConfigurationDeviceStateSummary extends Entity, Parsable
|
|
|
39140
39351
|
*/
|
|
39141
39352
|
unknownDeviceCount?: number | null;
|
|
39142
39353
|
}
|
|
39354
|
+
/**
|
|
39355
|
+
* Support for this Entity is being deprecated starting May 2026 & will no longer be supported.
|
|
39356
|
+
*/
|
|
39143
39357
|
export interface DeviceConfigurationDeviceStatus extends Entity, Parsable {
|
|
39144
39358
|
/**
|
|
39145
39359
|
* The DateTime when device compliance grace period expires
|
|
@@ -39242,7 +39456,7 @@ export interface DeviceConfigurationSettingState extends AdditionalDataHolder, B
|
|
|
39242
39456
|
userPrincipalName?: string | null;
|
|
39243
39457
|
}
|
|
39244
39458
|
/**
|
|
39245
|
-
*
|
|
39459
|
+
* Support for this Entity is being deprecated starting May 2026 & will no longer be supported.
|
|
39246
39460
|
*/
|
|
39247
39461
|
export interface DeviceConfigurationState extends Entity, Parsable {
|
|
39248
39462
|
/**
|
|
@@ -39459,7 +39673,7 @@ export interface DeviceEnrollmentPlatformRestriction extends AdditionalDataHolde
|
|
|
39459
39673
|
platformBlocked?: boolean | null;
|
|
39460
39674
|
}
|
|
39461
39675
|
/**
|
|
39462
|
-
* Device Enrollment Configuration that restricts the types of devices a user can enroll
|
|
39676
|
+
* Default Device Enrollment Platform Restrictions Configuration that restricts the types of devices a user can enroll
|
|
39463
39677
|
*/
|
|
39464
39678
|
export interface DeviceEnrollmentPlatformRestrictionsConfiguration extends DeviceEnrollmentConfiguration, Parsable {
|
|
39465
39679
|
/**
|
|
@@ -39893,9 +40107,6 @@ export interface DeviceLogCollectionResponseCollectionResponse extends BaseColle
|
|
|
39893
40107
|
*/
|
|
39894
40108
|
value?: DeviceLogCollectionResponse[] | null;
|
|
39895
40109
|
}
|
|
39896
|
-
/**
|
|
39897
|
-
* Singleton entity that acts as a container for all device management functionality.
|
|
39898
|
-
*/
|
|
39899
40110
|
export interface DeviceManagement extends Entity, Parsable {
|
|
39900
40111
|
/**
|
|
39901
40112
|
* Apple push notification certificate.
|
|
@@ -40228,7 +40439,7 @@ export interface DeviceManagementExportJob extends Entity, Parsable {
|
|
|
40228
40439
|
*/
|
|
40229
40440
|
filter?: string | null;
|
|
40230
40441
|
/**
|
|
40231
|
-
* Possible values for the file format of a report.
|
|
40442
|
+
* Possible values for the file format of a report to be exported.
|
|
40232
40443
|
*/
|
|
40233
40444
|
format?: DeviceManagementReportFileFormat | null;
|
|
40234
40445
|
/**
|
|
@@ -40999,7 +41210,7 @@ export interface Domain extends Entity, Parsable {
|
|
|
40999
41210
|
*/
|
|
41000
41211
|
passwordValidityPeriodInDays?: number | null;
|
|
41001
41212
|
/**
|
|
41002
|
-
*
|
|
41213
|
+
* Root domain of a subdomain. Read-only, Nullable. Supports $expand.
|
|
41003
41214
|
*/
|
|
41004
41215
|
rootDomain?: Domain | null;
|
|
41005
41216
|
/**
|
|
@@ -41149,7 +41360,7 @@ export interface Drive extends BaseItem, Parsable {
|
|
|
41149
41360
|
*/
|
|
41150
41361
|
bundles?: DriveItem[] | null;
|
|
41151
41362
|
/**
|
|
41152
|
-
* Describes the type of drive represented by this resource. OneDrive personal drives
|
|
41363
|
+
* Describes the type of drive represented by this resource. OneDrive personal drives return personal. OneDrive for Business returns business. SharePoint document libraries return documentLibrary. Read-only.
|
|
41153
41364
|
*/
|
|
41154
41365
|
driveType?: string | null;
|
|
41155
41366
|
/**
|
|
@@ -41185,7 +41396,7 @@ export interface Drive extends BaseItem, Parsable {
|
|
|
41185
41396
|
*/
|
|
41186
41397
|
special?: DriveItem[] | null;
|
|
41187
41398
|
/**
|
|
41188
|
-
* If present, indicates that
|
|
41399
|
+
* If present, indicates that it's a system-managed drive. Read-only.
|
|
41189
41400
|
*/
|
|
41190
41401
|
system?: SystemFacet | null;
|
|
41191
41402
|
}
|
|
@@ -41592,7 +41803,7 @@ export interface EducationAssignment extends Entity, Parsable {
|
|
|
41592
41803
|
*/
|
|
41593
41804
|
addedStudentAction?: EducationAddedStudentAction | null;
|
|
41594
41805
|
/**
|
|
41595
|
-
* Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly.
|
|
41806
|
+
* Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none.
|
|
41596
41807
|
*/
|
|
41597
41808
|
addToCalendarAction?: EducationAddToCalendarOptions | null;
|
|
41598
41809
|
/**
|
|
@@ -41688,7 +41899,7 @@ export interface EducationAssignment extends Entity, Parsable {
|
|
|
41688
41899
|
*/
|
|
41689
41900
|
rubric?: EducationRubric | null;
|
|
41690
41901
|
/**
|
|
41691
|
-
* Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive.
|
|
41902
|
+
* Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive.
|
|
41692
41903
|
*/
|
|
41693
41904
|
status?: EducationAssignmentStatus | null;
|
|
41694
41905
|
/**
|
|
@@ -41714,7 +41925,7 @@ export interface EducationAssignmentDefaults extends Entity, Parsable {
|
|
|
41714
41925
|
*/
|
|
41715
41926
|
addedStudentAction?: EducationAddedStudentAction | null;
|
|
41716
41927
|
/**
|
|
41717
|
-
* Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly.
|
|
41928
|
+
* Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: studentsOnly. The default value is none.
|
|
41718
41929
|
*/
|
|
41719
41930
|
addToCalendarAction?: EducationAddToCalendarOptions | null;
|
|
41720
41931
|
/**
|
|
@@ -42489,7 +42700,7 @@ export interface EducationSubmission extends Entity, Parsable {
|
|
|
42489
42700
|
*/
|
|
42490
42701
|
returnedDateTime?: Date | null;
|
|
42491
42702
|
/**
|
|
42492
|
-
* Read-only. Possible values are: excused, reassigned, returned, submitted and working.
|
|
42703
|
+
* Read-only. Possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.
|
|
42493
42704
|
*/
|
|
42494
42705
|
status?: EducationSubmissionStatus | null;
|
|
42495
42706
|
/**
|
|
@@ -42797,6 +43008,7 @@ export interface EducationWordResource extends EducationResource, Parsable {
|
|
|
42797
43008
|
*/
|
|
42798
43009
|
fileUrl?: string | null;
|
|
42799
43010
|
}
|
|
43011
|
+
export type EligibilityFilteringEnabledEntities = (typeof EligibilityFilteringEnabledEntitiesObject)[keyof typeof EligibilityFilteringEnabledEntitiesObject];
|
|
42800
43012
|
export interface EmailAddress extends AdditionalDataHolder, BackedModel, Parsable {
|
|
42801
43013
|
/**
|
|
42802
43014
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -43510,7 +43722,7 @@ export interface EventMessage extends Message, Parsable {
|
|
|
43510
43722
|
*/
|
|
43511
43723
|
endDateTime?: DateTimeTimeZone | null;
|
|
43512
43724
|
/**
|
|
43513
|
-
* The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property.
|
|
43725
|
+
* The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only.
|
|
43514
43726
|
*/
|
|
43515
43727
|
event?: Event | null;
|
|
43516
43728
|
/**
|
|
@@ -44170,6 +44382,10 @@ export interface FileStorage extends Entity, Parsable {
|
|
|
44170
44382
|
* The containers property
|
|
44171
44383
|
*/
|
|
44172
44384
|
containers?: FileStorageContainer[] | null;
|
|
44385
|
+
/**
|
|
44386
|
+
* The deletedContainers property
|
|
44387
|
+
*/
|
|
44388
|
+
deletedContainers?: FileStorageContainer[] | null;
|
|
44173
44389
|
}
|
|
44174
44390
|
export interface FileStorageContainer extends Entity, Parsable {
|
|
44175
44391
|
/**
|
|
@@ -44196,10 +44412,22 @@ export interface FileStorageContainer extends Entity, Parsable {
|
|
|
44196
44412
|
* The drive of the resource fileStorageContainer. Read-only.
|
|
44197
44413
|
*/
|
|
44198
44414
|
drive?: Drive | null;
|
|
44415
|
+
/**
|
|
44416
|
+
* Indicates the lock state of the fileStorageContainer. The possible values are unlocked and lockedReadOnly. Read-only.
|
|
44417
|
+
*/
|
|
44418
|
+
lockState?: SiteLockState | null;
|
|
44199
44419
|
/**
|
|
44200
44420
|
* The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write.
|
|
44201
44421
|
*/
|
|
44202
44422
|
permissions?: Permission[] | null;
|
|
44423
|
+
/**
|
|
44424
|
+
* Recycle bin of the fileStorageContainer. Read-only.
|
|
44425
|
+
*/
|
|
44426
|
+
recycleBin?: RecycleBin | null;
|
|
44427
|
+
/**
|
|
44428
|
+
* The settings property
|
|
44429
|
+
*/
|
|
44430
|
+
settings?: FileStorageContainerSettings | null;
|
|
44203
44431
|
/**
|
|
44204
44432
|
* Status of the fileStorageContainer. Containers are created as inactive and require activation. Inactive containers are subjected to automatic deletion in 24 hours. The possible values are: inactive, active. Read-only.
|
|
44205
44433
|
*/
|
|
@@ -44217,6 +44445,32 @@ export interface FileStorageContainerCollectionResponse extends BaseCollectionPa
|
|
|
44217
44445
|
}
|
|
44218
44446
|
export interface FileStorageContainerCustomPropertyDictionary extends Dictionary, Parsable {
|
|
44219
44447
|
}
|
|
44448
|
+
export interface FileStorageContainerSettings extends AdditionalDataHolder, BackedModel, Parsable {
|
|
44449
|
+
/**
|
|
44450
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
44451
|
+
*/
|
|
44452
|
+
additionalData?: Record<string, unknown>;
|
|
44453
|
+
/**
|
|
44454
|
+
* Stores model information.
|
|
44455
|
+
*/
|
|
44456
|
+
backingStoreEnabled?: boolean | null;
|
|
44457
|
+
/**
|
|
44458
|
+
* Indicates whether versioning is enabled for items in the container. Optional. Read-write.
|
|
44459
|
+
*/
|
|
44460
|
+
isItemVersioningEnabled?: boolean | null;
|
|
44461
|
+
/**
|
|
44462
|
+
* Indicates whether Optical Character Recognition (OCR) is enabled for the container. The default value is false. When set to true, OCR extraction is performed for new and updated documents of supported document types, and the extracted fields in the metadata of the document enable end-user search and search-driven solutions. When set to false, existing OCR metadata is not impacted. Optional. Read-write.
|
|
44463
|
+
*/
|
|
44464
|
+
isOcrEnabled?: boolean | null;
|
|
44465
|
+
/**
|
|
44466
|
+
* The maximum major versions allowed for items in the container. Optional. Read-write.
|
|
44467
|
+
*/
|
|
44468
|
+
itemMajorVersionLimit?: number | null;
|
|
44469
|
+
/**
|
|
44470
|
+
* The OdataType property
|
|
44471
|
+
*/
|
|
44472
|
+
odataType?: string | null;
|
|
44473
|
+
}
|
|
44220
44474
|
export type FileStorageContainerStatus = (typeof FileStorageContainerStatusObject)[keyof typeof FileStorageContainerStatusObject];
|
|
44221
44475
|
export interface FileStorageContainerViewpoint extends AdditionalDataHolder, BackedModel, Parsable {
|
|
44222
44476
|
/**
|
|
@@ -45853,6 +46107,10 @@ export interface InternalDomainFederation extends Parsable, SamlOrWsFedProvider
|
|
|
45853
46107
|
* Fallback token signing certificate that can also be used to sign tokens, for example when the primary signing certificate expires. Formatted as Base64 encoded strings of the public portion of the federated IdP's token signing certificate. Needs to be compatible with the X509Certificate2 class. Much like the signingCertificate, the nextSigningCertificate property is used if a rollover is required outside of the auto-rollover update, a new federation service is being set up, or if the new token signing certificate isn't present in the federation properties after the federation service certificate has been updated.
|
|
45854
46108
|
*/
|
|
45855
46109
|
nextSigningCertificate?: string | null;
|
|
46110
|
+
/**
|
|
46111
|
+
* The passwordResetUri property
|
|
46112
|
+
*/
|
|
46113
|
+
passwordResetUri?: string | null;
|
|
45856
46114
|
/**
|
|
45857
46115
|
* Sets the preferred behavior for the sign-in prompt. The possible values are: translateToFreshPasswordAuthentication, nativeSupport, disabled, unknownFutureValue.
|
|
45858
46116
|
*/
|
|
@@ -46120,7 +46378,7 @@ export interface InvitedUserMessageInfo extends AdditionalDataHolder, BackedMode
|
|
|
46120
46378
|
*/
|
|
46121
46379
|
ccRecipients?: Recipient[] | null;
|
|
46122
46380
|
/**
|
|
46123
|
-
* Customized message body you want to send if you don't want the default message.
|
|
46381
|
+
* Customized message body you want to send if you don't want the default message. Only plain text is allowed.
|
|
46124
46382
|
*/
|
|
46125
46383
|
customizedMessageBody?: string | null;
|
|
46126
46384
|
/**
|
|
@@ -47771,7 +48029,7 @@ export interface KeyCredentialConfiguration extends AdditionalDataHolder, Backed
|
|
|
47771
48029
|
*/
|
|
47772
48030
|
backingStoreEnabled?: boolean | null;
|
|
47773
48031
|
/**
|
|
47774
|
-
*
|
|
48032
|
+
* String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.
|
|
47775
48033
|
*/
|
|
47776
48034
|
maxLifetime?: Duration | null;
|
|
47777
48035
|
/**
|
|
@@ -47779,13 +48037,17 @@ export interface KeyCredentialConfiguration extends AdditionalDataHolder, Backed
|
|
|
47779
48037
|
*/
|
|
47780
48038
|
odataType?: string | null;
|
|
47781
48039
|
/**
|
|
47782
|
-
*
|
|
48040
|
+
* Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.
|
|
47783
48041
|
*/
|
|
47784
48042
|
restrictForAppsCreatedAfterDateTime?: Date | null;
|
|
47785
48043
|
/**
|
|
47786
|
-
* The type of restriction being applied. Possible values are asymmetricKeyLifetime, unknownFutureValue. Each value of restrictionType can be used only once per policy.
|
|
48044
|
+
* The type of restriction being applied. Possible values are asymmetricKeyLifetime, and unknownFutureValue. Each value of restrictionType can be used only once per policy.
|
|
47787
48045
|
*/
|
|
47788
48046
|
restrictionType?: AppKeyCredentialRestrictionType | null;
|
|
48047
|
+
/**
|
|
48048
|
+
* The state property
|
|
48049
|
+
*/
|
|
48050
|
+
state?: AppManagementRestrictionState | null;
|
|
47789
48051
|
}
|
|
47790
48052
|
export interface KeyValue extends AdditionalDataHolder, BackedModel, Parsable {
|
|
47791
48053
|
/**
|
|
@@ -52954,7 +53216,7 @@ export interface OmaSettingStringXml extends OmaSetting, Parsable {
|
|
|
52954
53216
|
}
|
|
52955
53217
|
export interface OnAttributeCollectionExternalUsersSelfServiceSignUp extends OnAttributeCollectionHandler, Parsable {
|
|
52956
53218
|
/**
|
|
52957
|
-
* Required. The configuration for how attributes are displayed in the sign
|
|
53219
|
+
* Required. The configuration for how attributes are displayed in the sign-up experience defined by a user flow, like the externalUsersSelfServiceSignupEventsFlow, specifically on the attribute collection page.
|
|
52958
53220
|
*/
|
|
52959
53221
|
attributeCollectionPage?: AuthenticationAttributeCollectionPage | null;
|
|
52960
53222
|
/**
|
|
@@ -53004,7 +53266,7 @@ export interface OnAuthenticationMethodLoadStartHandler extends AdditionalDataHo
|
|
|
53004
53266
|
}
|
|
53005
53267
|
export interface OnAuthenticationMethodLoadStartListener extends AuthenticationEventListener, Parsable {
|
|
53006
53268
|
/**
|
|
53007
|
-
* Required. Configuration for what to invoke if the event resolves to this listener. This lets us define potential handler configurations per-event.
|
|
53269
|
+
* Required. Configuration for what to invoke if the event resolves to this listener. This property lets us define potential handler configurations per-event.
|
|
53008
53270
|
*/
|
|
53009
53271
|
handler?: OnAuthenticationMethodLoadStartHandler | null;
|
|
53010
53272
|
}
|
|
@@ -53363,6 +53625,10 @@ export interface OnlineMeeting extends OnlineMeetingBase, Parsable {
|
|
|
53363
53625
|
* Indicates whether this meeting is a Teams live event.
|
|
53364
53626
|
*/
|
|
53365
53627
|
isBroadcast?: boolean | null;
|
|
53628
|
+
/**
|
|
53629
|
+
* The ID of the meeting template.
|
|
53630
|
+
*/
|
|
53631
|
+
meetingTemplateId?: string | null;
|
|
53366
53632
|
/**
|
|
53367
53633
|
* The participants associated with the online meeting, including the organizer and the attendees.
|
|
53368
53634
|
*/
|
|
@@ -53401,10 +53667,18 @@ export interface OnlineMeetingBase extends Entity, Parsable {
|
|
|
53401
53667
|
* Specifies if participants are allowed to rename themselves in an instance of the meeting.
|
|
53402
53668
|
*/
|
|
53403
53669
|
allowParticipantsToChangeName?: boolean | null;
|
|
53670
|
+
/**
|
|
53671
|
+
* Indicates whether recording is enabled for the meeting.
|
|
53672
|
+
*/
|
|
53673
|
+
allowRecording?: boolean | null;
|
|
53404
53674
|
/**
|
|
53405
53675
|
* Indicates if Teams reactions are enabled for the meeting.
|
|
53406
53676
|
*/
|
|
53407
53677
|
allowTeamworkReactions?: boolean | null;
|
|
53678
|
+
/**
|
|
53679
|
+
* Indicates whether transcription is enabled for the meeting.
|
|
53680
|
+
*/
|
|
53681
|
+
allowTranscription?: boolean | null;
|
|
53408
53682
|
/**
|
|
53409
53683
|
* The attendance reports of an online meeting. Read-only.
|
|
53410
53684
|
*/
|
|
@@ -53417,6 +53691,10 @@ export interface OnlineMeetingBase extends Entity, Parsable {
|
|
|
53417
53691
|
* The chat information associated with this online meeting.
|
|
53418
53692
|
*/
|
|
53419
53693
|
chatInfo?: ChatInfo | null;
|
|
53694
|
+
/**
|
|
53695
|
+
* Specifies the configuration settings for meeting chat restrictions.
|
|
53696
|
+
*/
|
|
53697
|
+
chatRestrictions?: ChatRestrictions | null;
|
|
53420
53698
|
/**
|
|
53421
53699
|
* Indicates whether to announce when callers join or leave.
|
|
53422
53700
|
*/
|
|
@@ -53883,15 +54161,19 @@ export interface OnUserCreateStartListener extends AuthenticationEventListener,
|
|
|
53883
54161
|
}
|
|
53884
54162
|
export interface OpenShift extends ChangeTrackedEntity, Parsable {
|
|
53885
54163
|
/**
|
|
53886
|
-
*
|
|
54164
|
+
* Draft changes in the openShift are only visible to managers until they're shared.
|
|
53887
54165
|
*/
|
|
53888
54166
|
draftOpenShift?: OpenShiftItem | null;
|
|
53889
54167
|
/**
|
|
53890
|
-
*
|
|
54168
|
+
* The openShift is marked for deletion, a process that is finalized when the schedule is shared.
|
|
54169
|
+
*/
|
|
54170
|
+
isStagedForDeletion?: boolean | null;
|
|
54171
|
+
/**
|
|
54172
|
+
* The ID of the schedulingGroup that contains the openShift.
|
|
53891
54173
|
*/
|
|
53892
54174
|
schedulingGroupId?: string | null;
|
|
53893
54175
|
/**
|
|
53894
|
-
*
|
|
54176
|
+
* The shared version of this openShift that is viewable by both employees and managers.
|
|
53895
54177
|
*/
|
|
53896
54178
|
sharedOpenShift?: OpenShiftItem | null;
|
|
53897
54179
|
}
|
|
@@ -54300,7 +54582,7 @@ export interface OrgContact extends DirectoryObject, Parsable {
|
|
|
54300
54582
|
*/
|
|
54301
54583
|
directReports?: DirectoryObject[] | null;
|
|
54302
54584
|
/**
|
|
54303
|
-
* Display name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderby.
|
|
54585
|
+
* Display name for this organizational contact. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderby.
|
|
54304
54586
|
*/
|
|
54305
54587
|
displayName?: string | null;
|
|
54306
54588
|
/**
|
|
@@ -54785,7 +55067,7 @@ export interface PasswordCredentialConfiguration extends AdditionalDataHolder, B
|
|
|
54785
55067
|
*/
|
|
54786
55068
|
backingStoreEnabled?: boolean | null;
|
|
54787
55069
|
/**
|
|
54788
|
-
*
|
|
55070
|
+
* String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.
|
|
54789
55071
|
*/
|
|
54790
55072
|
maxLifetime?: Duration | null;
|
|
54791
55073
|
/**
|
|
@@ -54793,13 +55075,17 @@ export interface PasswordCredentialConfiguration extends AdditionalDataHolder, B
|
|
|
54793
55075
|
*/
|
|
54794
55076
|
odataType?: string | null;
|
|
54795
55077
|
/**
|
|
54796
|
-
*
|
|
55078
|
+
* Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.
|
|
54797
55079
|
*/
|
|
54798
55080
|
restrictForAppsCreatedAfterDateTime?: Date | null;
|
|
54799
55081
|
/**
|
|
54800
|
-
* The type of restriction being applied. The possible values are: passwordAddition, passwordLifetime, symmetricKeyAddition, symmetricKeyLifetime,customPasswordAddition, unknownFutureValue. Each value of restrictionType can be used only once per policy.
|
|
55082
|
+
* The type of restriction being applied. The possible values are: passwordAddition, passwordLifetime, symmetricKeyAddition, symmetricKeyLifetime, customPasswordAddition, and unknownFutureValue. Each value of restrictionType can be used only once per policy.
|
|
54801
55083
|
*/
|
|
54802
55084
|
restrictionType?: AppCredentialRestrictionType | null;
|
|
55085
|
+
/**
|
|
55086
|
+
* The state property
|
|
55087
|
+
*/
|
|
55088
|
+
state?: AppManagementRestrictionState | null;
|
|
54803
55089
|
}
|
|
54804
55090
|
export interface PasswordProfile extends AdditionalDataHolder, BackedModel, Parsable {
|
|
54805
55091
|
/**
|
|
@@ -54949,7 +55235,7 @@ export interface Payload extends Entity, Parsable {
|
|
|
54949
55235
|
*/
|
|
54950
55236
|
status?: SimulationContentStatus | null;
|
|
54951
55237
|
/**
|
|
54952
|
-
* The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant.
|
|
55238
|
+
* The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
|
|
54953
55239
|
*/
|
|
54954
55240
|
technique?: SimulationAttackTechnique | null;
|
|
54955
55241
|
/**
|
|
@@ -55927,7 +56213,7 @@ export interface PlannerPlanContainer extends AdditionalDataHolder, BackedModel,
|
|
|
55927
56213
|
*/
|
|
55928
56214
|
odataType?: string | null;
|
|
55929
56215
|
/**
|
|
55930
|
-
* The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster.
|
|
56216
|
+
* The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster. Optional.
|
|
55931
56217
|
*/
|
|
55932
56218
|
type?: PlannerContainerType | null;
|
|
55933
56219
|
/**
|
|
@@ -57944,7 +58230,7 @@ export interface ProtectionRuleBase extends Entity, Parsable {
|
|
|
57944
58230
|
*/
|
|
57945
58231
|
lastModifiedDateTime?: Date | null;
|
|
57946
58232
|
/**
|
|
57947
|
-
* The status of the protection rule. The possible values are: draft, active, completed, completedWithErrors, unknownFutureValue.
|
|
58233
|
+
* The status of the protection rule. The possible values are: draft, active, completed, completedWithErrors, unknownFutureValue. The draft member is currently unsupported.
|
|
57948
58234
|
*/
|
|
57949
58235
|
status?: ProtectionRuleStatus | null;
|
|
57950
58236
|
}
|
|
@@ -58024,7 +58310,7 @@ export interface ProvisionedPlan extends AdditionalDataHolder, BackedModel, Pars
|
|
|
58024
58310
|
*/
|
|
58025
58311
|
backingStoreEnabled?: boolean | null;
|
|
58026
58312
|
/**
|
|
58027
|
-
*
|
|
58313
|
+
* Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.
|
|
58028
58314
|
*/
|
|
58029
58315
|
capabilityStatus?: string | null;
|
|
58030
58316
|
/**
|
|
@@ -58032,11 +58318,11 @@ export interface ProvisionedPlan extends AdditionalDataHolder, BackedModel, Pars
|
|
|
58032
58318
|
*/
|
|
58033
58319
|
odataType?: string | null;
|
|
58034
58320
|
/**
|
|
58035
|
-
*
|
|
58321
|
+
* The possible values are:Success - Service is fully provisioned.Disabled - Service is disabled.Error - The service plan isn't provisioned and is in an error state.PendingInput - The service isn't provisioned and is awaiting service confirmation.PendingActivation - The service is provisioned but requires explicit activation by an administrator (for example, Intune_O365 service plan)PendingProvisioning - Microsoft has added a new service to the product SKU and it isn't activated in the tenant.
|
|
58036
58322
|
*/
|
|
58037
58323
|
provisioningStatus?: string | null;
|
|
58038
58324
|
/**
|
|
58039
|
-
* The name of the service; for example, 'AccessControlS2S'
|
|
58325
|
+
* The name of the service; for example, 'AccessControlS2S'.
|
|
58040
58326
|
*/
|
|
58041
58327
|
service?: string | null;
|
|
58042
58328
|
}
|
|
@@ -58392,7 +58678,7 @@ export interface Quota extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
58392
58678
|
*/
|
|
58393
58679
|
odataType?: string | null;
|
|
58394
58680
|
/**
|
|
58395
|
-
* Total space remaining before reaching the
|
|
58681
|
+
* Total space remaining before reaching the capacity limit, in bytes. Read-only.
|
|
58396
58682
|
*/
|
|
58397
58683
|
remaining?: number | null;
|
|
58398
58684
|
/**
|
|
@@ -58703,6 +58989,54 @@ export interface RecurrenceRange extends AdditionalDataHolder, BackedModel, Pars
|
|
|
58703
58989
|
type?: RecurrenceRangeType | null;
|
|
58704
58990
|
}
|
|
58705
58991
|
export type RecurrenceRangeType = (typeof RecurrenceRangeTypeObject)[keyof typeof RecurrenceRangeTypeObject];
|
|
58992
|
+
export interface RecycleBin extends BaseItem, Parsable {
|
|
58993
|
+
/**
|
|
58994
|
+
* List of the recycleBinItems deleted by a user.
|
|
58995
|
+
*/
|
|
58996
|
+
items?: RecycleBinItem[] | null;
|
|
58997
|
+
/**
|
|
58998
|
+
* The settings property
|
|
58999
|
+
*/
|
|
59000
|
+
settings?: RecycleBinSettings | null;
|
|
59001
|
+
}
|
|
59002
|
+
export interface RecycleBinItem extends BaseItem, Parsable {
|
|
59003
|
+
/**
|
|
59004
|
+
* Date and time when the item was deleted. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
|
59005
|
+
*/
|
|
59006
|
+
deletedDateTime?: Date | null;
|
|
59007
|
+
/**
|
|
59008
|
+
* Relative URL of the list or folder that originally contained the item.
|
|
59009
|
+
*/
|
|
59010
|
+
deletedFromLocation?: string | null;
|
|
59011
|
+
/**
|
|
59012
|
+
* Size of the item in bytes.
|
|
59013
|
+
*/
|
|
59014
|
+
size?: number | null;
|
|
59015
|
+
}
|
|
59016
|
+
export interface RecycleBinItemCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
59017
|
+
/**
|
|
59018
|
+
* The value property
|
|
59019
|
+
*/
|
|
59020
|
+
value?: RecycleBinItem[] | null;
|
|
59021
|
+
}
|
|
59022
|
+
export interface RecycleBinSettings extends AdditionalDataHolder, BackedModel, Parsable {
|
|
59023
|
+
/**
|
|
59024
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
59025
|
+
*/
|
|
59026
|
+
additionalData?: Record<string, unknown>;
|
|
59027
|
+
/**
|
|
59028
|
+
* Stores model information.
|
|
59029
|
+
*/
|
|
59030
|
+
backingStoreEnabled?: boolean | null;
|
|
59031
|
+
/**
|
|
59032
|
+
* The OdataType property
|
|
59033
|
+
*/
|
|
59034
|
+
odataType?: string | null;
|
|
59035
|
+
/**
|
|
59036
|
+
* Recycle bin retention period override in days for deleted content. The default value is 93; the value range is 7 to 180. The setting applies to newly deleted content only. Setting this property to null reverts to its default value. Read-write.
|
|
59037
|
+
*/
|
|
59038
|
+
retentionPeriodOverrideDays?: number | null;
|
|
59039
|
+
}
|
|
58706
59040
|
export interface RedirectUriSettings extends AdditionalDataHolder, BackedModel, Parsable {
|
|
58707
59041
|
/**
|
|
58708
59042
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -59684,7 +60018,7 @@ export interface RestoreSessionBase extends Entity, Parsable {
|
|
|
59684
60018
|
*/
|
|
59685
60019
|
lastModifiedDateTime?: Date | null;
|
|
59686
60020
|
/**
|
|
59687
|
-
* Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed.
|
|
60021
|
+
* Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.
|
|
59688
60022
|
*/
|
|
59689
60023
|
status?: RestoreSessionStatus | null;
|
|
59690
60024
|
}
|
|
@@ -59900,7 +60234,7 @@ export interface RiskDetection extends Entity, Parsable {
|
|
|
59900
60234
|
*/
|
|
59901
60235
|
requestId?: string | null;
|
|
59902
60236
|
/**
|
|
59903
|
-
* Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, m365DAdminDismissedDetection.
|
|
60237
|
+
* Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userChangedPasswordOnPremises, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, m365DAdminDismissedDetection. Use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: m365DAdminDismissedDetection.
|
|
59904
60238
|
*/
|
|
59905
60239
|
riskDetail?: RiskDetail | null;
|
|
59906
60240
|
/**
|
|
@@ -59955,7 +60289,7 @@ export interface RiskServicePrincipalActivity extends AdditionalDataHolder, Back
|
|
|
59955
60289
|
*/
|
|
59956
60290
|
backingStoreEnabled?: boolean | null;
|
|
59957
60291
|
/**
|
|
59958
|
-
* Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal.
|
|
60292
|
+
* Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
|
|
59959
60293
|
*/
|
|
59960
60294
|
detail?: RiskDetail | null;
|
|
59961
60295
|
/**
|
|
@@ -60012,7 +60346,7 @@ export interface RiskyServicePrincipal extends Entity, Parsable {
|
|
|
60012
60346
|
*/
|
|
60013
60347
|
isProcessing?: boolean | null;
|
|
60014
60348
|
/**
|
|
60015
|
-
* Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal.
|
|
60349
|
+
* Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
|
|
60016
60350
|
*/
|
|
60017
60351
|
riskDetail?: RiskDetail | null;
|
|
60018
60352
|
/**
|
|
@@ -60068,7 +60402,7 @@ export interface RiskyUser extends Entity, Parsable {
|
|
|
60068
60402
|
*/
|
|
60069
60403
|
isProcessing?: boolean | null;
|
|
60070
60404
|
/**
|
|
60071
|
-
* The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.
|
|
60405
|
+
* The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.
|
|
60072
60406
|
*/
|
|
60073
60407
|
riskDetail?: RiskDetail | null;
|
|
60074
60408
|
/**
|
|
@@ -60568,7 +60902,7 @@ export interface Schedule extends Entity, Parsable {
|
|
|
60568
60902
|
*/
|
|
60569
60903
|
timeZone?: string | null;
|
|
60570
60904
|
/**
|
|
60571
|
-
* The
|
|
60905
|
+
* The IDs for the workforce integrations associated with this schedule.
|
|
60572
60906
|
*/
|
|
60573
60907
|
workforceIntegrationIds?: string[] | null;
|
|
60574
60908
|
}
|
|
@@ -61045,7 +61379,7 @@ export interface SearchRequest extends AdditionalDataHolder, BackedModel, Parsab
|
|
|
61045
61379
|
*/
|
|
61046
61380
|
enableTopResults?: boolean | null;
|
|
61047
61381
|
/**
|
|
61048
|
-
* One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark.
|
|
61382
|
+
* One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.
|
|
61049
61383
|
*/
|
|
61050
61384
|
entityTypes?: EntityType[] | null;
|
|
61051
61385
|
/**
|
|
@@ -63572,6 +63906,11 @@ export declare function serializeChatMessageReactionIdentitySet(writer: Serializ
|
|
|
63572
63906
|
* @param writer Serialization writer to use to serialize this model
|
|
63573
63907
|
*/
|
|
63574
63908
|
export declare function serializeChatRenamedEventMessageDetail(writer: SerializationWriter, chatRenamedEventMessageDetail?: Partial<ChatRenamedEventMessageDetail> | undefined | null): void;
|
|
63909
|
+
/**
|
|
63910
|
+
* Serializes information the current object
|
|
63911
|
+
* @param writer Serialization writer to use to serialize this model
|
|
63912
|
+
*/
|
|
63913
|
+
export declare function serializeChatRestrictions(writer: SerializationWriter, chatRestrictions?: Partial<ChatRestrictions> | undefined | null): void;
|
|
63575
63914
|
/**
|
|
63576
63915
|
* Serializes information the current object
|
|
63577
63916
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -63747,6 +64086,11 @@ export declare function serializeCloudPcProvisioningPolicyAssignment(writer: Ser
|
|
|
63747
64086
|
* @param writer Serialization writer to use to serialize this model
|
|
63748
64087
|
*/
|
|
63749
64088
|
export declare function serializeCloudPcProvisioningPolicyAssignmentCollectionResponse(writer: SerializationWriter, cloudPcProvisioningPolicyAssignmentCollectionResponse?: Partial<CloudPcProvisioningPolicyAssignmentCollectionResponse> | undefined | null): void;
|
|
64089
|
+
/**
|
|
64090
|
+
* Serializes information the current object
|
|
64091
|
+
* @param writer Serialization writer to use to serialize this model
|
|
64092
|
+
*/
|
|
64093
|
+
export declare function serializeCloudPcProvisioningPolicyAutopatch(writer: SerializationWriter, cloudPcProvisioningPolicyAutopatch?: Partial<CloudPcProvisioningPolicyAutopatch> | undefined | null): void;
|
|
63750
64094
|
/**
|
|
63751
64095
|
* Serializes information the current object
|
|
63752
64096
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -63927,6 +64271,11 @@ export declare function serializeConditionalAccessAllExternalTenants(writer: Ser
|
|
|
63927
64271
|
* @param writer Serialization writer to use to serialize this model
|
|
63928
64272
|
*/
|
|
63929
64273
|
export declare function serializeConditionalAccessApplications(writer: SerializationWriter, conditionalAccessApplications?: Partial<ConditionalAccessApplications> | undefined | null): void;
|
|
64274
|
+
/**
|
|
64275
|
+
* Serializes information the current object
|
|
64276
|
+
* @param writer Serialization writer to use to serialize this model
|
|
64277
|
+
*/
|
|
64278
|
+
export declare function serializeConditionalAccessAuthenticationFlows(writer: SerializationWriter, conditionalAccessAuthenticationFlows?: Partial<ConditionalAccessAuthenticationFlows> | undefined | null): void;
|
|
63930
64279
|
/**
|
|
63931
64280
|
* Serializes information the current object
|
|
63932
64281
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -65902,6 +66251,11 @@ export declare function serializeFileStorageContainerCollectionResponse(writer:
|
|
|
65902
66251
|
* @param writer Serialization writer to use to serialize this model
|
|
65903
66252
|
*/
|
|
65904
66253
|
export declare function serializeFileStorageContainerCustomPropertyDictionary(writer: SerializationWriter, fileStorageContainerCustomPropertyDictionary?: Partial<FileStorageContainerCustomPropertyDictionary> | undefined | null): void;
|
|
66254
|
+
/**
|
|
66255
|
+
* Serializes information the current object
|
|
66256
|
+
* @param writer Serialization writer to use to serialize this model
|
|
66257
|
+
*/
|
|
66258
|
+
export declare function serializeFileStorageContainerSettings(writer: SerializationWriter, fileStorageContainerSettings?: Partial<FileStorageContainerSettings> | undefined | null): void;
|
|
65905
66259
|
/**
|
|
65906
66260
|
* Serializes information the current object
|
|
65907
66261
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -69152,6 +69506,26 @@ export declare function serializeRecurrencePattern(writer: SerializationWriter,
|
|
|
69152
69506
|
* @param writer Serialization writer to use to serialize this model
|
|
69153
69507
|
*/
|
|
69154
69508
|
export declare function serializeRecurrenceRange(writer: SerializationWriter, recurrenceRange?: Partial<RecurrenceRange> | undefined | null): void;
|
|
69509
|
+
/**
|
|
69510
|
+
* Serializes information the current object
|
|
69511
|
+
* @param writer Serialization writer to use to serialize this model
|
|
69512
|
+
*/
|
|
69513
|
+
export declare function serializeRecycleBin(writer: SerializationWriter, recycleBin?: Partial<RecycleBin> | undefined | null): void;
|
|
69514
|
+
/**
|
|
69515
|
+
* Serializes information the current object
|
|
69516
|
+
* @param writer Serialization writer to use to serialize this model
|
|
69517
|
+
*/
|
|
69518
|
+
export declare function serializeRecycleBinItem(writer: SerializationWriter, recycleBinItem?: Partial<RecycleBinItem> | undefined | null): void;
|
|
69519
|
+
/**
|
|
69520
|
+
* Serializes information the current object
|
|
69521
|
+
* @param writer Serialization writer to use to serialize this model
|
|
69522
|
+
*/
|
|
69523
|
+
export declare function serializeRecycleBinItemCollectionResponse(writer: SerializationWriter, recycleBinItemCollectionResponse?: Partial<RecycleBinItemCollectionResponse> | undefined | null): void;
|
|
69524
|
+
/**
|
|
69525
|
+
* Serializes information the current object
|
|
69526
|
+
* @param writer Serialization writer to use to serialize this model
|
|
69527
|
+
*/
|
|
69528
|
+
export declare function serializeRecycleBinSettings(writer: SerializationWriter, recycleBinSettings?: Partial<RecycleBinSettings> | undefined | null): void;
|
|
69155
69529
|
/**
|
|
69156
69530
|
* Serializes information the current object
|
|
69157
69531
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -71972,6 +72346,16 @@ export declare function serializeVirtualEvent(writer: SerializationWriter, virtu
|
|
|
71972
72346
|
* @param writer Serialization writer to use to serialize this model
|
|
71973
72347
|
*/
|
|
71974
72348
|
export declare function serializeVirtualEventCollectionResponse(writer: SerializationWriter, virtualEventCollectionResponse?: Partial<VirtualEventCollectionResponse> | undefined | null): void;
|
|
72349
|
+
/**
|
|
72350
|
+
* Serializes information the current object
|
|
72351
|
+
* @param writer Serialization writer to use to serialize this model
|
|
72352
|
+
*/
|
|
72353
|
+
export declare function serializeVirtualEventExternalInformation(writer: SerializationWriter, virtualEventExternalInformation?: Partial<VirtualEventExternalInformation> | undefined | null): void;
|
|
72354
|
+
/**
|
|
72355
|
+
* Serializes information the current object
|
|
72356
|
+
* @param writer Serialization writer to use to serialize this model
|
|
72357
|
+
*/
|
|
72358
|
+
export declare function serializeVirtualEventExternalRegistrationInformation(writer: SerializationWriter, virtualEventExternalRegistrationInformation?: Partial<VirtualEventExternalRegistrationInformation> | undefined | null): void;
|
|
71975
72359
|
/**
|
|
71976
72360
|
* Serializes information the current object
|
|
71977
72361
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -72157,6 +72541,11 @@ export declare function serializeWin32LobApp(writer: SerializationWriter, win32L
|
|
|
72157
72541
|
* @param writer Serialization writer to use to serialize this model
|
|
72158
72542
|
*/
|
|
72159
72543
|
export declare function serializeWin32LobAppAssignmentSettings(writer: SerializationWriter, win32LobAppAssignmentSettings?: Partial<Win32LobAppAssignmentSettings> | undefined | null): void;
|
|
72544
|
+
/**
|
|
72545
|
+
* Serializes information the current object
|
|
72546
|
+
* @param writer Serialization writer to use to serialize this model
|
|
72547
|
+
*/
|
|
72548
|
+
export declare function serializeWin32LobAppAutoUpdateSettings(writer: SerializationWriter, win32LobAppAutoUpdateSettings?: Partial<Win32LobAppAutoUpdateSettings> | undefined | null): void;
|
|
72160
72549
|
/**
|
|
72161
72550
|
* Serializes information the current object
|
|
72162
72551
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -72942,6 +73331,11 @@ export declare function serializeX509CertificateAuthenticationModeConfiguration(
|
|
|
72942
73331
|
* @param writer Serialization writer to use to serialize this model
|
|
72943
73332
|
*/
|
|
72944
73333
|
export declare function serializeX509CertificateCombinationConfiguration(writer: SerializationWriter, x509CertificateCombinationConfiguration?: Partial<X509CertificateCombinationConfiguration> | undefined | null): void;
|
|
73334
|
+
/**
|
|
73335
|
+
* Serializes information the current object
|
|
73336
|
+
* @param writer Serialization writer to use to serialize this model
|
|
73337
|
+
*/
|
|
73338
|
+
export declare function serializeX509CertificateCRLValidationConfiguration(writer: SerializationWriter, x509CertificateCRLValidationConfiguration?: Partial<X509CertificateCRLValidationConfiguration> | undefined | null): void;
|
|
72945
73339
|
/**
|
|
72946
73340
|
* Serializes information the current object
|
|
72947
73341
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -73226,7 +73620,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
|
|
|
73226
73620
|
*/
|
|
73227
73621
|
appDescription?: string | null;
|
|
73228
73622
|
/**
|
|
73229
|
-
* The display name exposed by the associated application.
|
|
73623
|
+
* The display name exposed by the associated application. Maximum length is 256 characters.
|
|
73230
73624
|
*/
|
|
73231
73625
|
appDisplayName?: string | null;
|
|
73232
73626
|
/**
|
|
@@ -73466,7 +73860,7 @@ export interface ServicePrincipalLockConfiguration extends AdditionalDataHolder,
|
|
|
73466
73860
|
}
|
|
73467
73861
|
export interface ServicePrincipalRiskDetection extends Entity, Parsable {
|
|
73468
73862
|
/**
|
|
73469
|
-
* Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal.
|
|
73863
|
+
* Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: servicePrincipal.
|
|
73470
73864
|
*/
|
|
73471
73865
|
activity?: ActivityType | null;
|
|
73472
73866
|
/**
|
|
@@ -73514,7 +73908,7 @@ export interface ServicePrincipalRiskDetection extends Entity, Parsable {
|
|
|
73514
73908
|
*/
|
|
73515
73909
|
requestId?: string | null;
|
|
73516
73910
|
/**
|
|
73517
|
-
* Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal.
|
|
73911
|
+
* Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
|
|
73518
73912
|
*/
|
|
73519
73913
|
riskDetail?: RiskDetail | null;
|
|
73520
73914
|
/**
|
|
@@ -74390,9 +74784,13 @@ export interface SharingLink extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
74390
74784
|
}
|
|
74391
74785
|
export interface Shift extends ChangeTrackedEntity, Parsable {
|
|
74392
74786
|
/**
|
|
74393
|
-
* Draft changes in the shift. Draft changes are only visible to managers. The changes are visible to employees when they
|
|
74787
|
+
* Draft changes in the shift. Draft changes are only visible to managers. The changes are visible to employees when they're shared, which copies the changes from the draftShift to the sharedShift property.
|
|
74394
74788
|
*/
|
|
74395
74789
|
draftShift?: ShiftItem | null;
|
|
74790
|
+
/**
|
|
74791
|
+
* The shift is marked for deletion, a process that is finalized when the schedule is shared.
|
|
74792
|
+
*/
|
|
74793
|
+
isStagedForDeletion?: boolean | null;
|
|
74396
74794
|
/**
|
|
74397
74795
|
* ID of the scheduling group the shift is part of. Required.
|
|
74398
74796
|
*/
|
|
@@ -74424,7 +74822,7 @@ export interface ShiftActivity extends AdditionalDataHolder, BackedModel, Parsab
|
|
|
74424
74822
|
*/
|
|
74425
74823
|
displayName?: string | null;
|
|
74426
74824
|
/**
|
|
74427
|
-
* The end date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC
|
|
74825
|
+
* The end date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.
|
|
74428
74826
|
*/
|
|
74429
74827
|
endDateTime?: Date | null;
|
|
74430
74828
|
/**
|
|
@@ -74436,7 +74834,7 @@ export interface ShiftActivity extends AdditionalDataHolder, BackedModel, Parsab
|
|
|
74436
74834
|
*/
|
|
74437
74835
|
odataType?: string | null;
|
|
74438
74836
|
/**
|
|
74439
|
-
* The start date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC
|
|
74837
|
+
* The start date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.
|
|
74440
74838
|
*/
|
|
74441
74839
|
startDateTime?: Date | null;
|
|
74442
74840
|
/**
|
|
@@ -74506,7 +74904,7 @@ export interface SignIn extends Entity, Parsable {
|
|
|
74506
74904
|
*/
|
|
74507
74905
|
appId?: string | null;
|
|
74508
74906
|
/**
|
|
74509
|
-
* Provides a list of conditional access policies that the corresponding sign-in activity triggers. Apps need more Conditional Access-related privileges to read the details of this property. For more information, see
|
|
74907
|
+
* Provides a list of conditional access policies that the corresponding sign-in activity triggers. Apps need more Conditional Access-related privileges to read the details of this property. For more information, see Permissions for viewing applied conditional access (CA) policies in sign-ins.
|
|
74510
74908
|
*/
|
|
74511
74909
|
appliedConditionalAccessPolicies?: AppliedConditionalAccessPolicy[] | null;
|
|
74512
74910
|
/**
|
|
@@ -74550,7 +74948,7 @@ export interface SignIn extends Entity, Parsable {
|
|
|
74550
74948
|
*/
|
|
74551
74949
|
resourceId?: string | null;
|
|
74552
74950
|
/**
|
|
74553
|
-
* The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.
|
|
74951
|
+
* The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection did not flag the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.
|
|
74554
74952
|
*/
|
|
74555
74953
|
riskDetail?: RiskDetail | null;
|
|
74556
74954
|
/**
|
|
@@ -74736,7 +75134,7 @@ export interface SignInStatus extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
74736
75134
|
export type SignInUserType = (typeof SignInUserTypeObject)[keyof typeof SignInUserTypeObject];
|
|
74737
75135
|
export interface Simulation extends Entity, Parsable {
|
|
74738
75136
|
/**
|
|
74739
|
-
* The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant.
|
|
75137
|
+
* The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
|
|
74740
75138
|
*/
|
|
74741
75139
|
attackTechnique?: SimulationAttackTechnique | null;
|
|
74742
75140
|
/**
|
|
@@ -75186,6 +75584,7 @@ export interface SiteCollectionResponse extends BaseCollectionPaginationCountRes
|
|
|
75186
75584
|
*/
|
|
75187
75585
|
value?: Site[] | null;
|
|
75188
75586
|
}
|
|
75587
|
+
export type SiteLockState = (typeof SiteLockStateObject)[keyof typeof SiteLockStateObject];
|
|
75189
75588
|
export interface SitePage extends BaseSitePage, Parsable {
|
|
75190
75589
|
/**
|
|
75191
75590
|
* Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.
|
|
@@ -75963,7 +76362,7 @@ export interface SubjectRightsRequestHistory extends AdditionalDataHolder, Backe
|
|
|
75963
76362
|
*/
|
|
75964
76363
|
odataType?: string | null;
|
|
75965
76364
|
/**
|
|
75966
|
-
* The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval.
|
|
76365
|
+
* The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: approval.
|
|
75967
76366
|
*/
|
|
75968
76367
|
stage?: SubjectRightsRequestStage | null;
|
|
75969
76368
|
/**
|
|
@@ -76022,7 +76421,7 @@ export interface SubjectRightsRequestStageDetail extends AdditionalDataHolder, B
|
|
|
76022
76421
|
*/
|
|
76023
76422
|
odataType?: string | null;
|
|
76024
76423
|
/**
|
|
76025
|
-
* The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval.
|
|
76424
|
+
* The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: approval.
|
|
76026
76425
|
*/
|
|
76027
76426
|
stage?: SubjectRightsRequestStage | null;
|
|
76028
76427
|
/**
|
|
@@ -76879,7 +77278,7 @@ export interface Team extends Entity, Parsable {
|
|
|
76879
77278
|
*/
|
|
76880
77279
|
channels?: Channel[] | null;
|
|
76881
77280
|
/**
|
|
76882
|
-
* An optional label. Typically describes the data or business sensitivity of the team. Must match one of a
|
|
77281
|
+
* An optional label. Typically describes the data or business sensitivity of the team. Must match one of a preconfigured set in the tenant's directory.
|
|
76883
77282
|
*/
|
|
76884
77283
|
classification?: string | null;
|
|
76885
77284
|
/**
|
|
@@ -76887,7 +77286,7 @@ export interface Team extends Entity, Parsable {
|
|
|
76887
77286
|
*/
|
|
76888
77287
|
createdDateTime?: Date | null;
|
|
76889
77288
|
/**
|
|
76890
|
-
* An optional description for the team. Maximum length:
|
|
77289
|
+
* An optional description for the team. Maximum length: 1,024 characters.
|
|
76891
77290
|
*/
|
|
76892
77291
|
description?: string | null;
|
|
76893
77292
|
/**
|
|
@@ -76915,7 +77314,7 @@ export interface Team extends Entity, Parsable {
|
|
|
76915
77314
|
*/
|
|
76916
77315
|
installedApps?: TeamsAppInstallation[] | null;
|
|
76917
77316
|
/**
|
|
76918
|
-
* A unique ID for the team that
|
|
77317
|
+
* A unique ID for the team that was used in a few places such as the audit log/Office 365 Management Activity API.
|
|
76919
77318
|
*/
|
|
76920
77319
|
internalId?: string | null;
|
|
76921
77320
|
/**
|
|
@@ -76955,7 +77354,7 @@ export interface Team extends Entity, Parsable {
|
|
|
76955
77354
|
*/
|
|
76956
77355
|
schedule?: Schedule | null;
|
|
76957
77356
|
/**
|
|
76958
|
-
* Optional. Indicates whether the team is intended for a particular use case.
|
|
77357
|
+
* Optional. Indicates whether the team is intended for a particular use case. Each team specialization has access to unique behaviors and experiences targeted to its use case.
|
|
76959
77358
|
*/
|
|
76960
77359
|
specialization?: TeamSpecialization | null;
|
|
76961
77360
|
/**
|
|
@@ -76979,7 +77378,7 @@ export interface Team extends Entity, Parsable {
|
|
|
76979
77378
|
*/
|
|
76980
77379
|
visibility?: TeamVisibilityType | null;
|
|
76981
77380
|
/**
|
|
76982
|
-
* A hyperlink that
|
|
77381
|
+
* A hyperlink that goes to the team in the Microsoft Teams client. You get this URL when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.
|
|
76983
77382
|
*/
|
|
76984
77383
|
webUrl?: string | null;
|
|
76985
77384
|
}
|
|
@@ -77236,6 +77635,10 @@ export interface TeamsAppAuthorization extends AdditionalDataHolder, BackedModel
|
|
|
77236
77635
|
* Stores model information.
|
|
77237
77636
|
*/
|
|
77238
77637
|
backingStoreEnabled?: boolean | null;
|
|
77638
|
+
/**
|
|
77639
|
+
* The registration ID of the Microsoft Entra app ID associated with the teamsApp.
|
|
77640
|
+
*/
|
|
77641
|
+
clientAppId?: string | null;
|
|
77239
77642
|
/**
|
|
77240
77643
|
* The OdataType property
|
|
77241
77644
|
*/
|
|
@@ -77277,7 +77680,7 @@ export interface TeamsAppDefinition extends Entity, Parsable {
|
|
|
77277
77680
|
*/
|
|
77278
77681
|
lastModifiedDateTime?: Date | null;
|
|
77279
77682
|
/**
|
|
77280
|
-
* The published status of a specific version of a Teams app. Possible values are:submitted—The specific version of the Teams app
|
|
77683
|
+
* The published status of a specific version of a Teams app. Possible values are:submitted—The specific version of the Teams app was submitted and is under review.published—The request to publish the specific version of the Teams app was approved by the admin and the app is published.rejected—The admin rejected the request to publish the specific version of the Teams app.
|
|
77281
77684
|
*/
|
|
77282
77685
|
publishingState?: TeamsAppPublishingState | null;
|
|
77283
77686
|
/**
|
|
@@ -78466,9 +78869,13 @@ export interface TimeConstraint extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
78466
78869
|
}
|
|
78467
78870
|
export interface TimeOff extends ChangeTrackedEntity, Parsable {
|
|
78468
78871
|
/**
|
|
78469
|
-
* The draft version of this timeOff item that is viewable by managers. It must be shared before it
|
|
78872
|
+
* The draft version of this timeOff item that is viewable by managers. It must be shared before it's visible to team members. Required.
|
|
78470
78873
|
*/
|
|
78471
78874
|
draftTimeOff?: TimeOffItem | null;
|
|
78875
|
+
/**
|
|
78876
|
+
* The timeOff is marked for deletion, a process that is finalized when the schedule is shared.
|
|
78877
|
+
*/
|
|
78878
|
+
isStagedForDeletion?: boolean | null;
|
|
78472
78879
|
/**
|
|
78473
78880
|
* The shared version of this timeOff that is viewable by both employees and managers. Updates to the sharedTimeOff property send notifications to users in the Teams client. Required.
|
|
78474
78881
|
*/
|
|
@@ -80242,7 +80649,7 @@ export interface User extends DirectoryObject, Parsable {
|
|
|
80242
80649
|
*/
|
|
80243
80650
|
lastPasswordChangeDateTime?: Date | null;
|
|
80244
80651
|
/**
|
|
80245
|
-
* Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select.
|
|
80652
|
+
* Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select.
|
|
80246
80653
|
*/
|
|
80247
80654
|
legalAgeGroupClassification?: string | null;
|
|
80248
80655
|
/**
|
|
@@ -80354,7 +80761,7 @@ export interface User extends DirectoryObject, Parsable {
|
|
|
80354
80761
|
*/
|
|
80355
80762
|
onPremisesUserPrincipalName?: string | null;
|
|
80356
80763
|
/**
|
|
80357
|
-
* A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property can't contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0).
|
|
80764
|
+
* A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0).
|
|
80358
80765
|
*/
|
|
80359
80766
|
otherMails?: string[] | null;
|
|
80360
80767
|
/**
|
|
@@ -80374,7 +80781,7 @@ export interface User extends DirectoryObject, Parsable {
|
|
|
80374
80781
|
*/
|
|
80375
80782
|
passwordPolicies?: string | null;
|
|
80376
80783
|
/**
|
|
80377
|
-
* Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). To update this property: In delegated
|
|
80784
|
+
* Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). To update this property: User-PasswordProfile.ReadWrite.All is the least privileged permission to update this property. In delegated scenarios, the User Administrator Microsoft Entra role is the least privileged admin role supported to update this property for nonadmin users. Privileged Authentication Administrator is the least privileged role that's allowed to update this property for all administrators in the tenant. In general, the signed-in user must have a higher privileged administrator role as indicated in Who can reset passwords. In app-only scenarios, the calling app must be assigned a supported permission and at least the User Administrator Microsoft Entra role.
|
|
80378
80785
|
*/
|
|
80379
80786
|
passwordProfile?: PasswordProfile | null;
|
|
80380
80787
|
/**
|
|
@@ -82471,7 +82878,7 @@ export interface UserTeamwork extends Entity, Parsable {
|
|
|
82471
82878
|
*/
|
|
82472
82879
|
installedApps?: UserScopeTeamsAppInstallation[] | null;
|
|
82473
82880
|
/**
|
|
82474
|
-
* Represents the location that a user selected in Microsoft Teams and doesn't follow the Office's locale setting. A user
|
|
82881
|
+
* Represents the location that a user selected in Microsoft Teams and doesn't follow the Office's locale setting. A user's locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.
|
|
82475
82882
|
*/
|
|
82476
82883
|
locale?: string | null;
|
|
82477
82884
|
/**
|
|
@@ -82750,6 +83157,10 @@ export interface VirtualEvent extends Entity, Parsable {
|
|
|
82750
83157
|
* The 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.
|
|
82751
83158
|
*/
|
|
82752
83159
|
endDateTime?: DateTimeTimeZone | null;
|
|
83160
|
+
/**
|
|
83161
|
+
* The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null.
|
|
83162
|
+
*/
|
|
83163
|
+
externalEventInformation?: VirtualEventExternalInformation[] | null;
|
|
82753
83164
|
/**
|
|
82754
83165
|
* The virtual event presenters.
|
|
82755
83166
|
*/
|
|
@@ -82778,6 +83189,50 @@ export interface VirtualEventCollectionResponse extends BaseCollectionPagination
|
|
|
82778
83189
|
*/
|
|
82779
83190
|
value?: VirtualEvent[] | null;
|
|
82780
83191
|
}
|
|
83192
|
+
export interface VirtualEventExternalInformation extends AdditionalDataHolder, BackedModel, Parsable {
|
|
83193
|
+
/**
|
|
83194
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
83195
|
+
*/
|
|
83196
|
+
additionalData?: Record<string, unknown>;
|
|
83197
|
+
/**
|
|
83198
|
+
* Identifier of the application that hosts the externalEventId. Read-only.
|
|
83199
|
+
*/
|
|
83200
|
+
applicationId?: string | null;
|
|
83201
|
+
/**
|
|
83202
|
+
* Stores model information.
|
|
83203
|
+
*/
|
|
83204
|
+
backingStoreEnabled?: boolean | null;
|
|
83205
|
+
/**
|
|
83206
|
+
* The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters.
|
|
83207
|
+
*/
|
|
83208
|
+
externalEventId?: string | null;
|
|
83209
|
+
/**
|
|
83210
|
+
* The OdataType property
|
|
83211
|
+
*/
|
|
83212
|
+
odataType?: string | null;
|
|
83213
|
+
}
|
|
83214
|
+
export interface VirtualEventExternalRegistrationInformation extends AdditionalDataHolder, BackedModel, Parsable {
|
|
83215
|
+
/**
|
|
83216
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
83217
|
+
*/
|
|
83218
|
+
additionalData?: Record<string, unknown>;
|
|
83219
|
+
/**
|
|
83220
|
+
* Stores model information.
|
|
83221
|
+
*/
|
|
83222
|
+
backingStoreEnabled?: boolean | null;
|
|
83223
|
+
/**
|
|
83224
|
+
* The OdataType property
|
|
83225
|
+
*/
|
|
83226
|
+
odataType?: string | null;
|
|
83227
|
+
/**
|
|
83228
|
+
* A URL or string that represents the location from which the registrant registered. Optional.
|
|
83229
|
+
*/
|
|
83230
|
+
referrer?: string | null;
|
|
83231
|
+
/**
|
|
83232
|
+
* The identifier for a virtualEventExternalRegistrationInformation object. Optional. If set, the maximum supported length is 256 characters.
|
|
83233
|
+
*/
|
|
83234
|
+
registrationId?: string | null;
|
|
83235
|
+
}
|
|
82781
83236
|
export interface VirtualEventPresenter extends Entity, Parsable {
|
|
82782
83237
|
/**
|
|
82783
83238
|
* Email address of the presenter.
|
|
@@ -82855,6 +83310,10 @@ export interface VirtualEventRegistration extends Entity, Parsable {
|
|
|
82855
83310
|
* Email address of the registrant.
|
|
82856
83311
|
*/
|
|
82857
83312
|
email?: string | null;
|
|
83313
|
+
/**
|
|
83314
|
+
* The external information for a virtual event registration.
|
|
83315
|
+
*/
|
|
83316
|
+
externalRegistrationInformation?: VirtualEventExternalRegistrationInformation | null;
|
|
82858
83317
|
/**
|
|
82859
83318
|
* First name of the registrant.
|
|
82860
83319
|
*/
|
|
@@ -83477,6 +83936,10 @@ export interface Win32LobApp extends MobileLobApp, Parsable {
|
|
|
83477
83936
|
* Contains properties used to assign an Win32 LOB mobile app to a group.
|
|
83478
83937
|
*/
|
|
83479
83938
|
export interface Win32LobAppAssignmentSettings extends MobileAppAssignmentSettings, Parsable {
|
|
83939
|
+
/**
|
|
83940
|
+
* The auto-update settings to apply for this app assignment.
|
|
83941
|
+
*/
|
|
83942
|
+
autoUpdateSettings?: Win32LobAppAutoUpdateSettings | null;
|
|
83480
83943
|
/**
|
|
83481
83944
|
* Contains value for delivery optimization priority.
|
|
83482
83945
|
*/
|
|
@@ -83494,6 +83957,27 @@ export interface Win32LobAppAssignmentSettings extends MobileAppAssignmentSettin
|
|
|
83494
83957
|
*/
|
|
83495
83958
|
restartSettings?: Win32LobAppRestartSettings | null;
|
|
83496
83959
|
}
|
|
83960
|
+
/**
|
|
83961
|
+
* Contains properties used to perform the auto-update of an application.
|
|
83962
|
+
*/
|
|
83963
|
+
export interface Win32LobAppAutoUpdateSettings extends AdditionalDataHolder, BackedModel, Parsable {
|
|
83964
|
+
/**
|
|
83965
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
83966
|
+
*/
|
|
83967
|
+
additionalData?: Record<string, unknown>;
|
|
83968
|
+
/**
|
|
83969
|
+
* Contains value for auto-update superseded apps.
|
|
83970
|
+
*/
|
|
83971
|
+
autoUpdateSupersededAppsState?: Win32LobAutoUpdateSupersededAppsState | null;
|
|
83972
|
+
/**
|
|
83973
|
+
* Stores model information.
|
|
83974
|
+
*/
|
|
83975
|
+
backingStoreEnabled?: boolean | null;
|
|
83976
|
+
/**
|
|
83977
|
+
* The OdataType property
|
|
83978
|
+
*/
|
|
83979
|
+
odataType?: string | null;
|
|
83980
|
+
}
|
|
83497
83981
|
export interface Win32LobAppCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
83498
83982
|
/**
|
|
83499
83983
|
* The value property
|
|
@@ -83767,6 +84251,7 @@ export interface Win32LobAppRule extends AdditionalDataHolder, BackedModel, Pars
|
|
|
83767
84251
|
}
|
|
83768
84252
|
export type Win32LobAppRuleOperator = (typeof Win32LobAppRuleOperatorObject)[keyof typeof Win32LobAppRuleOperatorObject];
|
|
83769
84253
|
export type Win32LobAppRuleType = (typeof Win32LobAppRuleTypeObject)[keyof typeof Win32LobAppRuleTypeObject];
|
|
84254
|
+
export type Win32LobAutoUpdateSupersededAppsState = (typeof Win32LobAutoUpdateSupersededAppsStateObject)[keyof typeof Win32LobAutoUpdateSupersededAppsStateObject];
|
|
83770
84255
|
/**
|
|
83771
84256
|
* This class contains compliance settings for Windows 10.
|
|
83772
84257
|
*/
|
|
@@ -88065,13 +88550,17 @@ export interface WorkbookWorksheetProtectionOptions extends AdditionalDataHolder
|
|
|
88065
88550
|
}
|
|
88066
88551
|
export interface WorkforceIntegration extends ChangeTrackedEntity, Parsable {
|
|
88067
88552
|
/**
|
|
88068
|
-
* API version for the
|
|
88553
|
+
* API version for the callback URL. Start with 1.
|
|
88069
88554
|
*/
|
|
88070
88555
|
apiVersion?: number | null;
|
|
88071
88556
|
/**
|
|
88072
88557
|
* Name of the workforce integration.
|
|
88073
88558
|
*/
|
|
88074
88559
|
displayName?: string | null;
|
|
88560
|
+
/**
|
|
88561
|
+
* Support to view eligibility-filtered results. Possible values are: none, swapRequest, offerShiftRequest, unknownFutureValue, timeOffReason. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: timeOffReason.
|
|
88562
|
+
*/
|
|
88563
|
+
eligibilityFilteringEnabledEntities?: EligibilityFilteringEnabledEntities[] | null;
|
|
88075
88564
|
/**
|
|
88076
88565
|
* The workforce integration encryption resource.
|
|
88077
88566
|
*/
|
|
@@ -88081,7 +88570,7 @@ export interface WorkforceIntegration extends ChangeTrackedEntity, Parsable {
|
|
|
88081
88570
|
*/
|
|
88082
88571
|
isActive?: boolean | null;
|
|
88083
88572
|
/**
|
|
88084
|
-
* The Shifts entities supported for synchronous change notifications. Shifts
|
|
88573
|
+
* The Shifts entities supported for synchronous change notifications. Shifts call back to the provided URL when client changes occur to the entities specified in this property. By default, no entities are supported for change notifications. Possible values are: none, shift, swapRequest, userShiftPreferences, openShift, openShiftRequest, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard , timeOffReason , timeOff , timeOffRequest.
|
|
88085
88574
|
*/
|
|
88086
88575
|
supportedEntities?: WorkforceIntegrationSupportedEntities[] | null;
|
|
88087
88576
|
/**
|
|
@@ -88161,6 +88650,10 @@ export interface X509CertificateAuthenticationMethodConfiguration extends Authen
|
|
|
88161
88650
|
* Defines fields in the X.509 certificate that map to attributes of the Microsoft Entra user object in order to bind the certificate to the user. The priority of the object determines the order in which the binding is carried out. The first binding that matches will be used and the rest ignored.
|
|
88162
88651
|
*/
|
|
88163
88652
|
certificateUserBindings?: X509CertificateUserBinding[] | null;
|
|
88653
|
+
/**
|
|
88654
|
+
* The crlValidationConfiguration property
|
|
88655
|
+
*/
|
|
88656
|
+
crlValidationConfiguration?: X509CertificateCRLValidationConfiguration | null;
|
|
88164
88657
|
/**
|
|
88165
88658
|
* A collection of groups that are enabled to use the authentication method.
|
|
88166
88659
|
*/
|
|
@@ -88203,6 +88696,29 @@ export interface X509CertificateCombinationConfiguration extends AuthenticationC
|
|
|
88203
88696
|
*/
|
|
88204
88697
|
allowedPolicyOIDs?: string[] | null;
|
|
88205
88698
|
}
|
|
88699
|
+
export interface X509CertificateCRLValidationConfiguration extends AdditionalDataHolder, BackedModel, Parsable {
|
|
88700
|
+
/**
|
|
88701
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
88702
|
+
*/
|
|
88703
|
+
additionalData?: Record<string, unknown>;
|
|
88704
|
+
/**
|
|
88705
|
+
* Stores model information.
|
|
88706
|
+
*/
|
|
88707
|
+
backingStoreEnabled?: boolean | null;
|
|
88708
|
+
/**
|
|
88709
|
+
* The exemptedCertificateAuthoritiesSubjectKeyIdentifiers property
|
|
88710
|
+
*/
|
|
88711
|
+
exemptedCertificateAuthoritiesSubjectKeyIdentifiers?: string[] | null;
|
|
88712
|
+
/**
|
|
88713
|
+
* The OdataType property
|
|
88714
|
+
*/
|
|
88715
|
+
odataType?: string | null;
|
|
88716
|
+
/**
|
|
88717
|
+
* The state property
|
|
88718
|
+
*/
|
|
88719
|
+
state?: X509CertificateCRLValidationConfigurationState | null;
|
|
88720
|
+
}
|
|
88721
|
+
export type X509CertificateCRLValidationConfigurationState = (typeof X509CertificateCRLValidationConfigurationStateObject)[keyof typeof X509CertificateCRLValidationConfigurationStateObject];
|
|
88206
88722
|
export interface X509CertificateRule extends AdditionalDataHolder, BackedModel, Parsable {
|
|
88207
88723
|
/**
|
|
88208
88724
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -88630,6 +89146,11 @@ export declare const AppLogUploadStateObject: {
|
|
|
88630
89146
|
/** Evolvable enumeration sentinel value. Do not use. */
|
|
88631
89147
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
88632
89148
|
};
|
|
89149
|
+
export declare const AppManagementRestrictionStateObject: {
|
|
89150
|
+
readonly Enabled: "enabled";
|
|
89151
|
+
readonly Disabled: "disabled";
|
|
89152
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
89153
|
+
};
|
|
88633
89154
|
export declare const AppsUpdateChannelTypeObject: {
|
|
88634
89155
|
readonly Current: "current";
|
|
88635
89156
|
readonly MonthlyEnterprise: "monthlyEnterprise";
|
|
@@ -89522,6 +90043,12 @@ export declare const ConditionalAccessStatusObject: {
|
|
|
89522
90043
|
readonly NotApplied: "notApplied";
|
|
89523
90044
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
89524
90045
|
};
|
|
90046
|
+
export declare const ConditionalAccessTransferMethodsObject: {
|
|
90047
|
+
readonly None: "none";
|
|
90048
|
+
readonly DeviceCodeFlow: "deviceCodeFlow";
|
|
90049
|
+
readonly AuthenticationTransfer: "authenticationTransfer";
|
|
90050
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
90051
|
+
};
|
|
89525
90052
|
export declare const ConnectedOrganizationStateObject: {
|
|
89526
90053
|
readonly Configured: "configured";
|
|
89527
90054
|
readonly Proposed: "proposed";
|
|
@@ -89828,21 +90355,21 @@ export declare const DeviceEnrollmentTypeObject: {
|
|
|
89828
90355
|
readonly AppleBulkWithUser: "appleBulkWithUser";
|
|
89829
90356
|
/** Apple bulk enrollment without user challenge. (DEP, Apple Configurator, Mobile Config) */
|
|
89830
90357
|
readonly AppleBulkWithoutUser: "appleBulkWithoutUser";
|
|
89831
|
-
/** Windows 10 Azure AD Join. */
|
|
90358
|
+
/** Windows 10 Entra ID (Azure AD) Join. */
|
|
89832
90359
|
readonly WindowsAzureADJoin: "windowsAzureADJoin";
|
|
89833
90360
|
/** Windows 10 Bulk enrollment through ICD with certificate. */
|
|
89834
90361
|
readonly WindowsBulkUserless: "windowsBulkUserless";
|
|
89835
90362
|
/** Windows 10 automatic enrollment. (Add work account) */
|
|
89836
90363
|
readonly WindowsAutoEnrollment: "windowsAutoEnrollment";
|
|
89837
|
-
/** Windows 10 bulk Azure AD Join. */
|
|
90364
|
+
/** Windows 10 bulk Entra ID (Azure AD) Join. */
|
|
89838
90365
|
readonly WindowsBulkAzureDomainJoin: "windowsBulkAzureDomainJoin";
|
|
89839
90366
|
/** Windows 10 Co-Management triggered by AutoPilot or Group Policy. */
|
|
89840
90367
|
readonly WindowsCoManagement: "windowsCoManagement";
|
|
89841
|
-
/** Windows 10 Azure AD Join using Device Auth. */
|
|
90368
|
+
/** Windows 10 Entra ID (Azure AD) Join using Device Auth. */
|
|
89842
90369
|
readonly WindowsAzureADJoinUsingDeviceAuth: "windowsAzureADJoinUsingDeviceAuth";
|
|
89843
|
-
/**
|
|
90370
|
+
/** Indicates the device is enrolled via Apple User Enrollment with Company Portal. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities */
|
|
89844
90371
|
readonly AppleUserEnrollment: "appleUserEnrollment";
|
|
89845
|
-
/**
|
|
90372
|
+
/** Indicates the device is enrolled via Apple User Enrollment with Company Portal using a device enrollment manager user. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities */
|
|
89846
90373
|
readonly AppleUserEnrollmentWithServiceAccount: "appleUserEnrollmentWithServiceAccount";
|
|
89847
90374
|
};
|
|
89848
90375
|
/**
|
|
@@ -89974,7 +90501,7 @@ export declare const DeviceManagementPartnerTenantStateObject: {
|
|
|
89974
90501
|
readonly Unresponsive: "unresponsive";
|
|
89975
90502
|
};
|
|
89976
90503
|
/**
|
|
89977
|
-
* Possible values for the file format of a report.
|
|
90504
|
+
* Possible values for the file format of a report to be exported.
|
|
89978
90505
|
*/
|
|
89979
90506
|
export declare const DeviceManagementReportFileFormatObject: {
|
|
89980
90507
|
/** CSV Format. */
|
|
@@ -90229,6 +90756,13 @@ export declare const EducationUserRoleObject: {
|
|
|
90229
90756
|
readonly None: "none";
|
|
90230
90757
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
90231
90758
|
};
|
|
90759
|
+
export declare const EligibilityFilteringEnabledEntitiesObject: {
|
|
90760
|
+
readonly None: "none";
|
|
90761
|
+
readonly SwapRequest: "swapRequest";
|
|
90762
|
+
readonly OfferShiftRequest: "offerShiftRequest";
|
|
90763
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
90764
|
+
readonly TimeOffReason: "timeOffReason";
|
|
90765
|
+
};
|
|
90232
90766
|
export declare const EmailRoleObject: {
|
|
90233
90767
|
readonly Unknown: "unknown";
|
|
90234
90768
|
readonly Sender: "sender";
|
|
@@ -90777,12 +91311,14 @@ export declare const ManagedBrowserTypeObject: {
|
|
|
90777
91311
|
* Owner type of device.
|
|
90778
91312
|
*/
|
|
90779
91313
|
export declare const ManagedDeviceOwnerTypeObject: {
|
|
90780
|
-
/** Unknown. */
|
|
91314
|
+
/** Unknown device owner type. */
|
|
90781
91315
|
readonly Unknown: "unknown";
|
|
90782
|
-
/**
|
|
91316
|
+
/** Corporate device owner type. */
|
|
90783
91317
|
readonly Company: "company";
|
|
90784
|
-
/**
|
|
91318
|
+
/** Personal device owner type. */
|
|
90785
91319
|
readonly Personal: "personal";
|
|
91320
|
+
/** Evolvable enumeration sentinel value. Do not use. */
|
|
91321
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
90786
91322
|
};
|
|
90787
91323
|
/**
|
|
90788
91324
|
* Available health states for the Device Health API
|
|
@@ -93403,6 +93939,13 @@ export declare const SiteArchiveStatusObject: {
|
|
|
93403
93939
|
readonly Reactivating: "reactivating";
|
|
93404
93940
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
93405
93941
|
};
|
|
93942
|
+
export declare const SiteLockStateObject: {
|
|
93943
|
+
readonly Unlocked: "unlocked";
|
|
93944
|
+
readonly LockedReadOnly: "lockedReadOnly";
|
|
93945
|
+
readonly LockedNoAccess: "lockedNoAccess";
|
|
93946
|
+
readonly LockedNoAdditions: "lockedNoAdditions";
|
|
93947
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
93948
|
+
};
|
|
93406
93949
|
/**
|
|
93407
93950
|
* Possible values for site security level.
|
|
93408
93951
|
*/
|
|
@@ -94261,6 +94804,17 @@ export declare const Win32LobAppRuleTypeObject: {
|
|
|
94261
94804
|
/** Requirement rule. */
|
|
94262
94805
|
readonly Requirement: "requirement";
|
|
94263
94806
|
};
|
|
94807
|
+
/**
|
|
94808
|
+
* Contains value for auto-update superseded apps.
|
|
94809
|
+
*/
|
|
94810
|
+
export declare const Win32LobAutoUpdateSupersededAppsStateObject: {
|
|
94811
|
+
/** Indicates that the auto-update superseded apps state is not configured and the app will not auto-update the superseded apps. */
|
|
94812
|
+
readonly NotConfigured: "notConfigured";
|
|
94813
|
+
/** Indicates that the auto-update superseded apps state is enabled and the app will auto-update the superseded apps if the superseded apps are installed on the device. */
|
|
94814
|
+
readonly Enabled: "enabled";
|
|
94815
|
+
/** Evolvable enumeration sentinel value. Do not use. */
|
|
94816
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
94817
|
+
};
|
|
94264
94818
|
/**
|
|
94265
94819
|
* Windows 10 Edition type.
|
|
94266
94820
|
*/
|
|
@@ -94792,6 +95346,9 @@ export declare const WorkforceIntegrationSupportedEntitiesObject: {
|
|
|
94792
95346
|
readonly OpenShiftRequest: "openShiftRequest";
|
|
94793
95347
|
readonly OfferShiftRequest: "offerShiftRequest";
|
|
94794
95348
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
95349
|
+
readonly TimeOffReason: "timeOffReason";
|
|
95350
|
+
readonly TimeOff: "timeOff";
|
|
95351
|
+
readonly TimeOffRequest: "timeOffRequest";
|
|
94795
95352
|
};
|
|
94796
95353
|
export declare const X509CertificateAffinityLevelObject: {
|
|
94797
95354
|
readonly Low: "low";
|
|
@@ -94803,6 +95360,11 @@ export declare const X509CertificateAuthenticationModeObject: {
|
|
|
94803
95360
|
readonly X509CertificateMultiFactor: "x509CertificateMultiFactor";
|
|
94804
95361
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
94805
95362
|
};
|
|
95363
|
+
export declare const X509CertificateCRLValidationConfigurationStateObject: {
|
|
95364
|
+
readonly Disabled: "disabled";
|
|
95365
|
+
readonly Enabled: "enabled";
|
|
95366
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
95367
|
+
};
|
|
94806
95368
|
export declare const X509CertificateRuleTypeObject: {
|
|
94807
95369
|
readonly IssuerSubject: "issuerSubject";
|
|
94808
95370
|
readonly PolicyOID: "policyOID";
|