@microsoft/msgraph-sdk 1.0.0-preview.18 → 1.0.0-preview.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/models/callRecords/index.d.ts.map +1 -1
- package/models/callRecords/index.js +1 -0
- package/models/externalConnectors/index.d.ts.map +1 -1
- package/models/externalConnectors/index.js +1 -0
- package/models/identityGovernance/index.d.ts.map +1 -1
- package/models/identityGovernance/index.js +1 -0
- package/models/index.d.ts +393 -223
- package/models/index.d.ts.map +1 -1
- package/models/index.js +323 -138
- package/models/oDataErrors/index.d.ts.map +1 -1
- package/models/partners/billing/index.d.ts.map +1 -1
- package/models/partners/billing/index.js +1 -0
- package/models/search/index.d.ts.map +1 -1
- package/models/search/index.js +1 -0
- package/models/security/index.d.ts +866 -8
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +928 -16
- package/models/termStore/index.d.ts.map +1 -1
- package/models/termStore/index.js +1 -0
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/models/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { type CallRecord } from './callRecords/';
|
|
|
2
2
|
import { type LifecycleWorkflowsContainer, type Workflow } from './identityGovernance/';
|
|
3
3
|
import { type Billing } from './partners/billing/';
|
|
4
4
|
import { type Acronym, type Bookmark, type Qna } from './search/';
|
|
5
|
-
import { BehaviorDuringRetentionPeriod, type CasesRoot, type Incident, type ThreatIntelligence, type TriggersRoot, type TriggerTypesRoot } from './security/';
|
|
5
|
+
import { BehaviorDuringRetentionPeriod, type CasesRoot, type Incident, type LabelsRoot, type ThreatIntelligence, type TriggersRoot, type TriggerTypesRoot } from './security/';
|
|
6
6
|
import { type Set, type Store, type Term } from './termStore/';
|
|
7
7
|
import { type AdditionalDataHolder, type BackedModel, type DateOnly, type Duration, type Parsable, type ParseNode, type SerializationWriter, type TimeOnly } from '@microsoft/kiota-abstractions';
|
|
8
8
|
import { type Guid } from 'guid-typescript';
|
|
@@ -192,7 +192,7 @@ export interface AccessPackageApprovalStage extends AdditionalDataHolder, Backed
|
|
|
192
192
|
*/
|
|
193
193
|
odataType?: string;
|
|
194
194
|
/**
|
|
195
|
-
* The subjects, typically users, who will be asked to approve requests. A collection of singleUser, groupMembers, requestorManager, internalSponsors or
|
|
195
|
+
* The subjects, typically users, who will be asked to approve requests. A collection of singleUser, groupMembers, requestorManager, internalSponsors, externalSponsors, or targetUserSponsors.
|
|
196
196
|
*/
|
|
197
197
|
primaryApprovers?: SubjectSet[];
|
|
198
198
|
}
|
|
@@ -792,6 +792,14 @@ export interface AccessPackageResourceAttribute extends AdditionalDataHolder, Ba
|
|
|
792
792
|
* Information about how to set the attribute, currently a accessPackageUserDirectoryAttributeStore type.
|
|
793
793
|
*/
|
|
794
794
|
destination?: AccessPackageResourceAttributeDestination;
|
|
795
|
+
/**
|
|
796
|
+
* The isEditable property
|
|
797
|
+
*/
|
|
798
|
+
isEditable?: boolean;
|
|
799
|
+
/**
|
|
800
|
+
* The isPersistedOnAssignmentRemoval property
|
|
801
|
+
*/
|
|
802
|
+
isPersistedOnAssignmentRemoval?: boolean;
|
|
795
803
|
/**
|
|
796
804
|
* The name of the attribute in the end system. If the destination is accessPackageUserDirectoryAttributeStore, then a user property such as jobTitle or a directory schema extension for the user object type, such as extension2b676109c7c74ae2b41549205f1947edpersonalTitle.
|
|
797
805
|
*/
|
|
@@ -3610,7 +3618,7 @@ export interface Application extends DirectoryObject, Parsable {
|
|
|
3610
3618
|
*/
|
|
3611
3619
|
servicePrincipalLockConfiguration?: ServicePrincipalLockConfiguration;
|
|
3612
3620
|
/**
|
|
3613
|
-
* Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount
|
|
3621
|
+
* Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg (default), AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount, and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you might need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).
|
|
3614
3622
|
*/
|
|
3615
3623
|
signInAudience?: string;
|
|
3616
3624
|
/**
|
|
@@ -3638,7 +3646,7 @@ export interface Application extends DirectoryObject, Parsable {
|
|
|
3638
3646
|
*/
|
|
3639
3647
|
tokenLifetimePolicies?: TokenLifetimePolicy[];
|
|
3640
3648
|
/**
|
|
3641
|
-
* The
|
|
3649
|
+
* The unique identifier that can be assigned to an application and used as an alternate key. Immutable. Read-only.
|
|
3642
3650
|
*/
|
|
3643
3651
|
uniqueName?: string;
|
|
3644
3652
|
/**
|
|
@@ -5887,6 +5895,7 @@ export interface AzureCommunicationServicesUserIdentity extends Identity, Parsab
|
|
|
5887
5895
|
*/
|
|
5888
5896
|
azureCommunicationServicesResourceId?: string;
|
|
5889
5897
|
}
|
|
5898
|
+
export type B2bIdentityProvidersType = (typeof B2bIdentityProvidersTypeObject)[keyof typeof B2bIdentityProvidersTypeObject];
|
|
5890
5899
|
export interface B2xIdentityUserFlow extends IdentityUserFlow, Parsable {
|
|
5891
5900
|
/**
|
|
5892
5901
|
* Configuration for enabling an API connector for use as part of the self-service sign-up user flow. You can only obtain the value of this object using Get userFlowApiConnectorConfiguration.
|
|
@@ -6042,15 +6051,15 @@ export interface BaseItemVersion extends Entity, Parsable {
|
|
|
6042
6051
|
}
|
|
6043
6052
|
export interface BaseSitePage extends BaseItem, Parsable {
|
|
6044
6053
|
/**
|
|
6045
|
-
* The
|
|
6054
|
+
* The name of the page layout of the page. The possible values are: microsoftReserved, article, home, unknownFutureValue.
|
|
6046
6055
|
*/
|
|
6047
6056
|
pageLayout?: PageLayoutType;
|
|
6048
6057
|
/**
|
|
6049
|
-
* The
|
|
6058
|
+
* The publishing status and the MM.mm version of the page.
|
|
6050
6059
|
*/
|
|
6051
6060
|
publishingState?: PublicationFacet;
|
|
6052
6061
|
/**
|
|
6053
|
-
*
|
|
6062
|
+
* Title of the sitePage.
|
|
6054
6063
|
*/
|
|
6055
6064
|
title?: string;
|
|
6056
6065
|
}
|
|
@@ -7757,11 +7766,11 @@ export interface CancelMediaProcessingOperation extends CommsOperation, Parsable
|
|
|
7757
7766
|
}
|
|
7758
7767
|
export interface CanvasLayout extends Entity, Parsable {
|
|
7759
7768
|
/**
|
|
7760
|
-
*
|
|
7769
|
+
* Collection of horizontal sections on the SharePoint page.
|
|
7761
7770
|
*/
|
|
7762
7771
|
horizontalSections?: HorizontalSection[];
|
|
7763
7772
|
/**
|
|
7764
|
-
*
|
|
7773
|
+
* Vertical section on the SharePoint page.
|
|
7765
7774
|
*/
|
|
7766
7775
|
verticalSection?: VerticalSection;
|
|
7767
7776
|
}
|
|
@@ -8743,59 +8752,59 @@ export interface CloudCommunications extends AdditionalDataHolder, BackedModel,
|
|
|
8743
8752
|
}
|
|
8744
8753
|
export interface CloudPC extends Entity, Parsable {
|
|
8745
8754
|
/**
|
|
8746
|
-
* The
|
|
8755
|
+
* The Microsoft Entra device ID for the Cloud PC, also known as the Azure Active Directory (Azure AD) device ID, that consists of 32 characters in a GUID format. Generated on a VM joined to Microsoft Entra ID. Read-only.
|
|
8747
8756
|
*/
|
|
8748
8757
|
aadDeviceId?: string;
|
|
8749
8758
|
/**
|
|
8750
|
-
* The
|
|
8759
|
+
* The display name for the Cloud PC. Maximum length is 64 characters. Read-only. You can use the cloudPC: rename API to modify the Cloud PC name.
|
|
8751
8760
|
*/
|
|
8752
8761
|
displayName?: string;
|
|
8753
8762
|
/**
|
|
8754
|
-
* The
|
|
8763
|
+
* The date and time when the grace period ends and reprovisioning or deprovisioning happen. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
|
8755
8764
|
*/
|
|
8756
8765
|
gracePeriodEndDateTime?: Date;
|
|
8757
8766
|
/**
|
|
8758
|
-
* The
|
|
8767
|
+
* The name of the operating system image used for the Cloud PC. Maximum length is 50 characters. Only letters (A-Z, a-z), numbers (0-9), and special characters (-,,.) are allowed for this property. The property value can't begin or end with an underscore. Read-only.
|
|
8759
8768
|
*/
|
|
8760
8769
|
imageDisplayName?: string;
|
|
8761
8770
|
/**
|
|
8762
|
-
* The
|
|
8771
|
+
* The last modified date and time of the Cloud PC. 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.
|
|
8763
8772
|
*/
|
|
8764
8773
|
lastModifiedDateTime?: Date;
|
|
8765
8774
|
/**
|
|
8766
|
-
* The managedDeviceId property
|
|
8775
|
+
* The Intune enrolled device ID for the Cloud PC that consists of 32 characters in a GUID format. The managedDeviceId property of Windows 365 Business Cloud PCs is always null as Windows 365 Business Cloud PCs aren't Intune-enrolled automatically by Windows 365. Read-only.
|
|
8767
8776
|
*/
|
|
8768
8777
|
managedDeviceId?: string;
|
|
8769
8778
|
/**
|
|
8770
|
-
* The managedDeviceName property
|
|
8779
|
+
* The Intune enrolled device name for the Cloud PC. The managedDeviceName property of Windows 365 Business Cloud PCs is always null as Windows 365 Business Cloud PCs aren't Intune-enrolled automatically by Windows 365. Read-only.
|
|
8771
8780
|
*/
|
|
8772
8781
|
managedDeviceName?: string;
|
|
8773
8782
|
/**
|
|
8774
|
-
* The
|
|
8783
|
+
* The on-premises connection that applied during the provisioning of Cloud PCs. Read-only.
|
|
8775
8784
|
*/
|
|
8776
8785
|
onPremisesConnectionName?: string;
|
|
8777
8786
|
/**
|
|
8778
|
-
* The
|
|
8787
|
+
* The provisioning policy ID for the Cloud PC that consists of 32 characters in a GUID format. A policy defines the type of Cloud PC the user wants to create. Read-only.
|
|
8779
8788
|
*/
|
|
8780
8789
|
provisioningPolicyId?: string;
|
|
8781
8790
|
/**
|
|
8782
|
-
* The
|
|
8791
|
+
* The provisioning policy that applied during the provisioning of Cloud PCs. Maximum length is 120 characters. Read-only.
|
|
8783
8792
|
*/
|
|
8784
8793
|
provisioningPolicyName?: string;
|
|
8785
8794
|
/**
|
|
8786
|
-
* The
|
|
8795
|
+
* The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.
|
|
8787
8796
|
*/
|
|
8788
8797
|
provisioningType?: CloudPcProvisioningType;
|
|
8789
8798
|
/**
|
|
8790
|
-
* The
|
|
8799
|
+
* The service plan ID for the Cloud PC that consists of 32 characters in a GUID format. For more information about service plans, see Product names and service plan identifiers for licensing. Read-only.
|
|
8791
8800
|
*/
|
|
8792
8801
|
servicePlanId?: string;
|
|
8793
8802
|
/**
|
|
8794
|
-
* The
|
|
8803
|
+
* The service plan name for the customer-facing Cloud PC entity. Read-only.
|
|
8795
8804
|
*/
|
|
8796
8805
|
servicePlanName?: string;
|
|
8797
8806
|
/**
|
|
8798
|
-
* The
|
|
8807
|
+
* The user principal name (UPN) of the user assigned to the Cloud PC. Maximum length is 113 characters. For more information on username policies, see Password policies and account restrictions in Microsoft Entra ID. Read-only.
|
|
8799
8808
|
*/
|
|
8800
8809
|
userPrincipalName?: string;
|
|
8801
8810
|
}
|
|
@@ -8807,11 +8816,11 @@ export interface CloudPcAuditActor extends AdditionalDataHolder, BackedModel, Pa
|
|
|
8807
8816
|
*/
|
|
8808
8817
|
additionalData?: Record<string, unknown>;
|
|
8809
8818
|
/**
|
|
8810
|
-
*
|
|
8819
|
+
* Name of the application.
|
|
8811
8820
|
*/
|
|
8812
8821
|
applicationDisplayName?: string;
|
|
8813
8822
|
/**
|
|
8814
|
-
*
|
|
8823
|
+
* Microsoft Entra application ID.
|
|
8815
8824
|
*/
|
|
8816
8825
|
applicationId?: string;
|
|
8817
8826
|
/**
|
|
@@ -8819,7 +8828,7 @@ export interface CloudPcAuditActor extends AdditionalDataHolder, BackedModel, Pa
|
|
|
8819
8828
|
*/
|
|
8820
8829
|
backingStoreEnabled?: boolean;
|
|
8821
8830
|
/**
|
|
8822
|
-
*
|
|
8831
|
+
* IP address.
|
|
8823
8832
|
*/
|
|
8824
8833
|
ipAddress?: string;
|
|
8825
8834
|
/**
|
|
@@ -8827,42 +8836,42 @@ export interface CloudPcAuditActor extends AdditionalDataHolder, BackedModel, Pa
|
|
|
8827
8836
|
*/
|
|
8828
8837
|
odataType?: string;
|
|
8829
8838
|
/**
|
|
8830
|
-
* The
|
|
8839
|
+
* The delegated partner tenant ID.
|
|
8831
8840
|
*/
|
|
8832
8841
|
remoteTenantId?: string;
|
|
8833
8842
|
/**
|
|
8834
|
-
* The
|
|
8843
|
+
* The delegated partner user ID.
|
|
8835
8844
|
*/
|
|
8836
8845
|
remoteUserId?: string;
|
|
8837
8846
|
/**
|
|
8838
|
-
*
|
|
8847
|
+
* Service Principal Name (SPN).
|
|
8839
8848
|
*/
|
|
8840
8849
|
servicePrincipalName?: string;
|
|
8841
8850
|
/**
|
|
8842
|
-
*
|
|
8851
|
+
* Microsoft Entra user ID.
|
|
8843
8852
|
*/
|
|
8844
8853
|
userId?: string;
|
|
8845
8854
|
/**
|
|
8846
|
-
*
|
|
8855
|
+
* List of user permissions and application permissions when the audit event was performed.
|
|
8847
8856
|
*/
|
|
8848
8857
|
userPermissions?: string[];
|
|
8849
8858
|
/**
|
|
8850
|
-
*
|
|
8859
|
+
* User Principal Name (UPN).
|
|
8851
8860
|
*/
|
|
8852
8861
|
userPrincipalName?: string;
|
|
8853
8862
|
/**
|
|
8854
|
-
*
|
|
8863
|
+
* List of role scope tags.
|
|
8855
8864
|
*/
|
|
8856
8865
|
userRoleScopeTags?: CloudPcUserRoleScopeTagInfo[];
|
|
8857
8866
|
}
|
|
8858
8867
|
export type CloudPcAuditCategory = (typeof CloudPcAuditCategoryObject)[keyof typeof CloudPcAuditCategoryObject];
|
|
8859
8868
|
export interface CloudPcAuditEvent extends Entity, Parsable {
|
|
8860
8869
|
/**
|
|
8861
|
-
* The activity
|
|
8870
|
+
* The friendly name of the audit activity.
|
|
8862
8871
|
*/
|
|
8863
8872
|
activity?: string;
|
|
8864
8873
|
/**
|
|
8865
|
-
* The
|
|
8874
|
+
* The date time in UTC when the activity was performed. Read-only.
|
|
8866
8875
|
*/
|
|
8867
8876
|
activityDateTime?: Date;
|
|
8868
8877
|
/**
|
|
@@ -8874,7 +8883,7 @@ export interface CloudPcAuditEvent extends Entity, Parsable {
|
|
|
8874
8883
|
*/
|
|
8875
8884
|
activityResult?: CloudPcAuditActivityResult;
|
|
8876
8885
|
/**
|
|
8877
|
-
* The
|
|
8886
|
+
* The type of activity that was performed. Read-only.
|
|
8878
8887
|
*/
|
|
8879
8888
|
activityType?: string;
|
|
8880
8889
|
/**
|
|
@@ -8886,19 +8895,19 @@ export interface CloudPcAuditEvent extends Entity, Parsable {
|
|
|
8886
8895
|
*/
|
|
8887
8896
|
category?: CloudPcAuditCategory;
|
|
8888
8897
|
/**
|
|
8889
|
-
* The
|
|
8898
|
+
* The component name for the audit event. Read-only.
|
|
8890
8899
|
*/
|
|
8891
8900
|
componentName?: string;
|
|
8892
8901
|
/**
|
|
8893
|
-
* The
|
|
8902
|
+
* The client request ID that is used to correlate activity within the system. Read-only.
|
|
8894
8903
|
*/
|
|
8895
8904
|
correlationId?: string;
|
|
8896
8905
|
/**
|
|
8897
|
-
* The
|
|
8906
|
+
* The display name for the audit event. Read-only.
|
|
8898
8907
|
*/
|
|
8899
8908
|
displayName?: string;
|
|
8900
8909
|
/**
|
|
8901
|
-
* The
|
|
8910
|
+
* The list of cloudPcAuditResource objects. Read-only.
|
|
8902
8911
|
*/
|
|
8903
8912
|
resources?: CloudPcAuditResource[];
|
|
8904
8913
|
}
|
|
@@ -8918,11 +8927,11 @@ export interface CloudPcAuditProperty extends AdditionalDataHolder, BackedModel,
|
|
|
8918
8927
|
*/
|
|
8919
8928
|
backingStoreEnabled?: boolean;
|
|
8920
8929
|
/**
|
|
8921
|
-
* The
|
|
8930
|
+
* The display name for this property.
|
|
8922
8931
|
*/
|
|
8923
8932
|
displayName?: string;
|
|
8924
8933
|
/**
|
|
8925
|
-
* The
|
|
8934
|
+
* The new value for this property.
|
|
8926
8935
|
*/
|
|
8927
8936
|
newValue?: string;
|
|
8928
8937
|
/**
|
|
@@ -8930,7 +8939,7 @@ export interface CloudPcAuditProperty extends AdditionalDataHolder, BackedModel,
|
|
|
8930
8939
|
*/
|
|
8931
8940
|
odataType?: string;
|
|
8932
8941
|
/**
|
|
8933
|
-
* The
|
|
8942
|
+
* The old value for this property.
|
|
8934
8943
|
*/
|
|
8935
8944
|
oldValue?: string;
|
|
8936
8945
|
}
|
|
@@ -8944,11 +8953,11 @@ export interface CloudPcAuditResource extends AdditionalDataHolder, BackedModel,
|
|
|
8944
8953
|
*/
|
|
8945
8954
|
backingStoreEnabled?: boolean;
|
|
8946
8955
|
/**
|
|
8947
|
-
* The
|
|
8956
|
+
* The display name of the modified resource entity.
|
|
8948
8957
|
*/
|
|
8949
8958
|
displayName?: string;
|
|
8950
8959
|
/**
|
|
8951
|
-
* The
|
|
8960
|
+
* The list of modified properties.
|
|
8952
8961
|
*/
|
|
8953
8962
|
modifiedProperties?: CloudPcAuditProperty[];
|
|
8954
8963
|
/**
|
|
@@ -8956,7 +8965,7 @@ export interface CloudPcAuditResource extends AdditionalDataHolder, BackedModel,
|
|
|
8956
8965
|
*/
|
|
8957
8966
|
odataType?: string;
|
|
8958
8967
|
/**
|
|
8959
|
-
* The
|
|
8968
|
+
* The unique identifier of the modified resource entity.
|
|
8960
8969
|
*/
|
|
8961
8970
|
resourceId?: string;
|
|
8962
8971
|
}
|
|
@@ -8968,43 +8977,43 @@ export interface CloudPCCollectionResponse extends BaseCollectionPaginationCount
|
|
|
8968
8977
|
}
|
|
8969
8978
|
export interface CloudPcDeviceImage extends Entity, Parsable {
|
|
8970
8979
|
/**
|
|
8971
|
-
* The
|
|
8980
|
+
* The display name of the associated device image. The device image display name and the version are used to uniquely identify the Cloud PC device image. Read-only.
|
|
8972
8981
|
*/
|
|
8973
8982
|
displayName?: string;
|
|
8974
8983
|
/**
|
|
8975
|
-
* The
|
|
8984
|
+
* 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. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
|
|
8976
8985
|
*/
|
|
8977
8986
|
errorCode?: CloudPcDeviceImageErrorCode;
|
|
8978
8987
|
/**
|
|
8979
|
-
* The
|
|
8988
|
+
* The date when the image became unavailable. Read-only.
|
|
8980
8989
|
*/
|
|
8981
8990
|
expirationDate?: DateOnly;
|
|
8982
8991
|
/**
|
|
8983
|
-
* The
|
|
8992
|
+
* The data and time when the image was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
|
|
8984
8993
|
*/
|
|
8985
8994
|
lastModifiedDateTime?: Date;
|
|
8986
8995
|
/**
|
|
8987
|
-
* The
|
|
8996
|
+
* The operating system (OS) of the image. For example, Windows 10 Enterprise. Read-only.
|
|
8988
8997
|
*/
|
|
8989
8998
|
operatingSystem?: string;
|
|
8990
8999
|
/**
|
|
8991
|
-
* The
|
|
9000
|
+
* The OS build version of the image. For example, 1909. Read-only.
|
|
8992
9001
|
*/
|
|
8993
9002
|
osBuildNumber?: string;
|
|
8994
9003
|
/**
|
|
8995
|
-
* The
|
|
9004
|
+
* The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.
|
|
8996
9005
|
*/
|
|
8997
9006
|
osStatus?: CloudPcDeviceImageOsStatus;
|
|
8998
9007
|
/**
|
|
8999
|
-
* The
|
|
9008
|
+
* The unique identifier (ID) of the source image resource on Azure. The required ID format is: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}'. Read-only.
|
|
9000
9009
|
*/
|
|
9001
9010
|
sourceImageResourceId?: string;
|
|
9002
9011
|
/**
|
|
9003
|
-
* The status
|
|
9012
|
+
* The status of the image on the Cloud PC. Possible values are: pending, ready, failed, unknownFutureValue. Read-only.
|
|
9004
9013
|
*/
|
|
9005
9014
|
status?: CloudPcDeviceImageStatus;
|
|
9006
9015
|
/**
|
|
9007
|
-
* The version
|
|
9016
|
+
* The image version. For example, 0.0.1 and 1.5.13. Read-only.
|
|
9008
9017
|
*/
|
|
9009
9018
|
version?: string;
|
|
9010
9019
|
}
|
|
@@ -9027,7 +9036,7 @@ export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, Ba
|
|
|
9027
9036
|
*/
|
|
9028
9037
|
backingStoreEnabled?: boolean;
|
|
9029
9038
|
/**
|
|
9030
|
-
*
|
|
9039
|
+
* Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.
|
|
9031
9040
|
*/
|
|
9032
9041
|
domainJoinType?: CloudPcDomainJoinType;
|
|
9033
9042
|
/**
|
|
@@ -9035,54 +9044,54 @@ export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, Ba
|
|
|
9035
9044
|
*/
|
|
9036
9045
|
odataType?: string;
|
|
9037
9046
|
/**
|
|
9038
|
-
* The onPremisesConnectionId property
|
|
9047
|
+
* The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: Azure AD joined or Hybrid Microsoft Entra joined. If you enter an onPremisesConnectionId, leave the regionName property empty.
|
|
9039
9048
|
*/
|
|
9040
9049
|
onPremisesConnectionId?: string;
|
|
9041
9050
|
/**
|
|
9042
|
-
* The regionGroup
|
|
9051
|
+
* 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. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.
|
|
9043
9052
|
*/
|
|
9044
9053
|
regionGroup?: CloudPcRegionGroup;
|
|
9045
9054
|
/**
|
|
9046
|
-
* The regionName property
|
|
9055
|
+
* The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.
|
|
9047
9056
|
*/
|
|
9048
9057
|
regionName?: string;
|
|
9049
9058
|
}
|
|
9050
9059
|
export type CloudPcDomainJoinType = (typeof CloudPcDomainJoinTypeObject)[keyof typeof CloudPcDomainJoinTypeObject];
|
|
9051
9060
|
export interface CloudPcGalleryImage extends Entity, Parsable {
|
|
9052
9061
|
/**
|
|
9053
|
-
* The
|
|
9062
|
+
* The display name of this gallery image. For example, Windows 11 Enterprise + Microsoft 365 Apps 22H2. Read-only.
|
|
9054
9063
|
*/
|
|
9055
9064
|
displayName?: string;
|
|
9056
9065
|
/**
|
|
9057
|
-
* The endDate
|
|
9066
|
+
* The date when the status of the image becomes supportedWithWarning. Users can still provision new Cloud PCs if the current time is later than endDate and earlier than expirationDate. For example, assume the endDate of a gallery image is 2023-9-14 and expirationDate is 2024-3-14, users are able to provision new Cloud PCs if today is 2023-10-01. Read-only.
|
|
9058
9067
|
*/
|
|
9059
9068
|
endDate?: DateOnly;
|
|
9060
9069
|
/**
|
|
9061
|
-
* The expirationDate
|
|
9070
|
+
* The date when the image is no longer available. Users are unable to provision new Cloud PCs if the current time is later than expirationDate. The value is usually endDate plus six months. For example, if the startDate is 2025-10-14, the expirationDate is usually 2026-04-14. Read-only.
|
|
9062
9071
|
*/
|
|
9063
9072
|
expirationDate?: DateOnly;
|
|
9064
9073
|
/**
|
|
9065
|
-
* The
|
|
9074
|
+
* The offer name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only.
|
|
9066
9075
|
*/
|
|
9067
9076
|
offerName?: string;
|
|
9068
9077
|
/**
|
|
9069
|
-
* The
|
|
9078
|
+
* The publisher name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only.
|
|
9070
9079
|
*/
|
|
9071
9080
|
publisherName?: string;
|
|
9072
9081
|
/**
|
|
9073
|
-
*
|
|
9082
|
+
* Indicates the size of this image in gigabytes. For example, 64. Read-only.
|
|
9074
9083
|
*/
|
|
9075
9084
|
sizeInGB?: number;
|
|
9076
9085
|
/**
|
|
9077
|
-
* The
|
|
9086
|
+
* The SKU name of this image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only.
|
|
9078
9087
|
*/
|
|
9079
9088
|
skuName?: string;
|
|
9080
9089
|
/**
|
|
9081
|
-
* The
|
|
9090
|
+
* The date when the Cloud PC image is available for provisioning new Cloud PCs. For example, 2022-09-20. Read-only.
|
|
9082
9091
|
*/
|
|
9083
9092
|
startDate?: DateOnly;
|
|
9084
9093
|
/**
|
|
9085
|
-
* The status
|
|
9094
|
+
* The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.
|
|
9086
9095
|
*/
|
|
9087
9096
|
status?: CloudPcGalleryImageStatus;
|
|
9088
9097
|
}
|
|
@@ -9109,37 +9118,37 @@ export interface CloudPcManagementAssignmentTarget extends AdditionalDataHolder,
|
|
|
9109
9118
|
}
|
|
9110
9119
|
export interface CloudPcManagementGroupAssignmentTarget extends CloudPcManagementAssignmentTarget, Parsable {
|
|
9111
9120
|
/**
|
|
9112
|
-
* The
|
|
9121
|
+
* The ID of the target group for the assignment.
|
|
9113
9122
|
*/
|
|
9114
9123
|
groupId?: string;
|
|
9115
9124
|
/**
|
|
9116
|
-
* The
|
|
9125
|
+
* The unique identifier for the service plan that indicates which size of the Cloud PC to provision for the user. Use a null value, when the provisioningType is dedicated.
|
|
9117
9126
|
*/
|
|
9118
9127
|
servicePlanId?: string;
|
|
9119
9128
|
}
|
|
9120
9129
|
export interface CloudPcOnPremisesConnection extends Entity, Parsable {
|
|
9121
9130
|
/**
|
|
9122
|
-
* The
|
|
9131
|
+
* The fully qualified domain name (FQDN) of the Active Directory domain you want to join. Maximum length is 255. Optional.
|
|
9123
9132
|
*/
|
|
9124
9133
|
adDomainName?: string;
|
|
9125
9134
|
/**
|
|
9126
|
-
* The
|
|
9135
|
+
* The password associated with the username of an Active Directory account (adDomainUsername).
|
|
9127
9136
|
*/
|
|
9128
9137
|
adDomainPassword?: string;
|
|
9129
9138
|
/**
|
|
9130
|
-
* The
|
|
9139
|
+
* The username of an Active Directory account (user or service account) that has permission to create computer objects in Active Directory. Required format: admin@contoso.com. Optional.
|
|
9131
9140
|
*/
|
|
9132
9141
|
adDomainUsername?: string;
|
|
9133
9142
|
/**
|
|
9134
|
-
* The
|
|
9143
|
+
* The interface URL of the partner service's resource that links to this Azure network connection. Returned only on $select.
|
|
9135
9144
|
*/
|
|
9136
9145
|
alternateResourceUrl?: string;
|
|
9137
9146
|
/**
|
|
9138
|
-
* The
|
|
9147
|
+
* Specifies how the provisioned Cloud PC joins to Microsoft Entra. It includes different types, one is Microsoft Entra ID join, which means there's no on-premises Active Directory (AD) in the current tenant, and the Cloud PC device is joined by Microsoft Entra. Another one is hybridAzureADJoin, which means there's also an on-premises Active Directory (AD) in the current tenant and the Cloud PC device joins to on-premises Active Directory (AD) and Microsoft Entra. The type also determines which types of users can be assigned and can sign into a Cloud PC. The azureADJoin type indicates that cloud-only and hybrid users can be assigned and signed into the Cloud PC. hybridAzureADJoin indicates only hybrid users can be assigned and signed into the Cloud PC. The default value is hybridAzureADJoin.
|
|
9139
9148
|
*/
|
|
9140
9149
|
connectionType?: CloudPcOnPremisesConnectionType;
|
|
9141
9150
|
/**
|
|
9142
|
-
* The
|
|
9151
|
+
* The display name for the Azure network connection.
|
|
9143
9152
|
*/
|
|
9144
9153
|
displayName?: string;
|
|
9145
9154
|
/**
|
|
@@ -9147,39 +9156,39 @@ export interface CloudPcOnPremisesConnection extends Entity, Parsable {
|
|
|
9147
9156
|
*/
|
|
9148
9157
|
healthCheckStatus?: CloudPcOnPremisesConnectionStatus;
|
|
9149
9158
|
/**
|
|
9150
|
-
*
|
|
9159
|
+
* Indicates the results of health checks performed on the on-premises connection. Read-only. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only.
|
|
9151
9160
|
*/
|
|
9152
9161
|
healthCheckStatusDetail?: CloudPcOnPremisesConnectionStatusDetail;
|
|
9153
9162
|
/**
|
|
9154
|
-
*
|
|
9163
|
+
* When true, the Azure network connection is in use. When false, the connection isn't in use. You can't delete a connection that’s in use. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only.
|
|
9155
9164
|
*/
|
|
9156
9165
|
inUse?: boolean;
|
|
9157
9166
|
/**
|
|
9158
|
-
* The
|
|
9167
|
+
* The organizational unit (OU) in which the computer account is created. If left null, the OU configured as the default (a well-known computer object container) in the tenant's Active Directory domain (OU) is used. Optional.
|
|
9159
9168
|
*/
|
|
9160
9169
|
organizationalUnit?: string;
|
|
9161
9170
|
/**
|
|
9162
|
-
* The
|
|
9171
|
+
* The unique identifier of the target resource group used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}'
|
|
9163
9172
|
*/
|
|
9164
9173
|
resourceGroupId?: string;
|
|
9165
9174
|
/**
|
|
9166
|
-
* The
|
|
9175
|
+
* The unique identifier of the target subnet used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}'
|
|
9167
9176
|
*/
|
|
9168
9177
|
subnetId?: string;
|
|
9169
9178
|
/**
|
|
9170
|
-
* The
|
|
9179
|
+
* The unique identifier of the Azure subscription associated with the tenant.
|
|
9171
9180
|
*/
|
|
9172
9181
|
subscriptionId?: string;
|
|
9173
9182
|
/**
|
|
9174
|
-
* The
|
|
9183
|
+
* The name of the Azure subscription is used to create an Azure network connection. Read-only.
|
|
9175
9184
|
*/
|
|
9176
9185
|
subscriptionName?: string;
|
|
9177
9186
|
/**
|
|
9178
|
-
* The
|
|
9187
|
+
* The unique identifier of the target virtual network used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}'
|
|
9179
9188
|
*/
|
|
9180
9189
|
virtualNetworkId?: string;
|
|
9181
9190
|
/**
|
|
9182
|
-
*
|
|
9191
|
+
* Indicates the resource location of the target virtual network. For example, the location can be eastus2, westeurope, etc. Read-only (computed value).
|
|
9183
9192
|
*/
|
|
9184
9193
|
virtualNetworkLocation?: string;
|
|
9185
9194
|
}
|
|
@@ -9195,7 +9204,7 @@ export interface CloudPcOnPremisesConnectionHealthCheck extends AdditionalDataHo
|
|
|
9195
9204
|
*/
|
|
9196
9205
|
additionalData?: Record<string, unknown>;
|
|
9197
9206
|
/**
|
|
9198
|
-
*
|
|
9207
|
+
* Additional details about the health check or the recommended action. For exmaple, the string value can be download.microsoft.com:443;software-download.microsoft.com:443; Read-only.
|
|
9199
9208
|
*/
|
|
9200
9209
|
additionalDetail?: string;
|
|
9201
9210
|
/**
|
|
@@ -9203,19 +9212,19 @@ export interface CloudPcOnPremisesConnectionHealthCheck extends AdditionalDataHo
|
|
|
9203
9212
|
*/
|
|
9204
9213
|
backingStoreEnabled?: boolean;
|
|
9205
9214
|
/**
|
|
9206
|
-
* The
|
|
9215
|
+
* The unique identifier of the health check item-related activities. This identifier can be useful in troubleshooting.
|
|
9207
9216
|
*/
|
|
9208
9217
|
correlationId?: string;
|
|
9209
9218
|
/**
|
|
9210
|
-
* The
|
|
9219
|
+
* The display name for this health check item.
|
|
9211
9220
|
*/
|
|
9212
9221
|
displayName?: string;
|
|
9213
9222
|
/**
|
|
9214
|
-
* The
|
|
9223
|
+
* The value cannot be modified and is automatically populated when the health check ends. The Timestamp type represents date and time information using ISO 8601 format and is in Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2024 would look like this: '2024-01-01T00:00:00Z'. Returned by default. Read-only.
|
|
9215
9224
|
*/
|
|
9216
9225
|
endDateTime?: Date;
|
|
9217
9226
|
/**
|
|
9218
|
-
* The
|
|
9227
|
+
* The type of error that occurred during this health check. Possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.
|
|
9219
9228
|
*/
|
|
9220
9229
|
errorType?: CloudPcOnPremisesConnectionHealthCheckErrorType;
|
|
9221
9230
|
/**
|
|
@@ -9223,11 +9232,11 @@ export interface CloudPcOnPremisesConnectionHealthCheck extends AdditionalDataHo
|
|
|
9223
9232
|
*/
|
|
9224
9233
|
odataType?: string;
|
|
9225
9234
|
/**
|
|
9226
|
-
* The
|
|
9235
|
+
* The recommended action to fix the corresponding error. For example, The Active Directory domain join check failed because the password of the domain join user has expired. Read-Only.
|
|
9227
9236
|
*/
|
|
9228
9237
|
recommendedAction?: string;
|
|
9229
9238
|
/**
|
|
9230
|
-
* The
|
|
9239
|
+
* The value cannot be modified and is automatically populated when the health check starts. The Timestamp type represents date and time information using ISO 8601 format and is in Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2024 would look like this: '2024-01-01T00:00:00Z'. Returned by default. Read-only.
|
|
9231
9240
|
*/
|
|
9232
9241
|
startDateTime?: Date;
|
|
9233
9242
|
/**
|
|
@@ -9247,11 +9256,11 @@ export interface CloudPcOnPremisesConnectionStatusDetail extends AdditionalDataH
|
|
|
9247
9256
|
*/
|
|
9248
9257
|
backingStoreEnabled?: boolean;
|
|
9249
9258
|
/**
|
|
9250
|
-
* The
|
|
9259
|
+
* The end time of the connection health check. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as 2014-01-01T00:00:00Z. Read-Only.
|
|
9251
9260
|
*/
|
|
9252
9261
|
endDateTime?: Date;
|
|
9253
9262
|
/**
|
|
9254
|
-
*
|
|
9263
|
+
* A list of all checks that have been run on the connection. Read-Only.
|
|
9255
9264
|
*/
|
|
9256
9265
|
healthChecks?: CloudPcOnPremisesConnectionHealthCheck[];
|
|
9257
9266
|
/**
|
|
@@ -9259,54 +9268,54 @@ export interface CloudPcOnPremisesConnectionStatusDetail extends AdditionalDataH
|
|
|
9259
9268
|
*/
|
|
9260
9269
|
odataType?: string;
|
|
9261
9270
|
/**
|
|
9262
|
-
* The
|
|
9271
|
+
* The start time of the health check. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appear as 2014-01-01T00:00:00Z. Read-Only.
|
|
9263
9272
|
*/
|
|
9264
9273
|
startDateTime?: Date;
|
|
9265
9274
|
}
|
|
9266
9275
|
export type CloudPcOnPremisesConnectionType = (typeof CloudPcOnPremisesConnectionTypeObject)[keyof typeof CloudPcOnPremisesConnectionTypeObject];
|
|
9267
9276
|
export interface CloudPcProvisioningPolicy extends Entity, Parsable {
|
|
9268
9277
|
/**
|
|
9269
|
-
* The
|
|
9278
|
+
* The URL of the alternate resource that links to this provisioning policy. Read-only.
|
|
9270
9279
|
*/
|
|
9271
9280
|
alternateResourceUrl?: string;
|
|
9272
9281
|
/**
|
|
9273
|
-
*
|
|
9282
|
+
* 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.
|
|
9274
9283
|
*/
|
|
9275
9284
|
assignments?: CloudPcProvisioningPolicyAssignment[];
|
|
9276
9285
|
/**
|
|
9277
|
-
* The
|
|
9286
|
+
* The display name of the Cloud PC group that the Cloud PCs reside in. Read-only.
|
|
9278
9287
|
*/
|
|
9279
9288
|
cloudPcGroupDisplayName?: string;
|
|
9280
9289
|
/**
|
|
9281
|
-
* The
|
|
9290
|
+
* The template used to name Cloud PCs provisioned using this policy. The template can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, CPC-%USERNAME:4%-%RAND:5% means that the name of the Cloud PC starts with CPC-, followed by a four-character username, a - character, and then five random characters. The total length of the text generated by the template can't exceed 15 characters. Supports $filter, $select, and $orderby.
|
|
9282
9291
|
*/
|
|
9283
9292
|
cloudPcNamingTemplate?: string;
|
|
9284
9293
|
/**
|
|
9285
|
-
* The description
|
|
9294
|
+
* The provisioning policy description. Supports $filter, $select, and $orderBy.
|
|
9286
9295
|
*/
|
|
9287
9296
|
description?: string;
|
|
9288
9297
|
/**
|
|
9289
|
-
* The
|
|
9298
|
+
* The display name for the provisioning policy.
|
|
9290
9299
|
*/
|
|
9291
9300
|
displayName?: string;
|
|
9292
9301
|
/**
|
|
9293
|
-
*
|
|
9302
|
+
* Specifies a list ordered by priority on how Cloud PCs join Microsoft Entra ID (Azure AD). Supports $select.
|
|
9294
9303
|
*/
|
|
9295
9304
|
domainJoinConfigurations?: CloudPcDomainJoinConfiguration[];
|
|
9296
9305
|
/**
|
|
9297
|
-
* The
|
|
9306
|
+
* True if the provisioned Cloud PC can be accessed by single sign-on. False indicates that the provisioned Cloud PC doesn't support this feature. The default value is false. Windows 365 users can use single sign-on to authenticate to Microsoft Entra ID with passwordless options (for example, FIDO keys) to access their Cloud PC. Optional.
|
|
9298
9307
|
*/
|
|
9299
9308
|
enableSingleSignOn?: boolean;
|
|
9300
9309
|
/**
|
|
9301
|
-
* The
|
|
9310
|
+
* The number of hours to wait before reprovisioning/deprovisioning happens. Read-only.
|
|
9302
9311
|
*/
|
|
9303
9312
|
gracePeriodInHours?: number;
|
|
9304
9313
|
/**
|
|
9305
|
-
* The
|
|
9314
|
+
* The display name of the operating system image that is used for provisioning. For example, Windows 11 Preview + Microsoft 365 Apps 23H2 23H2. Supports $filter, $select, and $orderBy.
|
|
9306
9315
|
*/
|
|
9307
9316
|
imageDisplayName?: string;
|
|
9308
9317
|
/**
|
|
9309
|
-
* The
|
|
9318
|
+
* The unique identifier that represents an operating system image that is used for provisioning new Cloud PCs. The format for a gallery type image is: {publisherNameofferNameskuName}. Supported values for each of the parameters are:publisher: Microsoftwindowsdesktop offer: windows-ent-cpc sku: 21h1-ent-cpc-m365, 21h1-ent-cpc-os, 20h2-ent-cpc-m365, 20h2-ent-cpc-os, 20h1-ent-cpc-m365, 20h1-ent-cpc-os, 19h2-ent-cpc-m365, and 19h2-ent-cpc-os Supports $filter, $select, and $orderBy.
|
|
9310
9319
|
*/
|
|
9311
9320
|
imageId?: string;
|
|
9312
9321
|
/**
|
|
@@ -9314,29 +9323,29 @@ export interface CloudPcProvisioningPolicy extends Entity, Parsable {
|
|
|
9314
9323
|
*/
|
|
9315
9324
|
imageType?: CloudPcProvisioningPolicyImageType;
|
|
9316
9325
|
/**
|
|
9317
|
-
* The
|
|
9326
|
+
* When true, the local admin is enabled for Cloud PCs; false indicates that the local admin isn't enabled for Cloud PCs. The default value is false. Supports $filter, $select, and $orderBy.
|
|
9318
9327
|
*/
|
|
9319
9328
|
localAdminEnabled?: boolean;
|
|
9320
9329
|
/**
|
|
9321
|
-
* The microsoftManagedDesktop
|
|
9330
|
+
* The specific settings to microsoftManagedDesktop that enables Microsoft Managed Desktop customers to get device managed experience for Cloud PC. To enable microsoftManagedDesktop to provide more value, an admin needs to specify certain settings in it. Supports $filter, $select, and $orderBy.
|
|
9322
9331
|
*/
|
|
9323
9332
|
microsoftManagedDesktop?: MicrosoftManagedDesktop;
|
|
9324
9333
|
/**
|
|
9325
|
-
*
|
|
9334
|
+
* Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy was created. Possible values are: dedicated, shared, unknownFutureValue.
|
|
9326
9335
|
*/
|
|
9327
9336
|
provisioningType?: CloudPcProvisioningType;
|
|
9328
9337
|
/**
|
|
9329
|
-
*
|
|
9338
|
+
* Indicates a specific Windows setting to configure during the creation of Cloud PCs for this provisioning policy. Supports $select.
|
|
9330
9339
|
*/
|
|
9331
9340
|
windowsSetting?: CloudPcWindowsSetting;
|
|
9332
9341
|
}
|
|
9333
9342
|
export interface CloudPcProvisioningPolicyAssignment extends Entity, Parsable {
|
|
9334
9343
|
/**
|
|
9335
|
-
* The
|
|
9344
|
+
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.
|
|
9336
9345
|
*/
|
|
9337
9346
|
assignedUsers?: User[];
|
|
9338
9347
|
/**
|
|
9339
|
-
* The target
|
|
9348
|
+
* The assignment target for the provisioning policy. Currently, the only target supported for this policy is a user group. For details, see cloudPcManagementGroupAssignmentTarget.
|
|
9340
9349
|
*/
|
|
9341
9350
|
target?: CloudPcManagementAssignmentTarget;
|
|
9342
9351
|
}
|
|
@@ -9366,7 +9375,7 @@ export interface CloudPcRestorePointSetting extends AdditionalDataHolder, Backed
|
|
|
9366
9375
|
*/
|
|
9367
9376
|
backingStoreEnabled?: boolean;
|
|
9368
9377
|
/**
|
|
9369
|
-
* The
|
|
9378
|
+
* The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.
|
|
9370
9379
|
*/
|
|
9371
9380
|
frequencyType?: CloudPcRestorePointFrequencyType;
|
|
9372
9381
|
/**
|
|
@@ -9374,7 +9383,7 @@ export interface CloudPcRestorePointSetting extends AdditionalDataHolder, Backed
|
|
|
9374
9383
|
*/
|
|
9375
9384
|
odataType?: string;
|
|
9376
9385
|
/**
|
|
9377
|
-
*
|
|
9386
|
+
* If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users can't use snapshots to restore the Cloud PC.
|
|
9378
9387
|
*/
|
|
9379
9388
|
userRestoreEnabled?: boolean;
|
|
9380
9389
|
}
|
|
@@ -9388,7 +9397,7 @@ export interface CloudPcSourceDeviceImage extends AdditionalDataHolder, BackedMo
|
|
|
9388
9397
|
*/
|
|
9389
9398
|
backingStoreEnabled?: boolean;
|
|
9390
9399
|
/**
|
|
9391
|
-
* The
|
|
9400
|
+
* The display name for the source image. Read-only.
|
|
9392
9401
|
*/
|
|
9393
9402
|
displayName?: string;
|
|
9394
9403
|
/**
|
|
@@ -9396,15 +9405,15 @@ export interface CloudPcSourceDeviceImage extends AdditionalDataHolder, BackedMo
|
|
|
9396
9405
|
*/
|
|
9397
9406
|
odataType?: string;
|
|
9398
9407
|
/**
|
|
9399
|
-
* The
|
|
9408
|
+
* The fully qualified unique identifier (ID) of the source image resource in Azure. The ID format is: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}'. Read-only.
|
|
9400
9409
|
*/
|
|
9401
9410
|
resourceId?: string;
|
|
9402
9411
|
/**
|
|
9403
|
-
* The
|
|
9412
|
+
* The display name of the subscription that hosts the source image. Read-only.
|
|
9404
9413
|
*/
|
|
9405
9414
|
subscriptionDisplayName?: string;
|
|
9406
9415
|
/**
|
|
9407
|
-
* The
|
|
9416
|
+
* The unique identifier (ID) of the subscription that hosts the source image. Read-only.
|
|
9408
9417
|
*/
|
|
9409
9418
|
subscriptionId?: string;
|
|
9410
9419
|
}
|
|
@@ -9418,7 +9427,7 @@ export interface CloudPcUserRoleScopeTagInfo extends AdditionalDataHolder, Backe
|
|
|
9418
9427
|
*/
|
|
9419
9428
|
backingStoreEnabled?: boolean;
|
|
9420
9429
|
/**
|
|
9421
|
-
*
|
|
9430
|
+
* Scope tag display name.
|
|
9422
9431
|
*/
|
|
9423
9432
|
displayName?: string;
|
|
9424
9433
|
/**
|
|
@@ -9426,47 +9435,47 @@ export interface CloudPcUserRoleScopeTagInfo extends AdditionalDataHolder, Backe
|
|
|
9426
9435
|
*/
|
|
9427
9436
|
odataType?: string;
|
|
9428
9437
|
/**
|
|
9429
|
-
*
|
|
9438
|
+
* Scope tag identity.
|
|
9430
9439
|
*/
|
|
9431
9440
|
roleScopeTagId?: string;
|
|
9432
9441
|
}
|
|
9433
9442
|
export interface CloudPcUserSetting extends Entity, Parsable {
|
|
9434
9443
|
/**
|
|
9435
|
-
*
|
|
9444
|
+
* Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.
|
|
9436
9445
|
*/
|
|
9437
9446
|
assignments?: CloudPcUserSettingAssignment[];
|
|
9438
9447
|
/**
|
|
9439
|
-
* The
|
|
9448
|
+
* The date and time when the setting was created. The timestamp type represents the 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.
|
|
9440
9449
|
*/
|
|
9441
9450
|
createdDateTime?: Date;
|
|
9442
9451
|
/**
|
|
9443
|
-
* The
|
|
9452
|
+
* The setting name displayed in the user interface.
|
|
9444
9453
|
*/
|
|
9445
9454
|
displayName?: string;
|
|
9446
9455
|
/**
|
|
9447
|
-
* The
|
|
9456
|
+
* The date and time when the setting was last modified. The timestamp type represents the 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.
|
|
9448
9457
|
*/
|
|
9449
9458
|
lastModifiedDateTime?: Date;
|
|
9450
9459
|
/**
|
|
9451
|
-
* The
|
|
9460
|
+
* Indicates whether the local admin option is enabled. The default value is false. To enable the local admin option, change the setting to true. If the local admin option is enabled, the end user can be an admin of the Cloud PC device.
|
|
9452
9461
|
*/
|
|
9453
9462
|
localAdminEnabled?: boolean;
|
|
9454
9463
|
/**
|
|
9455
|
-
* The
|
|
9464
|
+
* Indicates whether an end user is allowed to reset their Cloud PC. When true, the user is allowed to reset their Cloud PC. When false, end-user initiated reset is not allowed. The default value is false.
|
|
9456
9465
|
*/
|
|
9457
9466
|
resetEnabled?: boolean;
|
|
9458
9467
|
/**
|
|
9459
|
-
*
|
|
9468
|
+
* Defines how frequently a restore point is created that is, a snapshot is taken) for users' provisioned Cloud PCs (default is 12 hours), and whether the user is allowed to restore their own Cloud PCs to a backup made at a specific point in time.
|
|
9460
9469
|
*/
|
|
9461
9470
|
restorePointSetting?: CloudPcRestorePointSetting;
|
|
9462
9471
|
}
|
|
9463
9472
|
export interface CloudPcUserSettingAssignment extends Entity, Parsable {
|
|
9464
9473
|
/**
|
|
9465
|
-
* The
|
|
9474
|
+
* The date and time when this assignment was created. The timestamp type represents the 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.
|
|
9466
9475
|
*/
|
|
9467
9476
|
createdDateTime?: Date;
|
|
9468
9477
|
/**
|
|
9469
|
-
* The target
|
|
9478
|
+
* The assignment target for the user setting. Currently, the only target supported for this user setting is a user group. For details, see cloudPcManagementGroupAssignmentTarget.
|
|
9470
9479
|
*/
|
|
9471
9480
|
target?: CloudPcManagementAssignmentTarget;
|
|
9472
9481
|
}
|
|
@@ -9492,7 +9501,7 @@ export interface CloudPcWindowsSetting extends AdditionalDataHolder, BackedModel
|
|
|
9492
9501
|
*/
|
|
9493
9502
|
backingStoreEnabled?: boolean;
|
|
9494
9503
|
/**
|
|
9495
|
-
* The
|
|
9504
|
+
* The Windows language or region tag to use for language pack configuration and localization of the Cloud PC. The default value is en-US, which corresponds to English (United States).
|
|
9496
9505
|
*/
|
|
9497
9506
|
locale?: string;
|
|
9498
9507
|
/**
|
|
@@ -10769,7 +10778,7 @@ export interface ContentSharingSessionCollectionResponse extends BaseCollectionP
|
|
|
10769
10778
|
}
|
|
10770
10779
|
export interface ContentType extends Entity, Parsable {
|
|
10771
10780
|
/**
|
|
10772
|
-
* List of canonical URLs for hub sites with which this content type is associated to. This will contain all hub sites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type
|
|
10781
|
+
* List of canonical URLs for hub sites with which this content type is associated to. This will contain all hub sites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type is applied to the lists in the enforced sites.
|
|
10773
10782
|
*/
|
|
10774
10783
|
associatedHubsUrls?: string[];
|
|
10775
10784
|
/**
|
|
@@ -10789,7 +10798,7 @@ export interface ContentType extends Entity, Parsable {
|
|
|
10789
10798
|
*/
|
|
10790
10799
|
columnPositions?: ColumnDefinition[];
|
|
10791
10800
|
/**
|
|
10792
|
-
* The collection of column definitions for this
|
|
10801
|
+
* The collection of column definitions for this content type.
|
|
10793
10802
|
*/
|
|
10794
10803
|
columns?: ColumnDefinition[];
|
|
10795
10804
|
/**
|
|
@@ -10833,7 +10842,7 @@ export interface ContentType extends Entity, Parsable {
|
|
|
10833
10842
|
*/
|
|
10834
10843
|
parentId?: string;
|
|
10835
10844
|
/**
|
|
10836
|
-
* If true, any changes made to the content type
|
|
10845
|
+
* If true, any changes made to the content type are pushed to inherited content types and lists that implement the content type.
|
|
10837
10846
|
*/
|
|
10838
10847
|
propagateChanges?: boolean;
|
|
10839
10848
|
/**
|
|
@@ -14349,6 +14358,12 @@ export declare function createDaylightTimeZoneOffsetFromDiscriminatorValue(parse
|
|
|
14349
14358
|
* @returns {DefaultColumnValue}
|
|
14350
14359
|
*/
|
|
14351
14360
|
export declare function createDefaultColumnValueFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14361
|
+
/**
|
|
14362
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
14363
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14364
|
+
* @returns {DefaultInvitationRedemptionIdentityProviderConfiguration}
|
|
14365
|
+
*/
|
|
14366
|
+
export declare function createDefaultInvitationRedemptionIdentityProviderConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14352
14367
|
/**
|
|
14353
14368
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
14354
14369
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -16599,6 +16614,12 @@ export declare function createInvitationFromDiscriminatorValue(parseNode: ParseN
|
|
|
16599
16614
|
* @returns {InvitationParticipantInfo}
|
|
16600
16615
|
*/
|
|
16601
16616
|
export declare function createInvitationParticipantInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
16617
|
+
/**
|
|
16618
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
16619
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
16620
|
+
* @returns {InvitationRedemptionIdentityProviderConfiguration}
|
|
16621
|
+
*/
|
|
16622
|
+
export declare function createInvitationRedemptionIdentityProviderConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
16602
16623
|
/**
|
|
16603
16624
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
16604
16625
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21291,6 +21312,12 @@ export declare function createTargetManagerFromDiscriminatorValue(parseNode: Par
|
|
|
21291
21312
|
* @returns {TargetResource}
|
|
21292
21313
|
*/
|
|
21293
21314
|
export declare function createTargetResourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21315
|
+
/**
|
|
21316
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21317
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21318
|
+
* @returns {TargetUserSponsors}
|
|
21319
|
+
*/
|
|
21320
|
+
export declare function createTargetUserSponsorsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21294
21321
|
/**
|
|
21295
21322
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21296
21323
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21471,6 +21498,12 @@ export declare function createTeamsAsyncOperationCollectionResponseFromDiscrimin
|
|
|
21471
21498
|
* @returns {TeamsAsyncOperation}
|
|
21472
21499
|
*/
|
|
21473
21500
|
export declare function createTeamsAsyncOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21501
|
+
/**
|
|
21502
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21503
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21504
|
+
* @returns {TeamsLicensingDetails}
|
|
21505
|
+
*/
|
|
21506
|
+
export declare function createTeamsLicensingDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21474
21507
|
/**
|
|
21475
21508
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21476
21509
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -23977,7 +24010,7 @@ export interface CrossTenantAccessPolicyB2BSetting extends AdditionalDataHolder,
|
|
|
23977
24010
|
}
|
|
23978
24011
|
export interface CrossTenantAccessPolicyConfigurationDefault extends Entity, Parsable {
|
|
23979
24012
|
/**
|
|
23980
|
-
* Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and
|
|
24013
|
+
* Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and can't be updated in the default configuration. Read-only.
|
|
23981
24014
|
*/
|
|
23982
24015
|
automaticUserConsentSettings?: InboundOutboundPolicyConfiguration;
|
|
23983
24016
|
/**
|
|
@@ -24001,7 +24034,11 @@ export interface CrossTenantAccessPolicyConfigurationDefault extends Entity, Par
|
|
|
24001
24034
|
*/
|
|
24002
24035
|
inboundTrust?: CrossTenantAccessPolicyInboundTrust;
|
|
24003
24036
|
/**
|
|
24004
|
-
*
|
|
24037
|
+
* Defines the priority order based on which an identity provider is selected during invitation redemption for a guest user.
|
|
24038
|
+
*/
|
|
24039
|
+
invitationRedemptionIdentityProviderConfiguration?: DefaultInvitationRedemptionIdentityProviderConfiguration;
|
|
24040
|
+
/**
|
|
24041
|
+
* If true, the default configuration is set to the system default configuration. If false, the default settings are customized.
|
|
24005
24042
|
*/
|
|
24006
24043
|
isServiceDefault?: boolean;
|
|
24007
24044
|
}
|
|
@@ -24583,6 +24620,8 @@ export interface DefaultColumnValue extends AdditionalDataHolder, BackedModel, P
|
|
|
24583
24620
|
*/
|
|
24584
24621
|
value?: string;
|
|
24585
24622
|
}
|
|
24623
|
+
export interface DefaultInvitationRedemptionIdentityProviderConfiguration extends InvitationRedemptionIdentityProviderConfiguration, Parsable {
|
|
24624
|
+
}
|
|
24586
24625
|
/**
|
|
24587
24626
|
* Policy used to configure detailed management settings for a specified set of apps for all users not targeted by a TargetedManagedAppProtection Policy
|
|
24588
24627
|
*/
|
|
@@ -27691,6 +27730,11 @@ export declare function deserializeIntoDaylightTimeZoneOffset(daylightTimeZoneOf
|
|
|
27691
27730
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
27692
27731
|
*/
|
|
27693
27732
|
export declare function deserializeIntoDefaultColumnValue(defaultColumnValue?: Partial<DefaultColumnValue> | undefined): Record<string, (node: ParseNode) => void>;
|
|
27733
|
+
/**
|
|
27734
|
+
* The deserialization information for the current model
|
|
27735
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
27736
|
+
*/
|
|
27737
|
+
export declare function deserializeIntoDefaultInvitationRedemptionIdentityProviderConfiguration(defaultInvitationRedemptionIdentityProviderConfiguration?: Partial<DefaultInvitationRedemptionIdentityProviderConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
27694
27738
|
/**
|
|
27695
27739
|
* The deserialization information for the current model
|
|
27696
27740
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -29566,6 +29610,11 @@ export declare function deserializeIntoInvitationCollectionResponse(invitationCo
|
|
|
29566
29610
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29567
29611
|
*/
|
|
29568
29612
|
export declare function deserializeIntoInvitationParticipantInfo(invitationParticipantInfo?: Partial<InvitationParticipantInfo> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29613
|
+
/**
|
|
29614
|
+
* The deserialization information for the current model
|
|
29615
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29616
|
+
*/
|
|
29617
|
+
export declare function deserializeIntoInvitationRedemptionIdentityProviderConfiguration(invitationRedemptionIdentityProviderConfiguration?: Partial<InvitationRedemptionIdentityProviderConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29569
29618
|
/**
|
|
29570
29619
|
* The deserialization information for the current model
|
|
29571
29620
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -33476,6 +33525,11 @@ export declare function deserializeIntoTargetManager(targetManager?: Partial<Tar
|
|
|
33476
33525
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
33477
33526
|
*/
|
|
33478
33527
|
export declare function deserializeIntoTargetResource(targetResource?: Partial<TargetResource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
33528
|
+
/**
|
|
33529
|
+
* The deserialization information for the current model
|
|
33530
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
33531
|
+
*/
|
|
33532
|
+
export declare function deserializeIntoTargetUserSponsors(targetUserSponsors?: Partial<TargetUserSponsors> | undefined): Record<string, (node: ParseNode) => void>;
|
|
33479
33533
|
/**
|
|
33480
33534
|
* The deserialization information for the current model
|
|
33481
33535
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -33626,6 +33680,11 @@ export declare function deserializeIntoTeamsAsyncOperation(teamsAsyncOperation?:
|
|
|
33626
33680
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
33627
33681
|
*/
|
|
33628
33682
|
export declare function deserializeIntoTeamsAsyncOperationCollectionResponse(teamsAsyncOperationCollectionResponse?: Partial<TeamsAsyncOperationCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
33683
|
+
/**
|
|
33684
|
+
* The deserialization information for the current model
|
|
33685
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
33686
|
+
*/
|
|
33687
|
+
export declare function deserializeIntoTeamsLicensingDetails(teamsLicensingDetails?: Partial<TeamsLicensingDetails> | undefined): Record<string, (node: ParseNode) => void>;
|
|
33629
33688
|
/**
|
|
33630
33689
|
* The deserialization information for the current model
|
|
33631
33690
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -35771,7 +35830,7 @@ export interface Device extends DirectoryObject, Parsable {
|
|
|
35771
35830
|
*/
|
|
35772
35831
|
enrollmentProfileName?: string;
|
|
35773
35832
|
/**
|
|
35774
|
-
*
|
|
35833
|
+
* Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.
|
|
35775
35834
|
*/
|
|
35776
35835
|
enrollmentType?: string;
|
|
35777
35836
|
/**
|
|
@@ -35787,11 +35846,11 @@ export interface Device extends DirectoryObject, Parsable {
|
|
|
35787
35846
|
*/
|
|
35788
35847
|
isManaged?: boolean;
|
|
35789
35848
|
/**
|
|
35790
|
-
*
|
|
35849
|
+
* true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune.
|
|
35791
35850
|
*/
|
|
35792
35851
|
isRooted?: boolean;
|
|
35793
35852
|
/**
|
|
35794
|
-
* The
|
|
35853
|
+
* The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.
|
|
35795
35854
|
*/
|
|
35796
35855
|
managementType?: string;
|
|
35797
35856
|
/**
|
|
@@ -35815,7 +35874,7 @@ export interface Device extends DirectoryObject, Parsable {
|
|
|
35815
35874
|
*/
|
|
35816
35875
|
onPremisesLastSyncDateTime?: Date;
|
|
35817
35876
|
/**
|
|
35818
|
-
* The
|
|
35877
|
+
* The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq).
|
|
35819
35878
|
*/
|
|
35820
35879
|
onPremisesSecurityIdentifier?: string;
|
|
35821
35880
|
/**
|
|
@@ -37673,7 +37732,7 @@ export interface DeviceManagement extends Entity, Parsable {
|
|
|
37673
37732
|
*/
|
|
37674
37733
|
userExperienceAnalyticsWorkFromAnywhereModelPerformance?: UserExperienceAnalyticsWorkFromAnywhereModelPerformance[];
|
|
37675
37734
|
/**
|
|
37676
|
-
*
|
|
37735
|
+
* Virtual endpoint
|
|
37677
37736
|
*/
|
|
37678
37737
|
virtualEndpoint?: VirtualEndpoint;
|
|
37679
37738
|
/**
|
|
@@ -38421,7 +38480,7 @@ export interface DocumentSetVersion extends ListItemVersion, Parsable {
|
|
|
38421
38480
|
*/
|
|
38422
38481
|
items?: DocumentSetVersionItem[];
|
|
38423
38482
|
/**
|
|
38424
|
-
* If true, minor versions of items are also captured; otherwise, only major versions
|
|
38483
|
+
* If true, minor versions of items are also captured; otherwise, only major versions are captured. The default value is false.
|
|
38425
38484
|
*/
|
|
38426
38485
|
shouldCaptureMinorVersion?: boolean;
|
|
38427
38486
|
}
|
|
@@ -39120,7 +39179,7 @@ export interface EducationAssignment extends Entity, Parsable {
|
|
|
39120
39179
|
*/
|
|
39121
39180
|
lastModifiedBy?: IdentitySet;
|
|
39122
39181
|
/**
|
|
39123
|
-
*
|
|
39182
|
+
* The date and time on which the assignment was modified. A student submission doesn't modify the assignment; only teachers can update assignments. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
|
|
39124
39183
|
*/
|
|
39125
39184
|
lastModifiedDateTime?: Date;
|
|
39126
39185
|
/**
|
|
@@ -39937,7 +39996,7 @@ export interface EducationSubmission extends Entity, Parsable {
|
|
|
39937
39996
|
*/
|
|
39938
39997
|
returnedDateTime?: Date;
|
|
39939
39998
|
/**
|
|
39940
|
-
* Read-only. Possible values are: working, submitted, returned, and reassigned. Note that you must use the Prefer: include-unknown-enum-members request header to get the following
|
|
39999
|
+
* Read-only. Possible values are: working, submitted, returned, and reassigned. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reassigned.
|
|
39941
40000
|
*/
|
|
39942
40001
|
status?: EducationSubmissionStatus;
|
|
39943
40002
|
/**
|
|
@@ -41278,7 +41337,7 @@ export interface FederatedIdentityCredential extends Entity, Parsable {
|
|
|
41278
41337
|
*/
|
|
41279
41338
|
issuer?: string;
|
|
41280
41339
|
/**
|
|
41281
|
-
* The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it's created. Required. Not nullable. Supports $filter (eq).
|
|
41340
|
+
* The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it's created. Alternate key. Required. Not nullable. Supports $filter (eq).
|
|
41282
41341
|
*/
|
|
41283
41342
|
name?: string;
|
|
41284
41343
|
/**
|
|
@@ -42103,7 +42162,7 @@ export interface Group extends DirectoryObject, Parsable {
|
|
|
42103
42162
|
*/
|
|
42104
42163
|
transitiveMembers?: DirectoryObject[];
|
|
42105
42164
|
/**
|
|
42106
|
-
* The
|
|
42165
|
+
* The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only.
|
|
42107
42166
|
*/
|
|
42108
42167
|
uniqueName?: string;
|
|
42109
42168
|
/**
|
|
@@ -42261,15 +42320,15 @@ export interface HomeRealmDiscoveryPolicyCollectionResponse extends BaseCollecti
|
|
|
42261
42320
|
}
|
|
42262
42321
|
export interface HorizontalSection extends Entity, Parsable {
|
|
42263
42322
|
/**
|
|
42264
|
-
* The columns
|
|
42323
|
+
* The set of vertical columns in this section.
|
|
42265
42324
|
*/
|
|
42266
42325
|
columns?: HorizontalSectionColumn[];
|
|
42267
42326
|
/**
|
|
42268
|
-
*
|
|
42327
|
+
* Enumeration value that indicates the emphasis of the section background. The possible values are: none, netural, soft, strong, unknownFutureValue.
|
|
42269
42328
|
*/
|
|
42270
42329
|
emphasis?: SectionEmphasisType;
|
|
42271
42330
|
/**
|
|
42272
|
-
* The
|
|
42331
|
+
* Layout type of the section. The possible values are: none, oneColumn, twoColumns, threeColumns, oneThirdLeftColumn, oneThirdRightColumn, fullWidth, unknownFutureValue.
|
|
42273
42332
|
*/
|
|
42274
42333
|
layout?: HorizontalSectionLayoutType;
|
|
42275
42334
|
}
|
|
@@ -42281,11 +42340,11 @@ export interface HorizontalSectionCollectionResponse extends BaseCollectionPagin
|
|
|
42281
42340
|
}
|
|
42282
42341
|
export interface HorizontalSectionColumn extends Entity, Parsable {
|
|
42283
42342
|
/**
|
|
42284
|
-
* The
|
|
42343
|
+
* The collection of WebParts in this column.
|
|
42285
42344
|
*/
|
|
42286
42345
|
webparts?: WebPart[];
|
|
42287
42346
|
/**
|
|
42288
|
-
*
|
|
42347
|
+
* Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section.
|
|
42289
42348
|
*/
|
|
42290
42349
|
width?: number;
|
|
42291
42350
|
}
|
|
@@ -43247,13 +43306,17 @@ export interface Invitation extends Entity, Parsable {
|
|
|
43247
43306
|
*/
|
|
43248
43307
|
invitedUserDisplayName?: string;
|
|
43249
43308
|
/**
|
|
43250
|
-
* The email address of the user being invited. Required. The following special characters aren't permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks (')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name
|
|
43309
|
+
* The email address of the user being invited. Required. The following special characters aren't permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks (')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name, including at the beginning or end of the name.
|
|
43251
43310
|
*/
|
|
43252
43311
|
invitedUserEmailAddress?: string;
|
|
43253
43312
|
/**
|
|
43254
|
-
* Additional configuration for the message being sent to the invited user, including customizing message text, language and cc recipient list.
|
|
43313
|
+
* Additional configuration for the message being sent to the invited user, including customizing message text, language, and cc recipient list.
|
|
43255
43314
|
*/
|
|
43256
43315
|
invitedUserMessageInfo?: InvitedUserMessageInfo;
|
|
43316
|
+
/**
|
|
43317
|
+
* The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date.
|
|
43318
|
+
*/
|
|
43319
|
+
invitedUserSponsors?: DirectoryObject[];
|
|
43257
43320
|
/**
|
|
43258
43321
|
* The userType of the user being invited. By default, this is Guest. You can invite as Member if you're a company administrator.
|
|
43259
43322
|
*/
|
|
@@ -43319,6 +43382,28 @@ export interface InvitationParticipantInfo extends AdditionalDataHolder, BackedM
|
|
|
43319
43382
|
*/
|
|
43320
43383
|
replacesCallId?: string;
|
|
43321
43384
|
}
|
|
43385
|
+
export interface InvitationRedemptionIdentityProviderConfiguration extends AdditionalDataHolder, BackedModel, Parsable {
|
|
43386
|
+
/**
|
|
43387
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
43388
|
+
*/
|
|
43389
|
+
additionalData?: Record<string, unknown>;
|
|
43390
|
+
/**
|
|
43391
|
+
* Stores model information.
|
|
43392
|
+
*/
|
|
43393
|
+
backingStoreEnabled?: boolean;
|
|
43394
|
+
/**
|
|
43395
|
+
* The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.
|
|
43396
|
+
*/
|
|
43397
|
+
fallbackIdentityProvider?: B2bIdentityProvidersType;
|
|
43398
|
+
/**
|
|
43399
|
+
* The OdataType property
|
|
43400
|
+
*/
|
|
43401
|
+
odataType?: string;
|
|
43402
|
+
/**
|
|
43403
|
+
* Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.
|
|
43404
|
+
*/
|
|
43405
|
+
primaryIdentityProviderPrecedenceOrder?: B2bIdentityProvidersType[];
|
|
43406
|
+
}
|
|
43322
43407
|
export interface InvitedUserMessageInfo extends AdditionalDataHolder, BackedModel, Parsable {
|
|
43323
43408
|
/**
|
|
43324
43409
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -45204,6 +45289,10 @@ export interface LearningContent extends Entity, Parsable {
|
|
|
45204
45289
|
* The date and time when the learning content was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
|
|
45205
45290
|
*/
|
|
45206
45291
|
lastModifiedDateTime?: Date;
|
|
45292
|
+
/**
|
|
45293
|
+
* The level property
|
|
45294
|
+
*/
|
|
45295
|
+
level?: Level;
|
|
45207
45296
|
/**
|
|
45208
45297
|
* The number of pages of the learning content, for example, 9. Optional.
|
|
45209
45298
|
*/
|
|
@@ -45317,6 +45406,7 @@ export interface LearningSelfInitiatedCourse extends LearningCourseActivity, Par
|
|
|
45317
45406
|
*/
|
|
45318
45407
|
startedDateTime?: Date;
|
|
45319
45408
|
}
|
|
45409
|
+
export type Level = (typeof LevelObject)[keyof typeof LevelObject];
|
|
45320
45410
|
export interface LicenseAssignmentState extends AdditionalDataHolder, BackedModel, Parsable {
|
|
45321
45411
|
/**
|
|
45322
45412
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -47151,6 +47241,10 @@ export interface ManagedDevice extends Entity, Parsable {
|
|
|
47151
47241
|
* Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only.
|
|
47152
47242
|
*/
|
|
47153
47243
|
enrolledDateTime?: Date;
|
|
47244
|
+
/**
|
|
47245
|
+
* Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.
|
|
47246
|
+
*/
|
|
47247
|
+
enrollmentProfileName?: string;
|
|
47154
47248
|
/**
|
|
47155
47249
|
* Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.
|
|
47156
47250
|
*/
|
|
@@ -48424,7 +48518,7 @@ export interface MessageRule extends Entity, Parsable {
|
|
|
48424
48518
|
*/
|
|
48425
48519
|
actions?: MessageRuleActions;
|
|
48426
48520
|
/**
|
|
48427
|
-
* Conditions that when fulfilled
|
|
48521
|
+
* Conditions that when fulfilled trigger the corresponding actions for that rule.
|
|
48428
48522
|
*/
|
|
48429
48523
|
conditions?: MessageRulePredicates;
|
|
48430
48524
|
/**
|
|
@@ -48720,7 +48814,7 @@ export interface MetaDataKeyStringPair extends AdditionalDataHolder, BackedModel
|
|
|
48720
48814
|
*/
|
|
48721
48815
|
backingStoreEnabled?: boolean;
|
|
48722
48816
|
/**
|
|
48723
|
-
*
|
|
48817
|
+
* Key of the meta data.
|
|
48724
48818
|
*/
|
|
48725
48819
|
key?: string;
|
|
48726
48820
|
/**
|
|
@@ -48728,7 +48822,7 @@ export interface MetaDataKeyStringPair extends AdditionalDataHolder, BackedModel
|
|
|
48728
48822
|
*/
|
|
48729
48823
|
odataType?: string;
|
|
48730
48824
|
/**
|
|
48731
|
-
*
|
|
48825
|
+
* Value of the meta data.
|
|
48732
48826
|
*/
|
|
48733
48827
|
value?: string;
|
|
48734
48828
|
}
|
|
@@ -48834,7 +48928,7 @@ export interface MicrosoftManagedDesktop extends AdditionalDataHolder, BackedMod
|
|
|
48834
48928
|
*/
|
|
48835
48929
|
backingStoreEnabled?: boolean;
|
|
48836
48930
|
/**
|
|
48837
|
-
* The
|
|
48931
|
+
* Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.
|
|
48838
48932
|
*/
|
|
48839
48933
|
managedType?: MicrosoftManagedDesktopType;
|
|
48840
48934
|
/**
|
|
@@ -48842,7 +48936,7 @@ export interface MicrosoftManagedDesktop extends AdditionalDataHolder, BackedMod
|
|
|
48842
48936
|
*/
|
|
48843
48937
|
odataType?: string;
|
|
48844
48938
|
/**
|
|
48845
|
-
* The profile
|
|
48939
|
+
* The name of the Microsoft Managed Desktop profile that the Windows 365 Cloud PC is associated with.
|
|
48846
48940
|
*/
|
|
48847
48941
|
profile?: string;
|
|
48848
48942
|
}
|
|
@@ -49104,6 +49198,10 @@ export interface MobileAppContentFile extends Entity, Parsable {
|
|
|
49104
49198
|
* A value indicating whether the file is committed.
|
|
49105
49199
|
*/
|
|
49106
49200
|
isCommitted?: boolean;
|
|
49201
|
+
/**
|
|
49202
|
+
* Indicates whether this content file is a dependency for the main content file. TRUE means that the content file is a dependency, FALSE means that the content file is not a dependency and is the main content file. Defaults to FALSE.
|
|
49203
|
+
*/
|
|
49204
|
+
isDependency?: boolean;
|
|
49107
49205
|
/**
|
|
49108
49206
|
* The manifest information.
|
|
49109
49207
|
*/
|
|
@@ -52353,7 +52451,7 @@ export interface Place extends Entity, Parsable {
|
|
|
52353
52451
|
*/
|
|
52354
52452
|
displayName?: string;
|
|
52355
52453
|
/**
|
|
52356
|
-
* Specifies the place location in latitude, longitude and (optionally) altitude coordinates.
|
|
52454
|
+
* Specifies the place location in latitude, longitude, and (optionally) altitude coordinates.
|
|
52357
52455
|
*/
|
|
52358
52456
|
geoCoordinates?: OutlookGeoCoordinates;
|
|
52359
52457
|
/**
|
|
@@ -55101,11 +55199,11 @@ export interface ReactionsFacet extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
55101
55199
|
*/
|
|
55102
55200
|
backingStoreEnabled?: boolean;
|
|
55103
55201
|
/**
|
|
55104
|
-
*
|
|
55202
|
+
* Count of comments.
|
|
55105
55203
|
*/
|
|
55106
55204
|
commentCount?: number;
|
|
55107
55205
|
/**
|
|
55108
|
-
*
|
|
55206
|
+
* Count of likes.
|
|
55109
55207
|
*/
|
|
55110
55208
|
likeCount?: number;
|
|
55111
55209
|
/**
|
|
@@ -55113,7 +55211,7 @@ export interface ReactionsFacet extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
55113
55211
|
*/
|
|
55114
55212
|
odataType?: string;
|
|
55115
55213
|
/**
|
|
55116
|
-
*
|
|
55214
|
+
* Count of shares.
|
|
55117
55215
|
*/
|
|
55118
55216
|
shareCount?: number;
|
|
55119
55217
|
}
|
|
@@ -55515,7 +55613,7 @@ export interface RelatedContact extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
55515
55613
|
}
|
|
55516
55614
|
export interface RelyingPartyDetailedSummary extends Entity, Parsable {
|
|
55517
55615
|
/**
|
|
55518
|
-
*
|
|
55616
|
+
* Number of failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).
|
|
55519
55617
|
*/
|
|
55520
55618
|
failedSignInCount?: number;
|
|
55521
55619
|
/**
|
|
@@ -55523,39 +55621,39 @@ export interface RelyingPartyDetailedSummary extends Entity, Parsable {
|
|
|
55523
55621
|
*/
|
|
55524
55622
|
migrationStatus?: MigrationStatus;
|
|
55525
55623
|
/**
|
|
55526
|
-
*
|
|
55624
|
+
* Specifies all the validations checks done on applications config details.
|
|
55527
55625
|
*/
|
|
55528
55626
|
migrationValidationDetails?: KeyValuePair[];
|
|
55529
55627
|
/**
|
|
55530
|
-
*
|
|
55628
|
+
* Identifies the relying party to this federation service. It's used when issuing claims to the relying party. Supports $orderby, $filter (eq).
|
|
55531
55629
|
*/
|
|
55532
55630
|
relyingPartyId?: string;
|
|
55533
55631
|
/**
|
|
55534
|
-
*
|
|
55632
|
+
* Name of the relying party's website or other entity on the Internet that uses an identity provider to authenticate a user who wants to log in. Supports $orderby, $filter (eq).
|
|
55535
55633
|
*/
|
|
55536
55634
|
relyingPartyName?: string;
|
|
55537
55635
|
/**
|
|
55538
|
-
*
|
|
55636
|
+
* Specifies where the relying party expects to receive the token.
|
|
55539
55637
|
*/
|
|
55540
55638
|
replyUrls?: string[];
|
|
55541
55639
|
/**
|
|
55542
|
-
*
|
|
55640
|
+
* Uniquely identifies the Active Directory forest. Supports $orderby, $filter (eq).
|
|
55543
55641
|
*/
|
|
55544
55642
|
serviceId?: string;
|
|
55545
55643
|
/**
|
|
55546
|
-
*
|
|
55644
|
+
* Calculated as Number of successful / (Number of successful + Number of failed sign ins) or successfulSignInCount / totalSignInCount on AD FS in the period specified. Supports $orderby, $filter (eq).
|
|
55547
55645
|
*/
|
|
55548
55646
|
signInSuccessRate?: number;
|
|
55549
55647
|
/**
|
|
55550
|
-
*
|
|
55648
|
+
* Number of successful sign ins on AD FS. Supports $orderby, $filter (eq).
|
|
55551
55649
|
*/
|
|
55552
55650
|
successfulSignInCount?: number;
|
|
55553
55651
|
/**
|
|
55554
|
-
*
|
|
55652
|
+
* Number of successful + failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).
|
|
55555
55653
|
*/
|
|
55556
55654
|
totalSignInCount?: number;
|
|
55557
55655
|
/**
|
|
55558
|
-
*
|
|
55656
|
+
* Number of unique users that signed into the application. Supports $orderby, $filter (eq).
|
|
55559
55657
|
*/
|
|
55560
55658
|
uniqueUserCount?: number;
|
|
55561
55659
|
}
|
|
@@ -55943,6 +56041,10 @@ export interface ResellerDelegatedAdminRelationship extends DelegatedAdminRelati
|
|
|
55943
56041
|
* Reset passcode action result
|
|
55944
56042
|
*/
|
|
55945
56043
|
export interface ResetPasscodeActionResult extends DeviceActionResult, Parsable {
|
|
56044
|
+
/**
|
|
56045
|
+
* RotateBitLockerKeys action error code. Valid values 0 to 2147483647
|
|
56046
|
+
*/
|
|
56047
|
+
errorCode?: number;
|
|
55946
56048
|
/**
|
|
55947
56049
|
* Newly generated passcode for the device
|
|
55948
56050
|
*/
|
|
@@ -56720,7 +56822,7 @@ export interface Room extends Parsable, Place {
|
|
|
56720
56822
|
*/
|
|
56721
56823
|
nickname?: string;
|
|
56722
56824
|
/**
|
|
56723
|
-
* Specifies
|
|
56825
|
+
* Specifies other features of the room, for example, details like the type of view or furniture type.
|
|
56724
56826
|
*/
|
|
56725
56827
|
tags?: string[];
|
|
56726
56828
|
/**
|
|
@@ -57834,6 +57936,10 @@ export interface Security extends Entity, Parsable {
|
|
|
57834
57936
|
* A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.
|
|
57835
57937
|
*/
|
|
57836
57938
|
incidents?: Incident[];
|
|
57939
|
+
/**
|
|
57940
|
+
* The labels property
|
|
57941
|
+
*/
|
|
57942
|
+
labels?: LabelsRoot;
|
|
57837
57943
|
/**
|
|
57838
57944
|
* The secureScoreControlProfiles property
|
|
57839
57945
|
*/
|
|
@@ -60664,6 +60770,11 @@ export declare function serializeDaylightTimeZoneOffset(writer: SerializationWri
|
|
|
60664
60770
|
* @param writer Serialization writer to use to serialize this model
|
|
60665
60771
|
*/
|
|
60666
60772
|
export declare function serializeDefaultColumnValue(writer: SerializationWriter, defaultColumnValue?: Partial<DefaultColumnValue> | undefined): void;
|
|
60773
|
+
/**
|
|
60774
|
+
* Serializes information the current object
|
|
60775
|
+
* @param writer Serialization writer to use to serialize this model
|
|
60776
|
+
*/
|
|
60777
|
+
export declare function serializeDefaultInvitationRedemptionIdentityProviderConfiguration(writer: SerializationWriter, defaultInvitationRedemptionIdentityProviderConfiguration?: Partial<DefaultInvitationRedemptionIdentityProviderConfiguration> | undefined): void;
|
|
60667
60778
|
/**
|
|
60668
60779
|
* Serializes information the current object
|
|
60669
60780
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -62539,6 +62650,11 @@ export declare function serializeInvitationCollectionResponse(writer: Serializat
|
|
|
62539
62650
|
* @param writer Serialization writer to use to serialize this model
|
|
62540
62651
|
*/
|
|
62541
62652
|
export declare function serializeInvitationParticipantInfo(writer: SerializationWriter, invitationParticipantInfo?: Partial<InvitationParticipantInfo> | undefined): void;
|
|
62653
|
+
/**
|
|
62654
|
+
* Serializes information the current object
|
|
62655
|
+
* @param writer Serialization writer to use to serialize this model
|
|
62656
|
+
*/
|
|
62657
|
+
export declare function serializeInvitationRedemptionIdentityProviderConfiguration(writer: SerializationWriter, invitationRedemptionIdentityProviderConfiguration?: Partial<InvitationRedemptionIdentityProviderConfiguration> | undefined): void;
|
|
62542
62658
|
/**
|
|
62543
62659
|
* Serializes information the current object
|
|
62544
62660
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -66449,6 +66565,11 @@ export declare function serializeTargetManager(writer: SerializationWriter, targ
|
|
|
66449
66565
|
* @param writer Serialization writer to use to serialize this model
|
|
66450
66566
|
*/
|
|
66451
66567
|
export declare function serializeTargetResource(writer: SerializationWriter, targetResource?: Partial<TargetResource> | undefined): void;
|
|
66568
|
+
/**
|
|
66569
|
+
* Serializes information the current object
|
|
66570
|
+
* @param writer Serialization writer to use to serialize this model
|
|
66571
|
+
*/
|
|
66572
|
+
export declare function serializeTargetUserSponsors(writer: SerializationWriter, targetUserSponsors?: Partial<TargetUserSponsors> | undefined): void;
|
|
66452
66573
|
/**
|
|
66453
66574
|
* Serializes information the current object
|
|
66454
66575
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -66599,6 +66720,11 @@ export declare function serializeTeamsAsyncOperation(writer: SerializationWriter
|
|
|
66599
66720
|
* @param writer Serialization writer to use to serialize this model
|
|
66600
66721
|
*/
|
|
66601
66722
|
export declare function serializeTeamsAsyncOperationCollectionResponse(writer: SerializationWriter, teamsAsyncOperationCollectionResponse?: Partial<TeamsAsyncOperationCollectionResponse> | undefined): void;
|
|
66723
|
+
/**
|
|
66724
|
+
* Serializes information the current object
|
|
66725
|
+
* @param writer Serialization writer to use to serialize this model
|
|
66726
|
+
*/
|
|
66727
|
+
export declare function serializeTeamsLicensingDetails(writer: SerializationWriter, teamsLicensingDetails?: Partial<TeamsLicensingDetails> | undefined): void;
|
|
66602
66728
|
/**
|
|
66603
66729
|
* Serializes information the current object
|
|
66604
66730
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -68654,15 +68780,15 @@ export interface ServerProcessedContent extends AdditionalDataHolder, BackedMode
|
|
|
68654
68780
|
*/
|
|
68655
68781
|
backingStoreEnabled?: boolean;
|
|
68656
68782
|
/**
|
|
68657
|
-
*
|
|
68783
|
+
* A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them.
|
|
68658
68784
|
*/
|
|
68659
68785
|
htmlStrings?: MetaDataKeyStringPair[];
|
|
68660
68786
|
/**
|
|
68661
|
-
*
|
|
68787
|
+
* A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them.
|
|
68662
68788
|
*/
|
|
68663
68789
|
imageSources?: MetaDataKeyStringPair[];
|
|
68664
68790
|
/**
|
|
68665
|
-
*
|
|
68791
|
+
* A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them.
|
|
68666
68792
|
*/
|
|
68667
68793
|
links?: MetaDataKeyStringPair[];
|
|
68668
68794
|
/**
|
|
@@ -68670,7 +68796,7 @@ export interface ServerProcessedContent extends AdditionalDataHolder, BackedMode
|
|
|
68670
68796
|
*/
|
|
68671
68797
|
odataType?: string;
|
|
68672
68798
|
/**
|
|
68673
|
-
*
|
|
68799
|
+
* A key-value map where keys are string identifiers and values are strings that should be search indexed.
|
|
68674
68800
|
*/
|
|
68675
68801
|
searchablePlainTexts?: MetaDataKeyStringPair[];
|
|
68676
68802
|
}
|
|
@@ -70620,7 +70746,7 @@ export interface SingleValueLegacyExtendedProperty extends Entity, Parsable {
|
|
|
70620
70746
|
}
|
|
70621
70747
|
export interface Site extends BaseItem, Parsable {
|
|
70622
70748
|
/**
|
|
70623
|
-
* Analytics about the view activities that took place
|
|
70749
|
+
* Analytics about the view activities that took place on this site.
|
|
70624
70750
|
*/
|
|
70625
70751
|
analytics?: ItemAnalytics;
|
|
70626
70752
|
/**
|
|
@@ -70672,7 +70798,7 @@ export interface Site extends BaseItem, Parsable {
|
|
|
70672
70798
|
*/
|
|
70673
70799
|
operations?: RichLongRunningOperation[];
|
|
70674
70800
|
/**
|
|
70675
|
-
* The pages
|
|
70801
|
+
* The collection of pages in the baseSitePages list in this site.
|
|
70676
70802
|
*/
|
|
70677
70803
|
pages?: BaseSitePage[];
|
|
70678
70804
|
/**
|
|
@@ -70680,7 +70806,7 @@ export interface Site extends BaseItem, Parsable {
|
|
|
70680
70806
|
*/
|
|
70681
70807
|
permissions?: Permission[];
|
|
70682
70808
|
/**
|
|
70683
|
-
* If present,
|
|
70809
|
+
* If present, provides the root site in the site collection. Read-only.
|
|
70684
70810
|
*/
|
|
70685
70811
|
root?: Root;
|
|
70686
70812
|
/**
|
|
@@ -70738,35 +70864,35 @@ export interface SiteCollectionResponse extends BaseCollectionPaginationCountRes
|
|
|
70738
70864
|
}
|
|
70739
70865
|
export interface SitePage extends BaseSitePage, Parsable {
|
|
70740
70866
|
/**
|
|
70741
|
-
*
|
|
70867
|
+
* Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.
|
|
70742
70868
|
*/
|
|
70743
70869
|
canvasLayout?: CanvasLayout;
|
|
70744
70870
|
/**
|
|
70745
|
-
* The
|
|
70871
|
+
* Indicates the promotion kind of the sitePage. The possible values are: microsoftReserved, page, newsPost, unknownFutureValue.
|
|
70746
70872
|
*/
|
|
70747
70873
|
promotionKind?: PagePromotionType;
|
|
70748
70874
|
/**
|
|
70749
|
-
*
|
|
70875
|
+
* Reactions information for the page.
|
|
70750
70876
|
*/
|
|
70751
70877
|
reactions?: ReactionsFacet;
|
|
70752
70878
|
/**
|
|
70753
|
-
*
|
|
70879
|
+
* Determines whether or not to show comments at the bottom of the page.
|
|
70754
70880
|
*/
|
|
70755
70881
|
showComments?: boolean;
|
|
70756
70882
|
/**
|
|
70757
|
-
*
|
|
70883
|
+
* Determines whether or not to show recommended pages at the bottom of the page.
|
|
70758
70884
|
*/
|
|
70759
70885
|
showRecommendedPages?: boolean;
|
|
70760
70886
|
/**
|
|
70761
|
-
*
|
|
70887
|
+
* Url of the sitePage's thumbnail image
|
|
70762
70888
|
*/
|
|
70763
70889
|
thumbnailWebUrl?: string;
|
|
70764
70890
|
/**
|
|
70765
|
-
*
|
|
70891
|
+
* Title area on the SharePoint page.
|
|
70766
70892
|
*/
|
|
70767
70893
|
titleArea?: TitleArea;
|
|
70768
70894
|
/**
|
|
70769
|
-
*
|
|
70895
|
+
* Collection of webparts on the SharePoint page.
|
|
70770
70896
|
*/
|
|
70771
70897
|
webParts?: WebPart[];
|
|
70772
70898
|
}
|
|
@@ -71075,15 +71201,15 @@ export interface StandardTimeZoneOffset extends AdditionalDataHolder, BackedMode
|
|
|
71075
71201
|
}
|
|
71076
71202
|
export interface StandardWebPart extends Parsable, WebPart {
|
|
71077
71203
|
/**
|
|
71078
|
-
* The
|
|
71204
|
+
* The instance identifier of the container text webPart. It only works for inline standard webPart in rich text webParts.
|
|
71079
71205
|
*/
|
|
71080
71206
|
containerTextWebPartId?: string;
|
|
71081
71207
|
/**
|
|
71082
|
-
*
|
|
71208
|
+
* Data of the webPart.
|
|
71083
71209
|
*/
|
|
71084
71210
|
data?: WebPartData;
|
|
71085
71211
|
/**
|
|
71086
|
-
*
|
|
71212
|
+
* A Guid that indicates the webPart type.
|
|
71087
71213
|
*/
|
|
71088
71214
|
webPartType?: string;
|
|
71089
71215
|
}
|
|
@@ -72312,6 +72438,8 @@ export interface TargetResource extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
72312
72438
|
userPrincipalName?: string;
|
|
72313
72439
|
}
|
|
72314
72440
|
export type TargettedUserType = (typeof TargettedUserTypeObject)[keyof typeof TargettedUserTypeObject];
|
|
72441
|
+
export interface TargetUserSponsors extends Parsable, SubjectSet {
|
|
72442
|
+
}
|
|
72315
72443
|
export interface TaskFileAttachment extends AttachmentBase, Parsable {
|
|
72316
72444
|
/**
|
|
72317
72445
|
* The base64-encoded contents of the file.
|
|
@@ -72906,6 +73034,12 @@ export interface TeamsAsyncOperationCollectionResponse extends BaseCollectionPag
|
|
|
72906
73034
|
}
|
|
72907
73035
|
export type TeamsAsyncOperationStatus = (typeof TeamsAsyncOperationStatusObject)[keyof typeof TeamsAsyncOperationStatusObject];
|
|
72908
73036
|
export type TeamsAsyncOperationType = (typeof TeamsAsyncOperationTypeObject)[keyof typeof TeamsAsyncOperationTypeObject];
|
|
73037
|
+
export interface TeamsLicensingDetails extends Entity, Parsable {
|
|
73038
|
+
/**
|
|
73039
|
+
* Indicates whether the user has a valid license to use Microsoft Teams.
|
|
73040
|
+
*/
|
|
73041
|
+
hasTeamsLicense?: boolean;
|
|
73042
|
+
}
|
|
72909
73043
|
export type TeamSpecialization = (typeof TeamSpecializationObject)[keyof typeof TeamSpecializationObject];
|
|
72910
73044
|
export interface TeamsTab extends Entity, Parsable {
|
|
72911
73045
|
/**
|
|
@@ -73015,6 +73149,14 @@ export interface Teamwork extends Entity, Parsable {
|
|
|
73015
73149
|
* The deleted team.
|
|
73016
73150
|
*/
|
|
73017
73151
|
deletedTeams?: DeletedTeam[];
|
|
73152
|
+
/**
|
|
73153
|
+
* Indicates whether Microsoft Teams is enabled for the organization.
|
|
73154
|
+
*/
|
|
73155
|
+
isTeamsEnabled?: boolean;
|
|
73156
|
+
/**
|
|
73157
|
+
* Represents the region of the organization. > The region property contains the organization's or the user's region. The property contains the user's region (if available) for users who have a valid multigeo license. For users without multigeo licenses, the region property contains the organization's region.
|
|
73158
|
+
*/
|
|
73159
|
+
region?: string;
|
|
73018
73160
|
/**
|
|
73019
73161
|
* Represents tenant-wide settings for all Teams apps in the tenant.
|
|
73020
73162
|
*/
|
|
@@ -73709,7 +73851,7 @@ export interface TextColumn extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
73709
73851
|
}
|
|
73710
73852
|
export interface TextWebPart extends Parsable, WebPart {
|
|
73711
73853
|
/**
|
|
73712
|
-
* The
|
|
73854
|
+
* The HTML string in text web part.
|
|
73713
73855
|
*/
|
|
73714
73856
|
innerHtml?: string;
|
|
73715
73857
|
}
|
|
@@ -74052,7 +74194,7 @@ export interface TitleArea extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
74052
74194
|
*/
|
|
74053
74195
|
additionalData?: Record<string, unknown>;
|
|
74054
74196
|
/**
|
|
74055
|
-
*
|
|
74197
|
+
* Alternative text on the title area.
|
|
74056
74198
|
*/
|
|
74057
74199
|
alternativeText?: string;
|
|
74058
74200
|
/**
|
|
@@ -74060,15 +74202,15 @@ export interface TitleArea extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
74060
74202
|
*/
|
|
74061
74203
|
backingStoreEnabled?: boolean;
|
|
74062
74204
|
/**
|
|
74063
|
-
*
|
|
74205
|
+
* Indicates whether the title area has a gradient effect enabled.
|
|
74064
74206
|
*/
|
|
74065
74207
|
enableGradientEffect?: boolean;
|
|
74066
74208
|
/**
|
|
74067
|
-
*
|
|
74209
|
+
* URL of the image in the title area.
|
|
74068
74210
|
*/
|
|
74069
74211
|
imageWebUrl?: string;
|
|
74070
74212
|
/**
|
|
74071
|
-
*
|
|
74213
|
+
* Enumeration value that indicates the layout of the title area. The possible values are: imageAndTitle, plain, colorBlock, overlap, unknownFutureValue.
|
|
74072
74214
|
*/
|
|
74073
74215
|
layout?: TitleAreaLayoutType;
|
|
74074
74216
|
/**
|
|
@@ -74076,27 +74218,27 @@ export interface TitleArea extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
74076
74218
|
*/
|
|
74077
74219
|
odataType?: string;
|
|
74078
74220
|
/**
|
|
74079
|
-
*
|
|
74221
|
+
* Contains collections of data that can be processed by server side services like search index and link fixup.
|
|
74080
74222
|
*/
|
|
74081
74223
|
serverProcessedContent?: ServerProcessedContent;
|
|
74082
74224
|
/**
|
|
74083
|
-
*
|
|
74225
|
+
* Indicates whether the author should be shown in title area.
|
|
74084
74226
|
*/
|
|
74085
74227
|
showAuthor?: boolean;
|
|
74086
74228
|
/**
|
|
74087
|
-
*
|
|
74229
|
+
* Indicates whether the published date should be shown in title area.
|
|
74088
74230
|
*/
|
|
74089
74231
|
showPublishedDate?: boolean;
|
|
74090
74232
|
/**
|
|
74091
|
-
*
|
|
74233
|
+
* Indicates whether the text block above title should be shown in title area.
|
|
74092
74234
|
*/
|
|
74093
74235
|
showTextBlockAboveTitle?: boolean;
|
|
74094
74236
|
/**
|
|
74095
|
-
* The
|
|
74237
|
+
* The text above title line.
|
|
74096
74238
|
*/
|
|
74097
74239
|
textAboveTitle?: string;
|
|
74098
74240
|
/**
|
|
74099
|
-
* The
|
|
74241
|
+
* Enumeration value that indicates the text alignment of the title area. The possible values are: left, center, unknownFutureValue.
|
|
74100
74242
|
*/
|
|
74101
74243
|
textAlignment?: TitleAreaTextAlignmentType;
|
|
74102
74244
|
}
|
|
@@ -75849,6 +75991,10 @@ export interface User extends DirectoryObject, Parsable {
|
|
|
75849
75991
|
* A list for the user to enumerate their skills. Returned only on $select.
|
|
75850
75992
|
*/
|
|
75851
75993
|
skills?: string[];
|
|
75994
|
+
/**
|
|
75995
|
+
* The users and groups responsible for this guest user's privileges in the tenant and keep the guest user's information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.
|
|
75996
|
+
*/
|
|
75997
|
+
sponsors?: DirectoryObject[];
|
|
75852
75998
|
/**
|
|
75853
75999
|
* The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
|
|
75854
76000
|
*/
|
|
@@ -75882,7 +76028,7 @@ export interface User extends DirectoryObject, Parsable {
|
|
|
75882
76028
|
*/
|
|
75883
76029
|
userPrincipalName?: string;
|
|
75884
76030
|
/**
|
|
75885
|
-
* A string value that can be used to classify user types in your directory
|
|
76031
|
+
* A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Microsoft Entra ID?
|
|
75886
76032
|
*/
|
|
75887
76033
|
userType?: string;
|
|
75888
76034
|
}
|
|
@@ -77804,6 +77950,14 @@ export interface UserTeamwork extends Entity, Parsable {
|
|
|
77804
77950
|
* The apps installed in the personal scope of this user.
|
|
77805
77951
|
*/
|
|
77806
77952
|
installedApps?: UserScopeTeamsAppInstallation[];
|
|
77953
|
+
/**
|
|
77954
|
+
* The chosen locale of a user in Microsoft Teams.
|
|
77955
|
+
*/
|
|
77956
|
+
locale?: string;
|
|
77957
|
+
/**
|
|
77958
|
+
* The region of the user in Microsoft Teams.
|
|
77959
|
+
*/
|
|
77960
|
+
region?: string;
|
|
77807
77961
|
}
|
|
77808
77962
|
export interface UserTrainingContentEventInfo extends AdditionalDataHolder, BackedModel, Parsable {
|
|
77809
77963
|
/**
|
|
@@ -77965,11 +78119,11 @@ export interface VerifiedPublisher extends AdditionalDataHolder, BackedModel, Pa
|
|
|
77965
78119
|
}
|
|
77966
78120
|
export interface VerticalSection extends Entity, Parsable {
|
|
77967
78121
|
/**
|
|
77968
|
-
*
|
|
78122
|
+
* Enumeration value that indicates the emphasis of the section background. The possible values are: none, netural, soft, strong, unknownFutureValue.
|
|
77969
78123
|
*/
|
|
77970
78124
|
emphasis?: SectionEmphasisType;
|
|
77971
78125
|
/**
|
|
77972
|
-
* The
|
|
78126
|
+
* The set of web parts in this section.
|
|
77973
78127
|
*/
|
|
77974
78128
|
webparts?: WebPart[];
|
|
77975
78129
|
}
|
|
@@ -78030,31 +78184,31 @@ export interface Video extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
78030
78184
|
export type VirtualAppointmentMessageType = (typeof VirtualAppointmentMessageTypeObject)[keyof typeof VirtualAppointmentMessageTypeObject];
|
|
78031
78185
|
export interface VirtualEndpoint extends Entity, Parsable {
|
|
78032
78186
|
/**
|
|
78033
|
-
*
|
|
78187
|
+
* A collection of Cloud PC audit events.
|
|
78034
78188
|
*/
|
|
78035
78189
|
auditEvents?: CloudPcAuditEvent[];
|
|
78036
78190
|
/**
|
|
78037
|
-
*
|
|
78191
|
+
* A collection of cloud-managed virtual desktops.
|
|
78038
78192
|
*/
|
|
78039
78193
|
cloudPCs?: CloudPC[];
|
|
78040
78194
|
/**
|
|
78041
|
-
*
|
|
78195
|
+
* A collection of device image resources on Cloud PC.
|
|
78042
78196
|
*/
|
|
78043
78197
|
deviceImages?: CloudPcDeviceImage[];
|
|
78044
78198
|
/**
|
|
78045
|
-
*
|
|
78199
|
+
* A collection of gallery image resources on Cloud PC.
|
|
78046
78200
|
*/
|
|
78047
78201
|
galleryImages?: CloudPcGalleryImage[];
|
|
78048
78202
|
/**
|
|
78049
|
-
*
|
|
78203
|
+
* A defined collection of Azure resource information that can be used to establish Azure network connections for Cloud PCs.
|
|
78050
78204
|
*/
|
|
78051
78205
|
onPremisesConnections?: CloudPcOnPremisesConnection[];
|
|
78052
78206
|
/**
|
|
78053
|
-
*
|
|
78207
|
+
* A collection of Cloud PC provisioning policies.
|
|
78054
78208
|
*/
|
|
78055
78209
|
provisioningPolicies?: CloudPcProvisioningPolicy[];
|
|
78056
78210
|
/**
|
|
78057
|
-
*
|
|
78211
|
+
* A collection of Cloud PC user settings.
|
|
78058
78212
|
*/
|
|
78059
78213
|
userSettings?: CloudPcUserSetting[];
|
|
78060
78214
|
}
|
|
@@ -78072,7 +78226,7 @@ export interface VirtualEvent extends Entity, Parsable {
|
|
|
78072
78226
|
*/
|
|
78073
78227
|
displayName?: string;
|
|
78074
78228
|
/**
|
|
78075
|
-
* End time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows.
|
|
78229
|
+
* End time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.
|
|
78076
78230
|
*/
|
|
78077
78231
|
endDateTime?: DateTimeTimeZone;
|
|
78078
78232
|
/**
|
|
@@ -78080,7 +78234,7 @@ export interface VirtualEvent extends Entity, Parsable {
|
|
|
78080
78234
|
*/
|
|
78081
78235
|
sessions?: VirtualEventSession[];
|
|
78082
78236
|
/**
|
|
78083
|
-
* Start time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows.
|
|
78237
|
+
* Start time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.
|
|
78084
78238
|
*/
|
|
78085
78239
|
startDateTime?: DateTimeTimeZone;
|
|
78086
78240
|
/**
|
|
@@ -78460,11 +78614,11 @@ export interface WebPartData extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
78460
78614
|
*/
|
|
78461
78615
|
backingStoreEnabled?: boolean;
|
|
78462
78616
|
/**
|
|
78463
|
-
* The
|
|
78617
|
+
* Data version of the web part. The value is defined by the web part developer. Different dataVersions usually refers to a different property structure.
|
|
78464
78618
|
*/
|
|
78465
78619
|
dataVersion?: string;
|
|
78466
78620
|
/**
|
|
78467
|
-
*
|
|
78621
|
+
* Description of the web part.
|
|
78468
78622
|
*/
|
|
78469
78623
|
description?: string;
|
|
78470
78624
|
/**
|
|
@@ -78472,15 +78626,15 @@ export interface WebPartData extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
78472
78626
|
*/
|
|
78473
78627
|
odataType?: string;
|
|
78474
78628
|
/**
|
|
78475
|
-
*
|
|
78629
|
+
* Properties bag of the web part.
|
|
78476
78630
|
*/
|
|
78477
78631
|
properties?: Json;
|
|
78478
78632
|
/**
|
|
78479
|
-
*
|
|
78633
|
+
* Contains collections of data that can be processed by server side services like search index and link fixup.
|
|
78480
78634
|
*/
|
|
78481
78635
|
serverProcessedContent?: ServerProcessedContent;
|
|
78482
78636
|
/**
|
|
78483
|
-
*
|
|
78637
|
+
* Title of the web part.
|
|
78484
78638
|
*/
|
|
78485
78639
|
title?: string;
|
|
78486
78640
|
}
|
|
@@ -78494,15 +78648,15 @@ export interface WebPartPosition extends AdditionalDataHolder, BackedModel, Pars
|
|
|
78494
78648
|
*/
|
|
78495
78649
|
backingStoreEnabled?: boolean;
|
|
78496
78650
|
/**
|
|
78497
|
-
*
|
|
78651
|
+
* Indicates the identifier of the column where the web part is located.
|
|
78498
78652
|
*/
|
|
78499
78653
|
columnId?: number;
|
|
78500
78654
|
/**
|
|
78501
|
-
*
|
|
78655
|
+
* Indicates the horizontal section where the web part is located.
|
|
78502
78656
|
*/
|
|
78503
78657
|
horizontalSectionId?: number;
|
|
78504
78658
|
/**
|
|
78505
|
-
*
|
|
78659
|
+
* Indicates whether the web part is located in the vertical section.
|
|
78506
78660
|
*/
|
|
78507
78661
|
isInVerticalSection?: boolean;
|
|
78508
78662
|
/**
|
|
@@ -78510,7 +78664,7 @@ export interface WebPartPosition extends AdditionalDataHolder, BackedModel, Pars
|
|
|
78510
78664
|
*/
|
|
78511
78665
|
odataType?: string;
|
|
78512
78666
|
/**
|
|
78513
|
-
*
|
|
78667
|
+
* Index of the current web part. Represents the order of the web part in this column or section.
|
|
78514
78668
|
*/
|
|
78515
78669
|
webPartIndex?: number;
|
|
78516
78670
|
}
|
|
@@ -83839,6 +83993,15 @@ export declare const AutoRestartNotificationDismissalMethodObject: {
|
|
|
83839
83993
|
/** Evolvable enum member */
|
|
83840
83994
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
83841
83995
|
};
|
|
83996
|
+
export declare const B2bIdentityProvidersTypeObject: {
|
|
83997
|
+
readonly AzureActiveDirectory: "azureActiveDirectory";
|
|
83998
|
+
readonly ExternalFederation: "externalFederation";
|
|
83999
|
+
readonly SocialIdentityProviders: "socialIdentityProviders";
|
|
84000
|
+
readonly EmailOneTimePasscode: "emailOneTimePasscode";
|
|
84001
|
+
readonly MicrosoftAccount: "microsoftAccount";
|
|
84002
|
+
readonly DefaultConfiguredIdp: "defaultConfiguredIdp";
|
|
84003
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
84004
|
+
};
|
|
83842
84005
|
export declare const BaseAuthenticationMethodObject: {
|
|
83843
84006
|
readonly Password: "password";
|
|
83844
84007
|
readonly Voice: "voice";
|
|
@@ -85129,6 +85292,7 @@ export declare const EducationAssignmentStatusObject: {
|
|
|
85129
85292
|
readonly Published: "published";
|
|
85130
85293
|
readonly Assigned: "assigned";
|
|
85131
85294
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
85295
|
+
readonly Inactive: "inactive";
|
|
85132
85296
|
};
|
|
85133
85297
|
export declare const EducationExternalSourceObject: {
|
|
85134
85298
|
readonly Sis: "sis";
|
|
@@ -85531,6 +85695,12 @@ export declare const LayoutTemplateTypeObject: {
|
|
|
85531
85695
|
readonly VerticalSplit: "verticalSplit";
|
|
85532
85696
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
85533
85697
|
};
|
|
85698
|
+
export declare const LevelObject: {
|
|
85699
|
+
readonly Beginner: "beginner";
|
|
85700
|
+
readonly Intermediate: "intermediate";
|
|
85701
|
+
readonly Advanced: "advanced";
|
|
85702
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
85703
|
+
};
|
|
85534
85704
|
export declare const LobbyBypassScopeObject: {
|
|
85535
85705
|
readonly Organizer: "organizer";
|
|
85536
85706
|
readonly Organization: "organization";
|