@microsoft/typespec-msgraph-reference 1.0.2 → 1.0.4
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/.rush/temp/package-deps_build.json +19 -19
- package/.rush/temp/shrinkwrap-deps.json +97 -97
- package/CHANGELOG.md +18 -0
- package/lib/Bleu/Beta/main.tsp +64737 -8299
- package/lib/Bleu/V1.0/main.tsp +18969 -113
- package/lib/Delos/Beta/main.tsp +56729 -509
- package/lib/Delos/V1.0/main.tsp +16666 -27
- package/lib/Fairfax/Beta/main.tsp +1115 -618
- package/lib/Fairfax/V1.0/main.tsp +327 -20
- package/lib/GovSG/Beta/main.tsp +163 -13
- package/lib/GovSG/V1.0/main.tsp +202 -0
- package/lib/Mooncake/Beta/main.tsp +810 -608
- package/lib/Mooncake/V1.0/main.tsp +246 -20
- package/lib/Prod/Beta/main.tsp +4096 -777
- package/lib/Prod/V1.0/main.tsp +1263 -24
- package/lib/USNat/Beta/main.tsp +1494 -53
- package/lib/USNat/V1.0/main.tsp +815 -3
- package/lib/USSec/Beta/main.tsp +1481 -72
- package/lib/USSec/V1.0/main.tsp +725 -3
- package/package.json +2 -2
- package/rush-logs/typespec-msgraph-reference.build.log +1 -1
|
@@ -26,11 +26,12 @@ scalar binary; //TODO: Enables support for Edm.Binary
|
|
|
26
26
|
@privatePreviewDefinition("photoEditPolicy", "2024-02-16", "2025-02-16", "<theOwner>")
|
|
27
27
|
@deprecatedDefinition("Reporting", "<ChangeLogCategory>", "2021-04-11", "2021-12-31", "The action property is deprecated. The provisioningAction holds the same information as this. This only exists in the beta api.")
|
|
28
28
|
// Metadata item DeprecatedDefinition_Reporting was already defined with a different value.
|
|
29
|
+
@deprecatedDefinition("SynchronizationSecret_Deprecation", "<ChangeLogCategory>", "2026-02-06", "2027-07-06", "Use connectivityParameters for oauth flows and scim endpoint connectivity. Use SynchronizationJobSettings for job-specific settings This property will be removed.")
|
|
30
|
+
// Metadata item DeprecatedDefinition_SynchronizationSecret_Deprecation was already defined with a different value.
|
|
29
31
|
@deprecatedDefinition("AccessReviewReportBreakingChanges", "<ChangeLogCategory>", "2021-07-30", "2022-01-30", "This property is being deprecated. Use the fulfilledDateTime value in the individual report instance instead")
|
|
30
32
|
// Metadata item DeprecatedDefinition_AccessReviewReportBreakingChanges was already defined with a different value.
|
|
31
33
|
@deprecatedDefinition("identityProvider", "<ChangeLogCategory>", "2021-08-24", "2023-03-15", "The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API.")
|
|
32
34
|
// Metadata item DeprecatedDefinition_identityProvider was already defined with a different value.
|
|
33
|
-
@deprecatedDefinition("cloudPcReports", "<ChangeLogCategory>", "2025-09-01", "2026-12-31", "Starting from December 31, 2026, this entity type ('cloudPcReports') will be deprecated and no longer supported. Please use 'cloudPcReport' instead.")
|
|
34
35
|
@deprecatedDefinition("connectionSettings", "<ChangeLogCategory>", "2023-10-12", "2024-08-31", "Starting from August 31, 2024, connectionSettings property will no longer be supported and will be marked as deprecated. Please use onnectionSetting instead.")
|
|
35
36
|
@deprecatedDefinition("frontlineCloudPcAvailability", "<ChangeLogCategory>", "2025-07-31", "2025-10-30", "Starting from Oct 30, 2025, this property:frontlineCloudPcAvailability will be deprecated and no longer be supported. Please use the new API:retrieveFrontlineCloudPcAvailability to retrieve same details.")
|
|
36
37
|
@deprecatedDefinition("offer", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use offerName instead.")
|
|
@@ -50,6 +51,7 @@ scalar binary; //TODO: Enables support for Edm.Binary
|
|
|
50
51
|
@deprecatedDefinition("Outlook_Tasks", "<ChangeLogCategory>", "2021-02-20", "2023-02-20", "The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/")
|
|
51
52
|
@deprecatedDefinition("CreationDateTime", "<ChangeLogCategory>", "2020-11-06", "2020-12-31", "The creationDateTime property is deprecated and will stop returning data on December 31, 2020. Please use the createdDateTime property.")
|
|
52
53
|
@deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2021-01-18", "2023-01-18", "Owner property is deprecated and will be removed in January 2023. Please use the container property instead.")
|
|
54
|
+
@deprecatedDefinition("PIM_Iteration2_Deprecation", "<ChangeLogCategory>", "2025-10-27", "2026-10-28", "The PIM Iteration 2 beta API is deprecated and will be removed on October 28, 2026. Please migrate to PIM Iteration 3 API.")
|
|
53
55
|
@deprecatedDefinition("QrPolicyConfigRemove", "<ChangeLogCategory>", "2021-11-12", "2022-02-11", "The qrAuthenticationMethodConfiguration type is deprecated")
|
|
54
56
|
@deprecatedDefinition("accountEnabledDeprecated", "<ChangeLogCategory>", "2023-02-23", "2023-07-12", "The accountEnabled field will soon be deprecated on 2023-07-12. Please use isEnabled instead.")
|
|
55
57
|
@deprecatedDefinition("SignIn", "<ChangeLogCategory>", "2024-08-31", "2025-03-31", "SignInTokenProtectionStatus property is being deprecate in favor or more detailed tokenProtectionStatusDetails. It will be removed from April 2025.")
|
|
@@ -736,35 +738,13 @@ namespace reference.`microsoft.graph` {
|
|
|
736
738
|
}
|
|
737
739
|
|
|
738
740
|
/**
|
|
739
|
-
*
|
|
741
|
+
* The request parameter for requesting Android LOB app configuration schema.
|
|
740
742
|
*/
|
|
741
|
-
@complex model
|
|
743
|
+
@complex model androidLobAppConfigurationSchemaRequestDetail extends appConfigurationSchemaRequestDetail {
|
|
742
744
|
/**
|
|
743
|
-
* The
|
|
745
|
+
* The application policy ID of the Android LOB app
|
|
744
746
|
*/
|
|
745
|
-
|
|
746
|
-
/**
|
|
747
|
-
* The display name of the Azure AD security group used for the assignment.
|
|
748
|
-
*/
|
|
749
|
-
displayName: string;
|
|
750
|
-
/**
|
|
751
|
-
* A unique identifier assigned to each Android FOTA Assignment entity
|
|
752
|
-
*/
|
|
753
|
-
id: string | null;
|
|
754
|
-
/**
|
|
755
|
-
* NOTE: This entity is deprecated; use assignmentTarget. The Azure Active Directory (Azure AD) we are deploying firmware updates to (e.g.: d93c8f48-bd42-4514-ba40-bc6b84780930).
|
|
756
|
-
*/
|
|
757
|
-
target: androidFotaDeploymentAssignmentTarget | null;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
/**
|
|
761
|
-
* The AAD Group we are deploying firmware updates to
|
|
762
|
-
*/
|
|
763
|
-
@complex model androidFotaDeploymentAssignmentTarget extends deviceAndAppManagementAssignmentTarget {
|
|
764
|
-
/**
|
|
765
|
-
* AAD Group Id.
|
|
766
|
-
*/
|
|
767
|
-
groupId: string;
|
|
747
|
+
appId: string | null;
|
|
768
748
|
}
|
|
769
749
|
|
|
770
750
|
/**
|
|
@@ -971,6 +951,120 @@ namespace reference.`microsoft.graph` {
|
|
|
971
951
|
resourceSpecificApplicationPermissions: resourceSpecificPermission[];
|
|
972
952
|
}
|
|
973
953
|
|
|
954
|
+
/**
|
|
955
|
+
* Boolean configuration item inside an Android application's custom configuration schema.
|
|
956
|
+
*/
|
|
957
|
+
@complex model appConfigurationSchemaItemBooleanType extends appConfigurationSchemaItemType {
|
|
958
|
+
/**
|
|
959
|
+
* Default value, if specified by the app developer
|
|
960
|
+
*/
|
|
961
|
+
defaultValue: boolean | null;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
/**
|
|
965
|
+
* Bundle array configuration item inside an Android application's custom configuration schema.
|
|
966
|
+
*/
|
|
967
|
+
@complex model appConfigurationSchemaItemBundleArray extends appConfigurationSchemaItemType {
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
/**
|
|
971
|
+
* Bundle configuration item inside an Android application's custom configuration schema.
|
|
972
|
+
*/
|
|
973
|
+
@complex model appConfigurationSchemaItemBundleType extends appConfigurationSchemaItemType {
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
/**
|
|
977
|
+
* Choice configuration item inside an Android application's custom configuration schema.
|
|
978
|
+
*/
|
|
979
|
+
@complex model appConfigurationSchemaItemChoiceType extends appConfigurationSchemaItemType {
|
|
980
|
+
/**
|
|
981
|
+
* Default value, if specified by the app developer
|
|
982
|
+
*/
|
|
983
|
+
defaultValue: string | null;
|
|
984
|
+
/**
|
|
985
|
+
* List of human readable name/value pairs for the valid values that can be set for this item
|
|
986
|
+
*/
|
|
987
|
+
selections: keyValuePair[] | null;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* Hidden configuration item inside an Android application's custom configuration schema.
|
|
992
|
+
*/
|
|
993
|
+
@complex model appConfigurationSchemaItemHiddenType extends appConfigurationSchemaItemType {
|
|
994
|
+
/**
|
|
995
|
+
* Default value, if specified by the app developer
|
|
996
|
+
*/
|
|
997
|
+
defaultValue: string | null;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
/**
|
|
1001
|
+
* Integer configuration item inside an Android application's custom configuration schema.
|
|
1002
|
+
*/
|
|
1003
|
+
@complex model appConfigurationSchemaItemIntegerType extends appConfigurationSchemaItemType {
|
|
1004
|
+
/**
|
|
1005
|
+
* Default value, if specified by the app developer. Valid values 0 to 2147483647
|
|
1006
|
+
*/
|
|
1007
|
+
defaultValue: int32 | null;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
/**
|
|
1011
|
+
* Multiselect configuration item inside an Android application's custom configuration schema.
|
|
1012
|
+
*/
|
|
1013
|
+
@complex model appConfigurationSchemaItemMultiselectType extends appConfigurationSchemaItemType {
|
|
1014
|
+
/**
|
|
1015
|
+
* Default value, if specified by the app developer
|
|
1016
|
+
*/
|
|
1017
|
+
defaultValue: string[] | null;
|
|
1018
|
+
/**
|
|
1019
|
+
* List of human readable name/value pairs for the valid values that can be set for this item
|
|
1020
|
+
*/
|
|
1021
|
+
selections: keyValuePair[] | null;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
/**
|
|
1025
|
+
* String configuration item inside an Android application's custom configuration schema.
|
|
1026
|
+
*/
|
|
1027
|
+
@complex model appConfigurationSchemaItemStringType extends appConfigurationSchemaItemType {
|
|
1028
|
+
/**
|
|
1029
|
+
* Default value, if specified by the app developer
|
|
1030
|
+
*/
|
|
1031
|
+
defaultValue: string | null;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
/**
|
|
1035
|
+
* Single configuration item inside an Android application's configuration schema.
|
|
1036
|
+
*/
|
|
1037
|
+
@abstract
|
|
1038
|
+
@complex model appConfigurationSchemaItemType {
|
|
1039
|
+
/**
|
|
1040
|
+
* Description of what the item controls within the application
|
|
1041
|
+
*/
|
|
1042
|
+
description: string | null;
|
|
1043
|
+
/**
|
|
1044
|
+
* Human readable name
|
|
1045
|
+
*/
|
|
1046
|
+
displayName: string | null;
|
|
1047
|
+
/**
|
|
1048
|
+
* Unique index the application uses to maintain nested schema items. Valid values 0 to 2147483647
|
|
1049
|
+
*/
|
|
1050
|
+
index: int32;
|
|
1051
|
+
/**
|
|
1052
|
+
* Index of parent schema item to track nested schema items. Valid values 0 to 2147483647
|
|
1053
|
+
*/
|
|
1054
|
+
parentIndex: int32 | null;
|
|
1055
|
+
/**
|
|
1056
|
+
* Unique key the application uses to identify the item
|
|
1057
|
+
*/
|
|
1058
|
+
schemaItemKey: string | null;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
/**
|
|
1062
|
+
* Base type for the request parameters that identifies the requested app configuration schema.
|
|
1063
|
+
*/
|
|
1064
|
+
@abstract
|
|
1065
|
+
@complex model appConfigurationSchemaRequestDetail {
|
|
1066
|
+
}
|
|
1067
|
+
|
|
974
1068
|
/**
|
|
975
1069
|
* Contains properties for App configuration setting item.
|
|
976
1070
|
*/
|
|
@@ -1144,7 +1238,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1144
1238
|
}
|
|
1145
1239
|
|
|
1146
1240
|
@complex model appManagementPolicyActorExemptions {
|
|
1147
|
-
|
|
1241
|
+
customSecurityAttributes: customSecurityAttributeExemption[] | null;
|
|
1148
1242
|
}
|
|
1149
1243
|
|
|
1150
1244
|
@complex model appManagementServicePrincipalConfiguration extends appManagementConfiguration {
|
|
@@ -2504,6 +2598,16 @@ namespace reference.`microsoft.graph` {
|
|
|
2504
2598
|
riskScore: string | null;
|
|
2505
2599
|
}
|
|
2506
2600
|
|
|
2601
|
+
/**
|
|
2602
|
+
* Complex type that represents usage details associated with a certification authority version. This type provides reporting data such as the number of leaf certificates issued during specific lifecycle phases.
|
|
2603
|
+
*/
|
|
2604
|
+
@complex model cloudCertificationAuthorityVersionUsage {
|
|
2605
|
+
/**
|
|
2606
|
+
* The number of leaf certificates issued by the certification authority version when it was in the staged status. Only applicable for staged certification authority versions. Nullable. Read-only.
|
|
2607
|
+
*/
|
|
2608
|
+
issuedStagedLeafCertificateCount: int32 | null;
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2507
2611
|
@complex model cloudPcAgentHealthCheckDetail {
|
|
2508
2612
|
additionalDetails: keyValuePair[];
|
|
2509
2613
|
errorMessage: string | null;
|
|
@@ -2747,6 +2851,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2747
2851
|
startDateTime: offsetDateTime;
|
|
2748
2852
|
}
|
|
2749
2853
|
|
|
2854
|
+
@complex model cloudPcOnPremisesConnectionSubnetIpDetail {
|
|
2855
|
+
subnetAvailableIpCount: int32 | null;
|
|
2856
|
+
subnetAvailableIpCountLastSyncDateTime: offsetDateTime | null;
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2750
2859
|
@complex model cloudPcPartnerAgentInstallResult {
|
|
2751
2860
|
errorMessage: string | null;
|
|
2752
2861
|
installStatus: cloudPcPartnerAgentInstallStatus | null;
|
|
@@ -2883,6 +2992,7 @@ namespace reference.`microsoft.graph` {
|
|
|
2883
2992
|
}
|
|
2884
2993
|
|
|
2885
2994
|
@complex model cloudPcSupportedRegionRestrictionDetail {
|
|
2995
|
+
availabilityZoneRestricted: boolean | null;
|
|
2886
2996
|
cPURestricted: boolean | null;
|
|
2887
2997
|
gPURestricted: boolean | null;
|
|
2888
2998
|
nestedVirtualizationRestricted: boolean | null;
|
|
@@ -3343,6 +3453,10 @@ namespace reference.`microsoft.graph` {
|
|
|
3343
3453
|
url: string | null;
|
|
3344
3454
|
}
|
|
3345
3455
|
|
|
3456
|
+
@complex model connectivityParameterEntry {
|
|
3457
|
+
value: string | null;
|
|
3458
|
+
}
|
|
3459
|
+
|
|
3346
3460
|
/**
|
|
3347
3461
|
* Represent connector status
|
|
3348
3462
|
*/
|
|
@@ -3369,6 +3483,11 @@ namespace reference.`microsoft.graph` {
|
|
|
3369
3483
|
includedContainers: string[] | null;
|
|
3370
3484
|
}
|
|
3371
3485
|
|
|
3486
|
+
@complex model contentActivityMetadata extends processContentMetadataBase {
|
|
3487
|
+
enforcementResultStatus: enforcementResultStatus;
|
|
3488
|
+
recordType: auditLogRecordType;
|
|
3489
|
+
}
|
|
3490
|
+
|
|
3372
3491
|
@complex model contentApprovalStatusColumn {
|
|
3373
3492
|
}
|
|
3374
3493
|
|
|
@@ -3453,6 +3572,126 @@ namespace reference.`microsoft.graph` {
|
|
|
3453
3572
|
userPrincipalName: string;
|
|
3454
3573
|
}
|
|
3455
3574
|
|
|
3575
|
+
/**
|
|
3576
|
+
* Represents copilot response options parameter.
|
|
3577
|
+
*/
|
|
3578
|
+
@complex model copilotChatResponseOptions {
|
|
3579
|
+
/**
|
|
3580
|
+
* Indicates whether adaptive cards are enabled in the response.
|
|
3581
|
+
*/
|
|
3582
|
+
isAdaptiveCardEnabled: boolean;
|
|
3583
|
+
/**
|
|
3584
|
+
* Indicates whether annotations are enabled in the response.
|
|
3585
|
+
*/
|
|
3586
|
+
isAnnotationsEnabled: boolean;
|
|
3587
|
+
/**
|
|
3588
|
+
* Indicates whether delta streaming is enabled in the response.
|
|
3589
|
+
*/
|
|
3590
|
+
isDeltaStreamingEnabled: boolean;
|
|
3591
|
+
}
|
|
3592
|
+
|
|
3593
|
+
/**
|
|
3594
|
+
* Extra context data for a request supplied in the form of a message.
|
|
3595
|
+
*/
|
|
3596
|
+
@complex model copilotContextMessage {
|
|
3597
|
+
/**
|
|
3598
|
+
* The description of the message.
|
|
3599
|
+
*/
|
|
3600
|
+
description: string;
|
|
3601
|
+
/**
|
|
3602
|
+
* The text of the message.
|
|
3603
|
+
*/
|
|
3604
|
+
text: string;
|
|
3605
|
+
}
|
|
3606
|
+
|
|
3607
|
+
/**
|
|
3608
|
+
* Represents copilot contextual resources parameter.
|
|
3609
|
+
*/
|
|
3610
|
+
@complex model copilotContextualResources {
|
|
3611
|
+
/**
|
|
3612
|
+
* The files by URI to be used for the request.
|
|
3613
|
+
*/
|
|
3614
|
+
files: copilotFile[];
|
|
3615
|
+
/**
|
|
3616
|
+
* The web context to be used for the request.
|
|
3617
|
+
*/
|
|
3618
|
+
webContext: copilotWebContext | null;
|
|
3619
|
+
}
|
|
3620
|
+
|
|
3621
|
+
@complex model copilotConversationAttribution {
|
|
3622
|
+
attributionSource: copilotConversationAttributionSource;
|
|
3623
|
+
attributionType: copilotConversationAttributionType;
|
|
3624
|
+
imageFavIcon: string;
|
|
3625
|
+
imageHeight: int32;
|
|
3626
|
+
imageWebUrl: string;
|
|
3627
|
+
imageWidth: int32;
|
|
3628
|
+
providerDisplayName: string;
|
|
3629
|
+
seeMoreWebUrl: string;
|
|
3630
|
+
}
|
|
3631
|
+
|
|
3632
|
+
/**
|
|
3633
|
+
* Represents a location.
|
|
3634
|
+
*/
|
|
3635
|
+
@complex model copilotConversationLocation {
|
|
3636
|
+
/**
|
|
3637
|
+
* The country or region of the location.
|
|
3638
|
+
*/
|
|
3639
|
+
countryOrRegion: string | null;
|
|
3640
|
+
/**
|
|
3641
|
+
* The confidence level of the country or region.
|
|
3642
|
+
*/
|
|
3643
|
+
countryOrRegionConfidence: float64 | null;
|
|
3644
|
+
/**
|
|
3645
|
+
* The latitude of the location.
|
|
3646
|
+
*/
|
|
3647
|
+
latitude: float64 | null;
|
|
3648
|
+
/**
|
|
3649
|
+
* The longitude of the location.
|
|
3650
|
+
*/
|
|
3651
|
+
longitude: float64 | null;
|
|
3652
|
+
/**
|
|
3653
|
+
* The IANA timezone of the location.
|
|
3654
|
+
*/
|
|
3655
|
+
timeZone: string;
|
|
3656
|
+
}
|
|
3657
|
+
|
|
3658
|
+
@complex model copilotConversationMessageParameter {
|
|
3659
|
+
text: string;
|
|
3660
|
+
}
|
|
3661
|
+
|
|
3662
|
+
@complex model copilotConversationRequestMessageParameter extends copilotConversationMessageParameter {
|
|
3663
|
+
}
|
|
3664
|
+
|
|
3665
|
+
/**
|
|
3666
|
+
* Parameters for deleting Copilot chat conversation.
|
|
3667
|
+
*/
|
|
3668
|
+
@complex model copilotDeleteConversationRequest {
|
|
3669
|
+
/**
|
|
3670
|
+
* Thread Id to delete.
|
|
3671
|
+
*/
|
|
3672
|
+
threadId: string;
|
|
3673
|
+
}
|
|
3674
|
+
|
|
3675
|
+
/**
|
|
3676
|
+
* Represents a file with URI.
|
|
3677
|
+
*/
|
|
3678
|
+
@complex model copilotFile {
|
|
3679
|
+
/**
|
|
3680
|
+
* The URI of the file.
|
|
3681
|
+
*/
|
|
3682
|
+
uri: string;
|
|
3683
|
+
}
|
|
3684
|
+
|
|
3685
|
+
/**
|
|
3686
|
+
* Web context data for a request supplied in the form of resource contexts.
|
|
3687
|
+
*/
|
|
3688
|
+
@complex model copilotWebContext {
|
|
3689
|
+
/**
|
|
3690
|
+
* Indicates whether the web context is enabled.
|
|
3691
|
+
*/
|
|
3692
|
+
isWebEnabled: boolean;
|
|
3693
|
+
}
|
|
3694
|
+
|
|
3456
3695
|
@complex model corsConfiguration {
|
|
3457
3696
|
allowedHeaders: string[] | null;
|
|
3458
3697
|
allowedMethods: string[] | null;
|
|
@@ -3659,6 +3898,16 @@ namespace reference.`microsoft.graph` {
|
|
|
3659
3898
|
@complex model customMetadataDictionary extends Dictionary {
|
|
3660
3899
|
}
|
|
3661
3900
|
|
|
3901
|
+
@abstract
|
|
3902
|
+
@complex model customSecurityAttributeExemption {
|
|
3903
|
+
id: string;
|
|
3904
|
+
operator: customSecurityAttributeComparisonOperator;
|
|
3905
|
+
}
|
|
3906
|
+
|
|
3907
|
+
@complex model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
|
|
3908
|
+
value: string | null;
|
|
3909
|
+
}
|
|
3910
|
+
|
|
3662
3911
|
@open
|
|
3663
3912
|
@complex model customSecurityAttributeValue {
|
|
3664
3913
|
}
|
|
@@ -4131,11 +4380,11 @@ namespace reference.`microsoft.graph` {
|
|
|
4131
4380
|
|
|
4132
4381
|
@complex model deviceCompliancePolicyScript {
|
|
4133
4382
|
/**
|
|
4134
|
-
*
|
|
4383
|
+
* Identifier of the device compliance script used to evaluate custom compliance. When deviceCompliancePolicyScript is set, this identifies which script to run. Default is null, when set to default it is not evaluated.
|
|
4135
4384
|
*/
|
|
4136
4385
|
deviceComplianceScriptId: string | null;
|
|
4137
4386
|
/**
|
|
4138
|
-
*
|
|
4387
|
+
* base64-encoded JSON rules content that defines compliance rules to evaluate on the device. When deviceCompliancePolicyScript is set, the rule conditions defined in the JSON are evaluated to determine compliance and the device is marked noncompliant when any rule evaluates to noncompliant. Default is null, when set to default it is not evaluated.
|
|
4139
4388
|
*/
|
|
4140
4389
|
rulesContent: binary | null;
|
|
4141
4390
|
}
|
|
@@ -6728,6 +6977,10 @@ namespace reference.`microsoft.graph` {
|
|
|
6728
6977
|
* The number of days after installation that forced reboot will happen.
|
|
6729
6978
|
*/
|
|
6730
6979
|
daysUntilForcedReboot: int32;
|
|
6980
|
+
/**
|
|
6981
|
+
* The unique identifier for the quality update catalog item targeted by the expedite.
|
|
6982
|
+
*/
|
|
6983
|
+
qualityUpdateCatalogItemId: string | null;
|
|
6731
6984
|
/**
|
|
6732
6985
|
* The release date to identify a quality update.
|
|
6733
6986
|
*/
|
|
@@ -6980,129 +7233,6 @@ namespace reference.`microsoft.graph` {
|
|
|
6980
7233
|
targetChatId: string | null;
|
|
6981
7234
|
}
|
|
6982
7235
|
|
|
6983
|
-
/**
|
|
6984
|
-
* The settings for a FOTA deployment. Is an abstract type.
|
|
6985
|
-
*/
|
|
6986
|
-
@abstract
|
|
6987
|
-
@complex model fotaDeploymentSetting {
|
|
6988
|
-
/**
|
|
6989
|
-
* The minimum battery level percentage allowed for installation. Must range between 0%-100%. Default is 0%. For Samsung, the value must range between 20%-80%, and the default is 20%. Returned by default.
|
|
6990
|
-
*/
|
|
6991
|
-
batteryRuleMinimumBatteryLevelPercentage: int32 | null;
|
|
6992
|
-
/**
|
|
6993
|
-
* When 'True', indicates that the devices are required to be charging during installation. When 'false', indicates that the devices are not required to be charging during installation. Default is 'false'. Returned by default.
|
|
6994
|
-
*/
|
|
6995
|
-
batteryRulePowerAdaptorRequired: boolean | null;
|
|
6996
|
-
/**
|
|
6997
|
-
* The end time of day during which firmware can install. Default is 11:59:59 PM or '23:59:59'. For Samsung, the default is 5 AM which is '05:00:00' and the window needs to be at least 3 hours. Returned by default.
|
|
6998
|
-
*/
|
|
6999
|
-
installRuleWindowEndTime: offsetDateTime | null;
|
|
7000
|
-
/**
|
|
7001
|
-
* The start time of day during which firmware can install. Default is 12 AM which is '00:00:00'. For Samsung, the default is 2 AM which is '02:00:00'.
|
|
7002
|
-
*/
|
|
7003
|
-
installRuleWindowStartTime: offsetDateTime | null;
|
|
7004
|
-
/**
|
|
7005
|
-
* The network type required on the device for the update. Possible values are 'any', 'wifi', and 'cellular'. Default is 'any'. See 'graph.fotaNetworkType' enum for possible values. Returned by default.
|
|
7006
|
-
*/
|
|
7007
|
-
networkType: fotaNetworkType;
|
|
7008
|
-
/**
|
|
7009
|
-
* The time offset (time zone) when the update is deployed and installed on the devices (e.g.'180' represents an offset of '+03:00', and '-270' represents an offset of '-04:30'). Default is 0. Returned by default.
|
|
7010
|
-
*/
|
|
7011
|
-
timeZoneOffsetInMinutes: int32 | null;
|
|
7012
|
-
}
|
|
7013
|
-
|
|
7014
|
-
/**
|
|
7015
|
-
* Describes the status of a FOTA deployment. The status is a high level status of the deployment as opposed to being a detailed status per device with information about the deployment state like request to the OEM is pending, the error code if the deployment failed to create, and device counts for different stages of the deployment.
|
|
7016
|
-
*/
|
|
7017
|
-
@complex model fotaDeploymentStatus {
|
|
7018
|
-
/**
|
|
7019
|
-
* Indicates the number of devices where firmware update was cancelled. Default is 0. Returned by default.
|
|
7020
|
-
*/
|
|
7021
|
-
cancelledDeviceCount: int32;
|
|
7022
|
-
/**
|
|
7023
|
-
* 'True' indicates that a cancellation was requested on the deployment. Otherwise 'false'. A cancellation request does not guarantee that the deployment was cancelled. Default is 'false'. Returned by default.
|
|
7024
|
-
*/
|
|
7025
|
-
cancelRequested: boolean;
|
|
7026
|
-
/**
|
|
7027
|
-
* Indicates the number of devices where firmware update was completed. Default is 0. Returned by default
|
|
7028
|
-
*/
|
|
7029
|
-
completedDeviceCount: int32;
|
|
7030
|
-
/**
|
|
7031
|
-
* The date and time when this deployment ended. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. If the state is cancelled, this property holds the cancellation date/time. If the the state is completed, this property holds the completion date/time. For example, midnight UTC on Jan 1, 2024 would look like this: '2024-01-01T00:00:00Z'. Default value: null.
|
|
7032
|
-
*/
|
|
7033
|
-
deploymentEndDateTime: offsetDateTime | null;
|
|
7034
|
-
/**
|
|
7035
|
-
* FOTA deployment state. Possible values are 'pending', 'failed', 'created', 'inProgress', 'completed', 'pendingCancel', and 'cancelled'. Default is 'pending'. See 'graph.fotaDeploymentState' enum for details. The deployment state is determined by looking at the status of all the devices in the deployment. If any device is in the created state, the overall deployment state becomes created. If any device is in progress, the overall deployment state becomes in progress. Once all the devices are completed, the overall deployment state becomes completed. If the IT Admin requests cancellation, the deployment state becomes pending cancel and then cancelled. Returned by default.
|
|
7036
|
-
*/
|
|
7037
|
-
deploymentState: fotaDeploymentState;
|
|
7038
|
-
/**
|
|
7039
|
-
* An error code indicating the failure reason, when the deployment failed to create or complete. Possible values are 'noDevicesFoundInSelectedEntraGroups', 'noIntuneDevicesFoundInSelectedEntraGroups', 'noFotaEnrolledDevicesFoundForCurrentTenant', 'noFotaEnrolledDevicesFoundInSelectedEntraGroups', 'noFotaDevicesFoundForSelectedDeviceModel', and 'fotaCreateDeploymentRequestFailure'. Default is 'noDevicesFoundInSelectedEntraGroups'. See 'graph.fotaDeploymentErrorCode' enum for possible values. Returned by default.
|
|
7040
|
-
*/
|
|
7041
|
-
errorCode: fotaDeploymentErrorCode;
|
|
7042
|
-
/**
|
|
7043
|
-
* Indicates the number of devices where firmware update failed. Default is 0. Returned by default.
|
|
7044
|
-
*/
|
|
7045
|
-
failedDeviceCount: int32;
|
|
7046
|
-
/**
|
|
7047
|
-
* Indicates the number of devices where firmware update is in progress. Default is 0. Returned by default.
|
|
7048
|
-
*/
|
|
7049
|
-
inProgressDeviceCount: int32;
|
|
7050
|
-
/**
|
|
7051
|
-
* Date and time when the deployment status was updated from the OEM's cloud services. 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, 2024 would look like this: '2024-01-01T00:00:00Z'. Default value: null.
|
|
7052
|
-
*/
|
|
7053
|
-
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
7054
|
-
/**
|
|
7055
|
-
* Indicates the number of devices where the deployment was not applicable. Default is 0. Returned by default.
|
|
7056
|
-
*/
|
|
7057
|
-
notApplicableDeviceCount: int32;
|
|
7058
|
-
/**
|
|
7059
|
-
* Indicates the total number of devices in the FOTA deployment. Default is 0. Returned by default.
|
|
7060
|
-
*/
|
|
7061
|
-
totalDeviceCount: int32;
|
|
7062
|
-
/**
|
|
7063
|
-
* Indicates the number of devices where no deployment status or end state was received from the OEM's cloud services. Default is 0. Returned by default.
|
|
7064
|
-
*/
|
|
7065
|
-
unknownDeviceCount: int32;
|
|
7066
|
-
}
|
|
7067
|
-
|
|
7068
|
-
/**
|
|
7069
|
-
* High level status of a tenant's FOTA registered devices with information about the registration state like request is pending, the error code if registration failed, and device counts for different stages of registration.
|
|
7070
|
-
*/
|
|
7071
|
-
@complex model fotaDeviceRegistrationStatus {
|
|
7072
|
-
/**
|
|
7073
|
-
* Indicates the number of devices where FOTA registration completed. Default is 0. Returned by default.
|
|
7074
|
-
*/
|
|
7075
|
-
completedDeviceCount: int32;
|
|
7076
|
-
/**
|
|
7077
|
-
* An error code indicating the failure reason, when a device failed to register for the OEM's FOTA functionality. Possible values are 'noDevicesFoundInSelectedEntraGroups', 'noIntuneDevicesFoundInSelectedEntraGroups', and 'fotaRegistrationRequestFailure'. Default is 'noDevicesFoundInSelectedEntraGroups'. See 'graph.fotaRegistrationErrorCode' enum for possible values. Returned by default.
|
|
7078
|
-
*/
|
|
7079
|
-
errorCode: fotaRegistrationErrorCode;
|
|
7080
|
-
/**
|
|
7081
|
-
* Indicates the number of devices where FOTA registration failed. Default is 0. Returned by default.
|
|
7082
|
-
*/
|
|
7083
|
-
failedDeviceCount: int32;
|
|
7084
|
-
/**
|
|
7085
|
-
* Indicates the number of devices where FOTA registration is in progress. Default is 0. Returned by default.
|
|
7086
|
-
*/
|
|
7087
|
-
inProgressDeviceCount: int32;
|
|
7088
|
-
/**
|
|
7089
|
-
* Indicates the number of devices where FOTA registration is not applicable. Default is 0. Returned by default.
|
|
7090
|
-
*/
|
|
7091
|
-
notApplicableDeviceCount: int32;
|
|
7092
|
-
/**
|
|
7093
|
-
* FOTA registration state. Possible values are 'pending', 'failed', 'requested', 'inProgress', and 'completed'. Default is 'pending'. See 'graph.fotaRegistrationState' enum for details. The registration state is determined by looking at the status of all devices targeted for registration. If any device has not yet started registration, the overall registration state becomes registration requested. If any device is still in progress, the overall deployment state becomes in progress. Once all the devices are completed, the overall registration state becomes completed. Returned by default.
|
|
7094
|
-
*/
|
|
7095
|
-
registrationState: fotaRegistrationState;
|
|
7096
|
-
/**
|
|
7097
|
-
* Indicates the total number of devices targeted for FOTA registration. Default is 0. Returned by default.
|
|
7098
|
-
*/
|
|
7099
|
-
totalDeviceCount: int32;
|
|
7100
|
-
/**
|
|
7101
|
-
* Indicates the number of devices where FOTA registration status is unknown. Default is 0. Returned by default.
|
|
7102
|
-
*/
|
|
7103
|
-
unknownDeviceCount: int32;
|
|
7104
|
-
}
|
|
7105
|
-
|
|
7106
7236
|
@complex model freeBusyError {
|
|
7107
7237
|
message: string | null;
|
|
7108
7238
|
responseCode: string | null;
|
|
@@ -7143,12 +7273,6 @@ namespace reference.`microsoft.graph` {
|
|
|
7143
7273
|
version: string | null;
|
|
7144
7274
|
}
|
|
7145
7275
|
|
|
7146
|
-
@complex model governancePermission {
|
|
7147
|
-
accessLevel: string | null;
|
|
7148
|
-
isActive: boolean | null;
|
|
7149
|
-
isEligible: boolean | null;
|
|
7150
|
-
}
|
|
7151
|
-
|
|
7152
7276
|
@complex model governancePolicy {
|
|
7153
7277
|
decisionMakerCriteria: governanceCriteria[] | null;
|
|
7154
7278
|
notificationPolicy: governanceNotificationPolicy | null;
|
|
@@ -8552,6 +8676,9 @@ namespace reference.`microsoft.graph` {
|
|
|
8552
8676
|
siteId: string | null;
|
|
8553
8677
|
}
|
|
8554
8678
|
|
|
8679
|
+
/**
|
|
8680
|
+
* Standard way to represent a Json blob on Graph.
|
|
8681
|
+
*/
|
|
8555
8682
|
@complex model Json {
|
|
8556
8683
|
}
|
|
8557
8684
|
|
|
@@ -8680,6 +8807,7 @@ namespace reference.`microsoft.graph` {
|
|
|
8680
8807
|
usage: string | null;
|
|
8681
8808
|
}
|
|
8682
8809
|
|
|
8810
|
+
|
|
8683
8811
|
/**
|
|
8684
8812
|
* A key-value pair with a string key and an integer value.
|
|
8685
8813
|
*/
|
|
@@ -8912,6 +9040,21 @@ namespace reference.`microsoft.graph` {
|
|
|
8912
9040
|
primaryLookupColumnId: string | null;
|
|
8913
9041
|
}
|
|
8914
9042
|
|
|
9043
|
+
@complex model m365CapabilityInboundAccess {
|
|
9044
|
+
isAllowed: boolean | null;
|
|
9045
|
+
resourceScopes: m365CapabilityResourceScopes | null;
|
|
9046
|
+
}
|
|
9047
|
+
|
|
9048
|
+
@complex model m365CapabilityResourceScope {
|
|
9049
|
+
resourceId: string | null;
|
|
9050
|
+
resourceType: m365ResourceType;
|
|
9051
|
+
}
|
|
9052
|
+
|
|
9053
|
+
@complex model m365CapabilityResourceScopes {
|
|
9054
|
+
excluded: m365CapabilityResourceScope[];
|
|
9055
|
+
included: m365CapabilityResourceScope[];
|
|
9056
|
+
}
|
|
9057
|
+
|
|
8915
9058
|
/**
|
|
8916
9059
|
* The identifier for a Mac app.
|
|
8917
9060
|
*/
|
|
@@ -9788,6 +9931,16 @@ namespace reference.`microsoft.graph` {
|
|
|
9788
9931
|
msiType: msiType | null;
|
|
9789
9932
|
}
|
|
9790
9933
|
|
|
9934
|
+
/**
|
|
9935
|
+
* The request parameter for requesting Android Managed Play Store app configuration schema.
|
|
9936
|
+
*/
|
|
9937
|
+
@complex model managedStoreAppConfigurationSchemaRequestDetail extends appConfigurationSchemaRequestDetail {
|
|
9938
|
+
/**
|
|
9939
|
+
* The package name of the Android Managed Play Store app
|
|
9940
|
+
*/
|
|
9941
|
+
packageName: string | null;
|
|
9942
|
+
}
|
|
9943
|
+
|
|
9791
9944
|
@complex model managementCertificateWithThumbprint {
|
|
9792
9945
|
/**
|
|
9793
9946
|
* The Base 64 encoded management certificate
|
|
@@ -10644,6 +10797,7 @@ namespace reference.`microsoft.graph` {
|
|
|
10644
10797
|
onPremisesApplicationSegments: onPremisesApplicationSegment[] | null;
|
|
10645
10798
|
segmentsConfiguration: segmentConfiguration | null;
|
|
10646
10799
|
singleSignOnSettings: onPremisesPublishingSingleSignOn | null;
|
|
10800
|
+
trafficRoutingMethod: trafficRoutingMethod;
|
|
10647
10801
|
useAlternateUrlForTranslationAndRedirect: boolean | null;
|
|
10648
10802
|
verifiedCustomDomainCertificatesMetadata: verifiedCustomDomainCertificatesMetadata | null;
|
|
10649
10803
|
verifiedCustomDomainKeyCredential: keyCredential | null;
|
|
@@ -10887,6 +11041,7 @@ namespace reference.`microsoft.graph` {
|
|
|
10887
11041
|
startDateTime: offsetDateTime | null;
|
|
10888
11042
|
}
|
|
10889
11043
|
|
|
11044
|
+
|
|
10890
11045
|
@complex model passwordProfile {
|
|
10891
11046
|
forceChangePasswordNextSignIn: boolean | null;
|
|
10892
11047
|
forceChangePasswordNextSignInWithMfa: boolean | null;
|
|
@@ -10978,6 +11133,11 @@ namespace reference.`microsoft.graph` {
|
|
|
10978
11133
|
displayAs: string | null;
|
|
10979
11134
|
}
|
|
10980
11135
|
|
|
11136
|
+
@complex model perTenantTrafficSegmentsOverride {
|
|
11137
|
+
percentage: int32;
|
|
11138
|
+
tenantId: guid;
|
|
11139
|
+
}
|
|
11140
|
+
|
|
10981
11141
|
@complex model phone {
|
|
10982
11142
|
number: string | null;
|
|
10983
11143
|
type: phoneType | null;
|
|
@@ -11559,6 +11719,12 @@ namespace reference.`microsoft.graph` {
|
|
|
11559
11719
|
state: printJobProcessingState;
|
|
11560
11720
|
}
|
|
11561
11721
|
|
|
11722
|
+
@complex model printLogAnalyticsSettings {
|
|
11723
|
+
dataCollectionRuleImmutableId: string | null;
|
|
11724
|
+
logIngestionEndpoint: string | null;
|
|
11725
|
+
workspaceResourceId: string | null;
|
|
11726
|
+
}
|
|
11727
|
+
|
|
11562
11728
|
@complex model printMargin {
|
|
11563
11729
|
bottom: int32 | null;
|
|
11564
11730
|
left: int32 | null;
|
|
@@ -11671,6 +11837,12 @@ namespace reference.`microsoft.graph` {
|
|
|
11671
11837
|
localizations: displayNameLocalization[] | null;
|
|
11672
11838
|
}
|
|
11673
11839
|
|
|
11840
|
+
@complex model profileSourceLocalization {
|
|
11841
|
+
displayName: string | null;
|
|
11842
|
+
languageTag: string | null;
|
|
11843
|
+
webUrl: string | null;
|
|
11844
|
+
}
|
|
11845
|
+
|
|
11674
11846
|
@open
|
|
11675
11847
|
@complex model programResource extends identity {
|
|
11676
11848
|
type: string | null;
|
|
@@ -12334,41 +12506,67 @@ namespace reference.`microsoft.graph` {
|
|
|
12334
12506
|
}
|
|
12335
12507
|
|
|
12336
12508
|
/**
|
|
12337
|
-
* The
|
|
12509
|
+
* The firmware version from Samsung for a specific device model, sales code, and CSC (Consumer Software Customization). Used to create Samsung E-FOTA deployments.
|
|
12338
12510
|
*/
|
|
12339
|
-
@complex model
|
|
12511
|
+
@complex model samsungEFotaFirmwareVersion {
|
|
12512
|
+
/**
|
|
12513
|
+
* The Android Processor version name. This property is populated by Samsung. Eg. 'G960U1UES9FVD1'. Default value: null. Read-only.
|
|
12514
|
+
*/
|
|
12515
|
+
androidProcessorVersionName: string | null;
|
|
12340
12516
|
/**
|
|
12341
|
-
*
|
|
12517
|
+
* The Consumer Software Customization which is a specific code associated with the region or carrier customization of a Samsung device. This property is populated by Samsung. Eg. 'OYM'. Read-only. Returned by default.
|
|
12342
12518
|
*/
|
|
12343
|
-
|
|
12519
|
+
consumerSoftwareCustomizationCode: string;
|
|
12344
12520
|
/**
|
|
12345
|
-
*
|
|
12521
|
+
* The firmware description. This property is populated by Samsung. Default value: null. Read-only.
|
|
12346
12522
|
*/
|
|
12347
|
-
|
|
12523
|
+
description: string | null;
|
|
12348
12524
|
/**
|
|
12349
|
-
*
|
|
12525
|
+
* Samsung device model. This property is populated by Samsung. Eg. 'SM-960F'. Read-only. Returned by default.
|
|
12350
12526
|
*/
|
|
12351
|
-
|
|
12527
|
+
deviceModelName: string;
|
|
12352
12528
|
/**
|
|
12353
|
-
*
|
|
12529
|
+
* The firmware version. This property is populated by Samsung Eg. 'T575XXU4EAAA/T575OXM4EAAA/T575XXU4EAAA'. Default value: null. Read-only.
|
|
12354
12530
|
*/
|
|
12355
|
-
|
|
12531
|
+
firmwareVersion: string | null;
|
|
12532
|
+
/**
|
|
12533
|
+
* Firmware ID from Samsung. This property is populated by Samsung. Eg. 'FW2022033111797487'. Read-only. Returned by default.
|
|
12534
|
+
*/
|
|
12535
|
+
id: string | null;
|
|
12356
12536
|
/**
|
|
12357
|
-
* The
|
|
12537
|
+
* The OS version name. This property is populated by Samsung. Eg. 'Pie(Android 9)'. Default value: null. Read-only.
|
|
12358
12538
|
*/
|
|
12359
|
-
|
|
12539
|
+
osVersionName: string | null;
|
|
12360
12540
|
/**
|
|
12361
|
-
* The
|
|
12541
|
+
* Firmware release date. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. This property is populated by Samsung. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Default value: null. Read-only.
|
|
12362
12542
|
*/
|
|
12363
|
-
|
|
12543
|
+
releaseDateTime: offsetDateTime;
|
|
12364
12544
|
/**
|
|
12365
|
-
*
|
|
12545
|
+
* The firmware request type. This property is populated by Samsung Eg. 'NORMAL'. Default value: null. Read-only.
|
|
12546
|
+
*/
|
|
12547
|
+
requestFirmwareTypeName: string | null;
|
|
12548
|
+
/**
|
|
12549
|
+
* Sales code of a Samsung device that corresponds to its georgraphic area or carrier network. This property is populated by Samsung. Eg. 'TMB'. Read-only. Returned by default.
|
|
12550
|
+
*/
|
|
12551
|
+
salesCode: string;
|
|
12552
|
+
/**
|
|
12553
|
+
* The firmware security patch. This property is populated by Samsung Eg. '2023-09-07 07:50:57'. Default value: null. Read-only.
|
|
12554
|
+
*/
|
|
12555
|
+
securityPatchVersion: string | null;
|
|
12556
|
+
}
|
|
12557
|
+
|
|
12558
|
+
/**
|
|
12559
|
+
* The targeted firmware version for an E-FOTA deployment. Used while creating E-FOTA deployments.
|
|
12560
|
+
*/
|
|
12561
|
+
@complex model samsungEFotaFirmwareVersionTarget {
|
|
12562
|
+
/**
|
|
12563
|
+
* Describes the firmware version for a specific device model, sales code, and CSC. See 'graph.samsungEFotaFirmwareVersion' entity for details. Returned by default.
|
|
12366
12564
|
*/
|
|
12367
|
-
|
|
12565
|
+
firmwareVersion: samsungEFotaFirmwareVersion;
|
|
12368
12566
|
/**
|
|
12369
|
-
*
|
|
12567
|
+
* A unique identifier assigned to each Samsung Knox E-FOTA firmware version target entity. Returned by default.
|
|
12370
12568
|
*/
|
|
12371
|
-
|
|
12569
|
+
id: string | null;
|
|
12372
12570
|
}
|
|
12373
12571
|
|
|
12374
12572
|
@complex model scheduleInformation {
|
|
@@ -12476,6 +12674,18 @@ namespace reference.`microsoft.graph` {
|
|
|
12476
12674
|
onClickTelemetryUrl: string | null;
|
|
12477
12675
|
}
|
|
12478
12676
|
|
|
12677
|
+
/**
|
|
12678
|
+
* Represents a sensitivityLabel.
|
|
12679
|
+
This model is shared with the CCS retrieval API and search where it is already unhidden.
|
|
12680
|
+
*/
|
|
12681
|
+
@complex model searchSensitivityLabelInfo {
|
|
12682
|
+
color: string | null;
|
|
12683
|
+
displayName: string | null;
|
|
12684
|
+
priority: int32 | null;
|
|
12685
|
+
sensitivityLabelId: string | null;
|
|
12686
|
+
tooltip: string | null;
|
|
12687
|
+
}
|
|
12688
|
+
|
|
12479
12689
|
@complex model secureScoreControlStateUpdate {
|
|
12480
12690
|
assignedTo: string | null;
|
|
12481
12691
|
comment: string | null;
|
|
@@ -13105,6 +13315,7 @@ namespace reference.`microsoft.graph` {
|
|
|
13105
13315
|
state: synchronizationScheduleState;
|
|
13106
13316
|
}
|
|
13107
13317
|
|
|
13318
|
+
@graphDeprecated("SynchronizationSecret_Deprecation")
|
|
13108
13319
|
@complex model synchronizationSecretKeyStringValuePair {
|
|
13109
13320
|
key: synchronizationSecret;
|
|
13110
13321
|
value: string | null;
|
|
@@ -15158,6 +15369,78 @@ namespace reference.`microsoft.graph` {
|
|
|
15158
15369
|
useDeviceContext: boolean;
|
|
15159
15370
|
}
|
|
15160
15371
|
|
|
15372
|
+
/**
|
|
15373
|
+
* Contains per-group deployment configuration for a windowsAutoUpdateCatalogApp. These settings control the end-user experience when the app is deployed to a specific group—including whether notifications are shown, how delivery bandwidth is used, when the app must be installed by, and how the device coordinates restarts afterward.
|
|
15374
|
+
*/
|
|
15375
|
+
@complex model windowsAutoUpdateCatalogAppAssignmentSettings extends mobileAppAssignmentSettings {
|
|
15376
|
+
/**
|
|
15377
|
+
* Indicates the priority level for downloading the app content using Delivery Optimization. foreground prioritizes the download over background tasks, which may result in faster installation but higher bandwidth usage. Defaults to notConfigured (background priority) if not specified. When omitted from the request, the service applies notConfigured and the device downloads app content using normal background priority. In National Cloud environments (e.g., US Government, China), Delivery Optimization is not available; the service accepts and stores any value provided, but the device agent ignores it at runtime and delivers content via CDN using background priority regardless of the configured value. Possible values are: notConfigured, foreground, unknownFutureValue.
|
|
15378
|
+
*/
|
|
15379
|
+
deliveryOptimizationPriority: windowsAutoUpdateCatalogAppDeliveryOptimizationPriority;
|
|
15380
|
+
/**
|
|
15381
|
+
* Specifies the deadline by which the app must be installed on the device. When null, the app is offered for immediate installation with no enforced deadline.
|
|
15382
|
+
*/
|
|
15383
|
+
installTimeSettings: windowsAutoUpdateCatalogAppInstallTimeSettings | null;
|
|
15384
|
+
/**
|
|
15385
|
+
* Indicates which notifications the Intune management extension displays to the end user during app installation and restart. Defaults to showAll if not specified. Possible values are: showAll, showReboot, hideAll, unknownFutureValue.
|
|
15386
|
+
*/
|
|
15387
|
+
notificationType: windowsAutoUpdateCatalogAppNotificationType;
|
|
15388
|
+
/**
|
|
15389
|
+
* Specifies the restart coordination behavior after the app is installed—including how long to wait before restarting, when to show a countdown, and how long the user can snooze. When null, no restart coordination is applied (the device may still restart based on the app's deviceRestartBehavior setting). Note: the service accepts restart settings regardless of the app's deviceRestartBehavior value; the device agent determines which settings are actually honored at runtime.
|
|
15390
|
+
*/
|
|
15391
|
+
restartSettings: windowsAutoUpdateCatalogAppRestartSettings | null;
|
|
15392
|
+
}
|
|
15393
|
+
|
|
15394
|
+
/**
|
|
15395
|
+
* Describes how the app installer runs on target devices, including which account context it runs under and how the device handles restarts after installation. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).
|
|
15396
|
+
*/
|
|
15397
|
+
@complex model windowsAutoUpdateCatalogAppInstallExperience {
|
|
15398
|
+
/**
|
|
15399
|
+
* Indicates how the device handles restarts after the app installation completes. This controls whether the Intune management extension initiates, suppresses, or forces a device restart based on the installer's exit code. Defaults to basedOnReturnCode if not specified. Possible values are: basedOnReturnCode, allow, suppress, force, unknownFutureValue.
|
|
15400
|
+
*/
|
|
15401
|
+
deviceRestartBehavior: windowsAutoUpdateCatalogAppRestartBehavior;
|
|
15402
|
+
/**
|
|
15403
|
+
* Indicates the account context under which the app installer runs on the device. When set to system, the installer runs with elevated privileges in the SYSTEM account context. When set to user, the installer runs in the context of the currently logged-in user. Defaults to system if not specified. Possible values are: system, user.
|
|
15404
|
+
*/
|
|
15405
|
+
runAsAccount: runAsAccountType;
|
|
15406
|
+
}
|
|
15407
|
+
|
|
15408
|
+
/**
|
|
15409
|
+
* Specifies when the app should be installed on target devices. When null or is omitted from the assignment, the app is offered for immediate installation with no enforced deadline.
|
|
15410
|
+
*/
|
|
15411
|
+
@complex model windowsAutoUpdateCatalogAppInstallTimeSettings {
|
|
15412
|
+
/**
|
|
15413
|
+
* The maximum allowed date and time by which the app must be installed on the device. After this deadline, the Intune management extension enforces installation automatically. When null, there is no enforced deadline.
|
|
15414
|
+
*/
|
|
15415
|
+
deadlineDateTime: offsetDateTime | null;
|
|
15416
|
+
/**
|
|
15417
|
+
* The time at which the app should be available for installation on the device. When null, the app is available immediately.
|
|
15418
|
+
*/
|
|
15419
|
+
startDateTime: offsetDateTime | null;
|
|
15420
|
+
/**
|
|
15421
|
+
* Indicates whether the startDateTime and deadlineDateTime values should be interpreted using the device's local time zone. When false, the values are interpreted as UTC. Defaults to false if not specified.
|
|
15422
|
+
*/
|
|
15423
|
+
useLocalTime: boolean;
|
|
15424
|
+
}
|
|
15425
|
+
|
|
15426
|
+
/**
|
|
15427
|
+
* Specifies how the device coordinates a restart after the app is installed. These settings control the grace period before a restart is initiated, when the user sees a countdown notification, and how long the user can defer the restart by snoozing. When null, no restart coordination is applied (the device may still restart based on the app's deviceRestartBehavior setting).
|
|
15428
|
+
*/
|
|
15429
|
+
@complex model windowsAutoUpdateCatalogAppRestartSettings {
|
|
15430
|
+
/**
|
|
15431
|
+
* The number of minutes before the scheduled restart at which a countdown notification is displayed to the user. Must be between 1 and the value of gracePeriodInMinutes. This countdown is non-dismissible and warns the user that a restart is imminent. For example, a value of 15 means the countdown appears 15 minutes before the restart.
|
|
15432
|
+
*/
|
|
15433
|
+
countdownDisplayBeforeRestartInMinutes: int32;
|
|
15434
|
+
/**
|
|
15435
|
+
* The number of minutes the device waits after app installation before initiating a restart. During this period, the user can continue working and save their documents. For example, a value of 1440 means the device waits 24 hours before restarting.
|
|
15436
|
+
*/
|
|
15437
|
+
gracePeriodInMinutes: int32;
|
|
15438
|
+
/**
|
|
15439
|
+
* The number of minutes by which the user can defer (snooze) the restart notification each time they press the snooze button. When null, the snooze option is not available and the user cannot defer the restart. For example, a value of 240 allows the user to defer the restart by 4 hours each time.
|
|
15440
|
+
*/
|
|
15441
|
+
restartNotificationSnoozeDurationInMinutes: int32 | null;
|
|
15442
|
+
}
|
|
15443
|
+
|
|
15161
15444
|
/**
|
|
15162
15445
|
* Windows Defender last scan result
|
|
15163
15446
|
*/
|
|
@@ -17303,6 +17586,24 @@ namespace reference.`microsoft.graph` {
|
|
|
17303
17586
|
isActive: boolean | null;
|
|
17304
17587
|
}
|
|
17305
17588
|
|
|
17589
|
+
/**
|
|
17590
|
+
* Schema describing an Android application's custom configurations.
|
|
17591
|
+
*/
|
|
17592
|
+
@entity model androidAppConfigurationSchema extends entity {
|
|
17593
|
+
/**
|
|
17594
|
+
* UTF8 encoded byte array containing example JSON string conforming to this schema that demonstrates how to set the configuration for this app
|
|
17595
|
+
*/
|
|
17596
|
+
exampleJson: binary | null;
|
|
17597
|
+
/**
|
|
17598
|
+
* Collection of items each representing a named configuration option in the schema. It contains a flat list of all configuration.
|
|
17599
|
+
*/
|
|
17600
|
+
nestedSchemaItems: appConfigurationSchemaItemType[] | null;
|
|
17601
|
+
/**
|
|
17602
|
+
* Collection of items each representing a named configuration option in the schema. It only contains the root-level configuration.
|
|
17603
|
+
*/
|
|
17604
|
+
schemaItems: appConfigurationSchemaItemType[] | null;
|
|
17605
|
+
}
|
|
17606
|
+
|
|
17306
17607
|
/**
|
|
17307
17608
|
* Android certificate profile base.
|
|
17308
17609
|
*/
|
|
@@ -17896,6 +18197,10 @@ namespace reference.`microsoft.graph` {
|
|
|
17896
18197
|
* Indicates whether or not google accounts will be blocked.
|
|
17897
18198
|
*/
|
|
17898
18199
|
googleAccountsBlocked: boolean | null;
|
|
18200
|
+
/**
|
|
18201
|
+
* Exit code to allow a user to escape from Kiosk Mode when the device is in Kiosk Mode.
|
|
18202
|
+
*/
|
|
18203
|
+
isKioskModeExitCodeSet: boolean;
|
|
17899
18204
|
/**
|
|
17900
18205
|
* Indicates whether a user can access the device's Settings app while in Kiosk Mode.
|
|
17901
18206
|
*/
|
|
@@ -18518,6 +18823,10 @@ namespace reference.`microsoft.graph` {
|
|
|
18518
18823
|
* Custom data to define key/value pairs specific to a VPN provider. This collection can contain a maximum of 25 elements.
|
|
18519
18824
|
*/
|
|
18520
18825
|
customKeyValueData: keyValuePair[] | null;
|
|
18826
|
+
/**
|
|
18827
|
+
* List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected.
|
|
18828
|
+
*/
|
|
18829
|
+
lockdownExclusionList: string[] | null;
|
|
18521
18830
|
/**
|
|
18522
18831
|
* Microsoft Tunnel site ID.
|
|
18523
18832
|
*/
|
|
@@ -19286,6 +19595,10 @@ namespace reference.`microsoft.graph` {
|
|
|
19286
19595
|
* Setting to specify whether to allow ConnectedApps experience for this app.
|
|
19287
19596
|
*/
|
|
19288
19597
|
connectedAppsEnabled: boolean;
|
|
19598
|
+
/**
|
|
19599
|
+
* Indicates whether the app is allowed to act as a credential provider. Applies to Android 14 and above. The default value is 'notConfigured'. Possible values are: 'notConfigured' and 'allowed'. When set to 'notConfigured', the Android OS will determine whether the app is allowed to act as a credential provider or not.
|
|
19600
|
+
*/
|
|
19601
|
+
credentialProviderRoleState: androidAppCredentialProviderRoleState;
|
|
19289
19602
|
/**
|
|
19290
19603
|
* Android For Work app configuration package id.
|
|
19291
19604
|
*/
|
|
@@ -20072,6 +20385,10 @@ namespace reference.`microsoft.graph` {
|
|
|
20072
20385
|
* Setting to specify whether to allow ConnectedApps experience for this app.
|
|
20073
20386
|
*/
|
|
20074
20387
|
connectedAppsEnabled: boolean;
|
|
20388
|
+
/**
|
|
20389
|
+
* Indicates whether the app is allowed to act as a credential provider. Applies to Android 14 and above. The default value is 'notConfigured'. Possible values are: 'notConfigured' and 'allowed'. When set to 'notConfigured', the Android OS will determine whether the app is allowed to act as a credential provider or not.
|
|
20390
|
+
*/
|
|
20391
|
+
credentialProviderRoleState: androidAppCredentialProviderRoleState;
|
|
20075
20392
|
/**
|
|
20076
20393
|
* Android Enterprise app configuration package id.
|
|
20077
20394
|
*/
|
|
@@ -20892,6 +21209,10 @@ namespace reference.`microsoft.graph` {
|
|
|
20892
21209
|
* Fingerprint is a string that will be used to verify the VPN server can be trusted, which is only applicable when connection type is Check Point Capsule VPN.
|
|
20893
21210
|
*/
|
|
20894
21211
|
fingerprint: string | null;
|
|
21212
|
+
/**
|
|
21213
|
+
* List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected.
|
|
21214
|
+
*/
|
|
21215
|
+
lockdownExclusionList: string[] | null;
|
|
20895
21216
|
/**
|
|
20896
21217
|
* Microsoft Tunnel site ID.
|
|
20897
21218
|
*/
|
|
@@ -21551,9 +21872,11 @@ namespace reference.`microsoft.graph` {
|
|
|
21551
21872
|
identifierUris: string[];
|
|
21552
21873
|
info: informationalUrl | null;
|
|
21553
21874
|
isDeviceOnlyAuthSupported: boolean | null;
|
|
21875
|
+
isDisabled: boolean | null;
|
|
21554
21876
|
isFallbackPublicClient: boolean | null;
|
|
21555
21877
|
keyCredentials: keyCredential[];
|
|
21556
21878
|
logo: stream;
|
|
21879
|
+
managerApplications: guid;
|
|
21557
21880
|
notes: string | null;
|
|
21558
21881
|
onPremisesPublishing: onPremisesPublishing | null;
|
|
21559
21882
|
optionalClaims: optionalClaims | null;
|
|
@@ -21896,6 +22219,7 @@ namespace reference.`microsoft.graph` {
|
|
|
21896
22219
|
requirements: strongAuthenticationRequirements | null;
|
|
21897
22220
|
signInPreferences: signInPreferences | null;
|
|
21898
22221
|
@contains emailMethods: emailAuthenticationMethod[];
|
|
22222
|
+
@contains externalAuthenticationMethods: externalAuthenticationMethod[];
|
|
21899
22223
|
@contains fido2Methods: fido2AuthenticationMethod[];
|
|
21900
22224
|
@contains methods: authenticationMethod[];
|
|
21901
22225
|
@contains microsoftAuthenticatorMethods: microsoftAuthenticatorAuthenticationMethod[];
|
|
@@ -22410,6 +22734,11 @@ namespace reference.`microsoft.graph` {
|
|
|
22410
22734
|
@contains verticalSection: verticalSection | null;
|
|
22411
22735
|
}
|
|
22412
22736
|
|
|
22737
|
+
@entity model caPoliciesDeletableRoot extends entity {
|
|
22738
|
+
@contains namedLocations: namedLocation[];
|
|
22739
|
+
@contains policies: conditionalAccessPolicy[];
|
|
22740
|
+
}
|
|
22741
|
+
|
|
22413
22742
|
/**
|
|
22414
22743
|
* CartToClassAssociation for associating device carts with classrooms.
|
|
22415
22744
|
*/
|
|
@@ -22636,7 +22965,7 @@ namespace reference.`microsoft.graph` {
|
|
|
22636
22965
|
*/
|
|
22637
22966
|
@entity model cloudCertificationAuthority extends entity {
|
|
22638
22967
|
/**
|
|
22639
|
-
*
|
|
22968
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificateDownloadUrl instead.
|
|
22640
22969
|
*/
|
|
22641
22970
|
certificateDownloadUrl: string | null;
|
|
22642
22971
|
/**
|
|
@@ -22644,11 +22973,11 @@ namespace reference.`microsoft.graph` {
|
|
|
22644
22973
|
*/
|
|
22645
22974
|
certificateKeySize: cloudCertificationAuthorityCertificateKeySize;
|
|
22646
22975
|
/**
|
|
22647
|
-
*
|
|
22976
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificateRevocationListUrl instead.
|
|
22648
22977
|
*/
|
|
22649
22978
|
certificateRevocationListUrl: string | null;
|
|
22650
22979
|
/**
|
|
22651
|
-
*
|
|
22980
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificateSigningRequest instead.
|
|
22652
22981
|
*/
|
|
22653
22982
|
certificateSigningRequest: string | null;
|
|
22654
22983
|
/**
|
|
@@ -22656,7 +22985,7 @@ namespace reference.`microsoft.graph` {
|
|
|
22656
22985
|
*/
|
|
22657
22986
|
certificationAuthorityIssuerId: string | null;
|
|
22658
22987
|
/**
|
|
22659
|
-
*
|
|
22988
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificationAuthorityIssuerUri instead.
|
|
22660
22989
|
*/
|
|
22661
22990
|
certificationAuthorityIssuerUri: string | null;
|
|
22662
22991
|
/**
|
|
@@ -22696,9 +23025,13 @@ namespace reference.`microsoft.graph` {
|
|
|
22696
23025
|
*/
|
|
22697
23026
|
eTag: string | null;
|
|
22698
23027
|
extendedKeyUsages: extendedKeyUsage[] | null;
|
|
23028
|
+
/**
|
|
23029
|
+
* The geographic region where a cloud certification authority (CA) is hosted. Read-only.
|
|
23030
|
+
*/
|
|
23031
|
+
geographicRegion: string | null;
|
|
22699
23032
|
issuerCommonName: string | null;
|
|
22700
23033
|
/**
|
|
22701
|
-
*
|
|
23034
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.keyPlatform instead.
|
|
22702
23035
|
*/
|
|
22703
23036
|
keyPlatform: cloudCertificationAuthorityKeyPlatformType;
|
|
22704
23037
|
/**
|
|
@@ -22710,7 +23043,7 @@ namespace reference.`microsoft.graph` {
|
|
|
22710
23043
|
*/
|
|
22711
23044
|
localityName: string | null;
|
|
22712
23045
|
/**
|
|
22713
|
-
*
|
|
23046
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.ocspResponderUri instead.
|
|
22714
23047
|
*/
|
|
22715
23048
|
ocspResponderUri: string | null;
|
|
22716
23049
|
/**
|
|
@@ -22730,11 +23063,11 @@ namespace reference.`microsoft.graph` {
|
|
|
22730
23063
|
*/
|
|
22731
23064
|
rootCertificateCommonName: string | null;
|
|
22732
23065
|
/**
|
|
22733
|
-
*
|
|
23066
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.scepServerUrl instead.
|
|
22734
23067
|
*/
|
|
22735
23068
|
scepServerUrl: string | null;
|
|
22736
23069
|
/**
|
|
22737
|
-
*
|
|
23070
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.serialNumber instead.
|
|
22738
23071
|
*/
|
|
22739
23072
|
serialNumber: string | null;
|
|
22740
23073
|
/**
|
|
@@ -22742,15 +23075,15 @@ namespace reference.`microsoft.graph` {
|
|
|
22742
23075
|
*/
|
|
22743
23076
|
stateName: string | null;
|
|
22744
23077
|
/**
|
|
22745
|
-
*
|
|
23078
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.subjectName instead.
|
|
22746
23079
|
*/
|
|
22747
23080
|
subjectName: string | null;
|
|
22748
23081
|
/**
|
|
22749
|
-
*
|
|
23082
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.thumbprint instead.
|
|
22750
23083
|
*/
|
|
22751
23084
|
thumbprint: string | null;
|
|
22752
23085
|
/**
|
|
22753
|
-
*
|
|
23086
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.validityEndDateTime instead.
|
|
22754
23087
|
*/
|
|
22755
23088
|
validityEndDateTime: offsetDateTime | null;
|
|
22756
23089
|
/**
|
|
@@ -22758,17 +23091,25 @@ namespace reference.`microsoft.graph` {
|
|
|
22758
23091
|
*/
|
|
22759
23092
|
validityPeriodInYears: int32;
|
|
22760
23093
|
/**
|
|
22761
|
-
*
|
|
23094
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.validityStartDateTime instead.
|
|
22762
23095
|
*/
|
|
22763
23096
|
validityStartDateTime: offsetDateTime | null;
|
|
22764
23097
|
/**
|
|
22765
|
-
*
|
|
23098
|
+
* Deprecated: Starting May 2026, use activeVersion.versionNumber instead.
|
|
22766
23099
|
*/
|
|
22767
23100
|
versionNumber: int32;
|
|
23101
|
+
/**
|
|
23102
|
+
* The currently active certification authority version. This navigation property provides direct access to the active version's details including certificate information, URLs, and validity periods. The active version is automatically included in the default response when retrieving a certification authority entity without requiring $expand. Read-only.
|
|
23103
|
+
*/
|
|
23104
|
+
@references activeVersion: cloudCertificationAuthorityVersion | null;
|
|
22768
23105
|
/**
|
|
22769
23106
|
* Required OData property to expose leaf certificate API.
|
|
22770
23107
|
*/
|
|
22771
23108
|
@references cloudCertificationAuthorityLeafCertificate: cloudCertificationAuthorityLeafCertificate[];
|
|
23109
|
+
/**
|
|
23110
|
+
* The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.
|
|
23111
|
+
*/
|
|
23112
|
+
@references versions: cloudCertificationAuthorityVersion[];
|
|
22772
23113
|
}
|
|
22773
23114
|
|
|
22774
23115
|
/**
|
|
@@ -22783,6 +23124,10 @@ namespace reference.`microsoft.graph` {
|
|
|
22783
23124
|
* The URI of the certification authority that issued the certificate. Read-only.
|
|
22784
23125
|
*/
|
|
22785
23126
|
certificationAuthorityIssuerUri: string | null;
|
|
23127
|
+
/**
|
|
23128
|
+
* The version number of the certification authority that issued this leaf certificate. Read-only.
|
|
23129
|
+
*/
|
|
23130
|
+
certificationAuthorityVersionNumber: int32;
|
|
22786
23131
|
/**
|
|
22787
23132
|
* URL to find the relevant Certificate Revocation List for this certificate. Read-only.
|
|
22788
23133
|
*/
|
|
@@ -22848,6 +23193,88 @@ namespace reference.`microsoft.graph` {
|
|
|
22848
23193
|
* The start date time of the validity period of a certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only. Supports $orderby.
|
|
22849
23194
|
*/
|
|
22850
23195
|
validityStartDateTime: offsetDateTime | null;
|
|
23196
|
+
/**
|
|
23197
|
+
* The certification authority version that issued this leaf certificate. Read-only.
|
|
23198
|
+
*/
|
|
23199
|
+
@references cloudCertificationAuthorityVersion: cloudCertificationAuthorityVersion | null;
|
|
23200
|
+
}
|
|
23201
|
+
|
|
23202
|
+
/**
|
|
23203
|
+
* Entity that represents version-specific properties of a cloud certification authority.
|
|
23204
|
+
*/
|
|
23205
|
+
@entity model cloudCertificationAuthorityVersion extends entity {
|
|
23206
|
+
/**
|
|
23207
|
+
* The URL to download the certification authority certificate. Read-only.
|
|
23208
|
+
*/
|
|
23209
|
+
certificateDownloadUrl: string | null;
|
|
23210
|
+
/**
|
|
23211
|
+
* The cloud certification authority's Certificate Revocation List URL that can be used to determine revocation status. Read-only.
|
|
23212
|
+
*/
|
|
23213
|
+
certificateRevocationListUrl: string | null;
|
|
23214
|
+
/**
|
|
23215
|
+
* The certificate signing request used to create an issuing certification authority with a root certification authority external to Microsoft Cloud PKI. The based-64 encoded certificate signing request can be downloaded through this property. After downloading the certificate signing request, it must be signed by the external root certifcation authority. Read-only.
|
|
23216
|
+
*/
|
|
23217
|
+
certificateSigningRequest: string | null;
|
|
23218
|
+
/**
|
|
23219
|
+
* The certification authority identifier. Read-only.
|
|
23220
|
+
*/
|
|
23221
|
+
certificationAuthorityId: string;
|
|
23222
|
+
/**
|
|
23223
|
+
* The URI of the issuing certification authority of a subordinate certification authority. Returns null if a root certification authority. Nullable. Read-only.
|
|
23224
|
+
*/
|
|
23225
|
+
certificationAuthorityIssuerUri: string | null;
|
|
23226
|
+
/**
|
|
23227
|
+
* The current status of this certification authority version. Possible values are: unknown, active, staged, paused, retired, expired, revoked, unknownFutureValue. Read-only.
|
|
23228
|
+
*/
|
|
23229
|
+
certificationAuthorityVersionStatus: cloudCertificationAuthorityVersionStatus;
|
|
23230
|
+
/**
|
|
23231
|
+
* The date and time when the certification authority version is scheduled to be decommissioned. Only applicable for staged certification authority versions. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only.
|
|
23232
|
+
*/
|
|
23233
|
+
decommissionDateTime: offsetDateTime | null;
|
|
23234
|
+
/**
|
|
23235
|
+
* The key platform used to store the certification authority keys. Read-only.
|
|
23236
|
+
*/
|
|
23237
|
+
keyPlatform: cloudCertificationAuthorityKeyPlatformType;
|
|
23238
|
+
/**
|
|
23239
|
+
* Last modification date and time of this certification authority entity instance. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only.
|
|
23240
|
+
*/
|
|
23241
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
23242
|
+
/**
|
|
23243
|
+
* The Online Certificate Status Protocol (OCSP) responder URI that can be used to determine certificate status. Read-only.
|
|
23244
|
+
*/
|
|
23245
|
+
ocspResponderUri: string | null;
|
|
23246
|
+
/**
|
|
23247
|
+
* The SCEP server URL for device SCEP connections to request certificates. Read-only.
|
|
23248
|
+
*/
|
|
23249
|
+
scepServerUrl: string | null;
|
|
23250
|
+
/**
|
|
23251
|
+
* The serial number used to uniquely identify a certificate with its issuing certification authority. Read-only.
|
|
23252
|
+
*/
|
|
23253
|
+
serialNumber: string | null;
|
|
23254
|
+
/**
|
|
23255
|
+
* The subject name of the certificate. The subject is the target or intended beneficiary of the security being provided, such as a company or government entity. Read-only.
|
|
23256
|
+
*/
|
|
23257
|
+
subjectName: string | null;
|
|
23258
|
+
/**
|
|
23259
|
+
* Secure Hash Algorithm 1 digest of the certificate that can be used to identify it. Read-only.
|
|
23260
|
+
*/
|
|
23261
|
+
thumbprint: string | null;
|
|
23262
|
+
/**
|
|
23263
|
+
* The usage details associated with this certification authority version, including reporting data such as the number of leaf certificates issued during the staged period. Read-only.
|
|
23264
|
+
*/
|
|
23265
|
+
usage: cloudCertificationAuthorityVersionUsage | null;
|
|
23266
|
+
/**
|
|
23267
|
+
* The end date time of the validity period of a certification authority certificate. Certificates cannot be used after this date time as they are longer valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only.
|
|
23268
|
+
*/
|
|
23269
|
+
validityEndDateTime: offsetDateTime | null;
|
|
23270
|
+
/**
|
|
23271
|
+
* The start date time of the validity period of a certification authority certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only.
|
|
23272
|
+
*/
|
|
23273
|
+
validityStartDateTime: offsetDateTime | null;
|
|
23274
|
+
/**
|
|
23275
|
+
* The version number assigned to this specific certification authority version entity. Read-only.
|
|
23276
|
+
*/
|
|
23277
|
+
versionNumber: int32;
|
|
22851
23278
|
}
|
|
22852
23279
|
|
|
22853
23280
|
@entity model cloudCommunications extends MsGraph.SharedModels.entity {
|
|
@@ -22855,7 +23282,6 @@ namespace reference.`microsoft.graph` {
|
|
|
22855
23282
|
@contains callRecords: reference.`microsoft.graph.callRecords`.callRecord[];
|
|
22856
23283
|
}
|
|
22857
23284
|
|
|
22858
|
-
@graphDeprecated("cloudPcReports")
|
|
22859
23285
|
@entity model cloudPC extends entity {
|
|
22860
23286
|
aadDeviceId: string | null;
|
|
22861
23287
|
allotmentDisplayName: string | null;
|
|
@@ -23093,6 +23519,7 @@ namespace reference.`microsoft.graph` {
|
|
|
23093
23519
|
resourceGroupId: string;
|
|
23094
23520
|
scopeIds: string[] | null;
|
|
23095
23521
|
subnetId: string;
|
|
23522
|
+
subnetPrivateIpDetail: cloudPcOnPremisesConnectionSubnetIpDetail | null;
|
|
23096
23523
|
subscriptionId: string;
|
|
23097
23524
|
subscriptionName: string | null;
|
|
23098
23525
|
|
|
@@ -23389,12 +23816,13 @@ namespace reference.`microsoft.graph` {
|
|
|
23389
23816
|
partnerState: deviceManagementPartnerTenantState;
|
|
23390
23817
|
}
|
|
23391
23818
|
|
|
23392
|
-
@entity model conditionalAccessPolicy extends
|
|
23819
|
+
@entity model conditionalAccessPolicy extends policyDeletableItem {
|
|
23393
23820
|
conditions: conditionalAccessConditionSet;
|
|
23394
23821
|
@computed createdDateTime: offsetDateTime | null;
|
|
23395
23822
|
description: string | null;
|
|
23396
23823
|
displayName: string;
|
|
23397
23824
|
grantControls: conditionalAccessGrantControls | null;
|
|
23825
|
+
@computed @key id: string;
|
|
23398
23826
|
modifiedDateTime: offsetDateTime | null;
|
|
23399
23827
|
sessionControls: conditionalAccessSessionControls | null;
|
|
23400
23828
|
state: conditionalAccessPolicyState;
|
|
@@ -23407,6 +23835,7 @@ namespace reference.`microsoft.graph` {
|
|
|
23407
23835
|
|
|
23408
23836
|
@graphDeprecated("AuthenticationStrengthsRemove")
|
|
23409
23837
|
@contains authenticationStrengths: authenticationStrengthRoot | null;
|
|
23838
|
+
@contains deletedItems: caPoliciesDeletableRoot | null;
|
|
23410
23839
|
@contains namedLocations: namedLocation[];
|
|
23411
23840
|
@contains policies: conditionalAccessPolicy[];
|
|
23412
23841
|
@contains templates: conditionalAccessTemplate[];
|
|
@@ -23603,6 +24032,70 @@ namespace reference.`microsoft.graph` {
|
|
|
23603
24032
|
@contains posts: post[];
|
|
23604
24033
|
}
|
|
23605
24034
|
|
|
24035
|
+
/**
|
|
24036
|
+
* Conversation is a first class object in the system, and consists of persistent metadata plus a stream of messages,
|
|
24037
|
+
typically alternating request/response, implicitly forming a turn.Represents a conversation with Copilot Chat.
|
|
24038
|
+
*/
|
|
24039
|
+
@entity model copilotConversation extends entity {
|
|
24040
|
+
/**
|
|
24041
|
+
* The date and time when the conversation was created.
|
|
24042
|
+
*/
|
|
24043
|
+
@computed createdDateTime: offsetDateTime;
|
|
24044
|
+
/**
|
|
24045
|
+
* The display name of the conversation.
|
|
24046
|
+
*/
|
|
24047
|
+
displayName: string;
|
|
24048
|
+
/**
|
|
24049
|
+
* The state of the conversation.
|
|
24050
|
+
*/
|
|
24051
|
+
state: copilotConversationState;
|
|
24052
|
+
/**
|
|
24053
|
+
* The number of turns in the conversation.
|
|
24054
|
+
*/
|
|
24055
|
+
turnCount: int32;
|
|
24056
|
+
/**
|
|
24057
|
+
* The ordered list of messages in the conversation.
|
|
24058
|
+
*/
|
|
24059
|
+
@contains messages: copilotConversationMessage[];
|
|
24060
|
+
}
|
|
24061
|
+
|
|
24062
|
+
/**
|
|
24063
|
+
* Abstract entity representing a chat message in a request or response.
|
|
24064
|
+
*/
|
|
24065
|
+
@abstract
|
|
24066
|
+
@entity model copilotConversationMessage extends entity {
|
|
24067
|
+
/**
|
|
24068
|
+
* The text of the message.
|
|
24069
|
+
*/
|
|
24070
|
+
text: string;
|
|
24071
|
+
}
|
|
24072
|
+
|
|
24073
|
+
/**
|
|
24074
|
+
* Entity representing a chat message in a request.
|
|
24075
|
+
*/
|
|
24076
|
+
@entity model copilotConversationRequestMessage extends copilotConversationMessage {
|
|
24077
|
+
}
|
|
24078
|
+
|
|
24079
|
+
/**
|
|
24080
|
+
* Represents a response message in a chat.
|
|
24081
|
+
*/
|
|
24082
|
+
@entity model copilotConversationResponseMessage extends copilotConversationMessage {
|
|
24083
|
+
adaptiveCards: Json[];
|
|
24084
|
+
attributions: copilotConversationAttribution[];
|
|
24085
|
+
@computed createdDateTime: offsetDateTime;
|
|
24086
|
+
sensitivityLabel: searchSensitivityLabelInfo | null;
|
|
24087
|
+
}
|
|
24088
|
+
|
|
24089
|
+
/**
|
|
24090
|
+
* Root singleton for all Copilot APIs on Microsoft Graph.
|
|
24091
|
+
*/
|
|
24092
|
+
@entity model copilotRoot extends MsGraph.SharedModels.entity {
|
|
24093
|
+
/**
|
|
24094
|
+
* The users conversations with Copilot Chat.
|
|
24095
|
+
*/
|
|
24096
|
+
@contains conversations: copilotConversation[];
|
|
24097
|
+
}
|
|
24098
|
+
|
|
23606
24099
|
@entity model corsConfiguration_v2 extends entity {
|
|
23607
24100
|
allowedHeaders: string[] | null;
|
|
23608
24101
|
allowedMethods: string[] | null;
|
|
@@ -23632,6 +24125,7 @@ namespace reference.`microsoft.graph` {
|
|
|
23632
24125
|
inboundTrust: crossTenantAccessPolicyInboundTrust | null;
|
|
23633
24126
|
invitationRedemptionIdentityProviderConfiguration: defaultInvitationRedemptionIdentityProviderConfiguration | null;
|
|
23634
24127
|
isServiceDefault: boolean | null;
|
|
24128
|
+
@contains m365Capabilities: m365CapabilityBase[];
|
|
23635
24129
|
}
|
|
23636
24130
|
|
|
23637
24131
|
@entity model crossTenantAccessPolicyConfigurationPartner extends MsGraph.SharedModels.entity {
|
|
@@ -23644,6 +24138,22 @@ namespace reference.`microsoft.graph` {
|
|
|
23644
24138
|
isServiceProvider: boolean | null;
|
|
23645
24139
|
@computed @key tenantId: string;
|
|
23646
24140
|
@contains identitySynchronization: crossTenantIdentitySyncPolicyPartner | null;
|
|
24141
|
+
@contains m365Capabilities: m365CapabilityBase[];
|
|
24142
|
+
}
|
|
24143
|
+
|
|
24144
|
+
@entity model crossTenantCalendarAvailabilityBasic extends m365CapabilityBase {
|
|
24145
|
+
}
|
|
24146
|
+
|
|
24147
|
+
@entity model crossTenantCalendarAvailabilityLimitedDetails extends m365CapabilityBase {
|
|
24148
|
+
}
|
|
24149
|
+
|
|
24150
|
+
@entity model crossTenantCalendarSharingFreeBusyDetail extends m365CapabilityBase {
|
|
24151
|
+
}
|
|
24152
|
+
|
|
24153
|
+
@entity model crossTenantCalendarSharingFreeBusyReviewer extends m365CapabilityBase {
|
|
24154
|
+
}
|
|
24155
|
+
|
|
24156
|
+
@entity model crossTenantCalendarSharingFreeBusySimple extends m365CapabilityBase {
|
|
23647
24157
|
}
|
|
23648
24158
|
|
|
23649
24159
|
@entity model crossTenantIdentitySyncPolicyPartner extends MsGraph.SharedModels.entity {
|
|
@@ -23654,6 +24164,24 @@ namespace reference.`microsoft.graph` {
|
|
|
23654
24164
|
userSyncInbound: crossTenantUserSyncInbound | null;
|
|
23655
24165
|
}
|
|
23656
24166
|
|
|
24167
|
+
@entity model crossTenantMailTipsAll extends m365CapabilityBase {
|
|
24168
|
+
}
|
|
24169
|
+
|
|
24170
|
+
@entity model crossTenantMailTipsLimited extends m365CapabilityBase {
|
|
24171
|
+
}
|
|
24172
|
+
|
|
24173
|
+
@entity model crossTenantMigration extends m365CapabilityBase {
|
|
24174
|
+
}
|
|
24175
|
+
|
|
24176
|
+
@entity model crossTenantOpenProfileCard extends m365CapabilityBase {
|
|
24177
|
+
}
|
|
24178
|
+
|
|
24179
|
+
@entity model crossTenantPlacesDeskBooking extends m365CapabilityBase {
|
|
24180
|
+
}
|
|
24181
|
+
|
|
24182
|
+
@entity model crossTenantPlacesRoomBooking extends m365CapabilityBase {
|
|
24183
|
+
}
|
|
24184
|
+
|
|
23657
24185
|
@privatePreview("MicrosofEntitlementManagementCustomextensions")
|
|
23658
24186
|
@entity model customAccessPackageWorkflowExtension extends customCalloutExtension {
|
|
23659
24187
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -23715,15 +24243,6 @@ namespace reference.`microsoft.graph` {
|
|
|
23715
24243
|
@contains allowedValues: allowedValue[];
|
|
23716
24244
|
}
|
|
23717
24245
|
|
|
23718
|
-
@abstract
|
|
23719
|
-
@entity model customSecurityAttributeExemption extends entity {
|
|
23720
|
-
operator: customSecurityAttributeComparisonOperator | null;
|
|
23721
|
-
}
|
|
23722
|
-
|
|
23723
|
-
@entity model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
|
|
23724
|
-
value: string | null;
|
|
23725
|
-
}
|
|
23726
|
-
|
|
23727
24246
|
@entity model dailyInactiveUsersMetric extends inactiveUsersMetricBase {
|
|
23728
24247
|
inactive1DayCount: int64 | null;
|
|
23729
24248
|
}
|
|
@@ -25338,6 +25857,10 @@ namespace reference.`microsoft.graph` {
|
|
|
25338
25857
|
* The timestamp of when the device compliance script was modified. This property is read-only.
|
|
25339
25858
|
*/
|
|
25340
25859
|
@computed lastModifiedDateTime: offsetDateTime;
|
|
25860
|
+
/**
|
|
25861
|
+
* Indicates the operating system platform type that this compliance script targets.
|
|
25862
|
+
*/
|
|
25863
|
+
platform: deviceComplianceScriptPlatformType | null;
|
|
25341
25864
|
/**
|
|
25342
25865
|
* Name of the device compliance script publisher
|
|
25343
25866
|
*/
|
|
@@ -26563,6 +27086,9 @@ namespace reference.`microsoft.graph` {
|
|
|
26563
27086
|
status: appLogUploadState;
|
|
26564
27087
|
}
|
|
26565
27088
|
|
|
27089
|
+
/**
|
|
27090
|
+
* Singleton that acts as container for a collection of Resource Access entities.
|
|
27091
|
+
*/
|
|
26566
27092
|
@entity model deviceManagement extends entity {
|
|
26567
27093
|
/**
|
|
26568
27094
|
* The date & time when tenant data moved between scaleunits.
|
|
@@ -26612,6 +27138,10 @@ namespace reference.`microsoft.graph` {
|
|
|
26612
27138
|
* Maximum number of dep tokens allowed per-tenant.
|
|
26613
27139
|
*/
|
|
26614
27140
|
maximumDepTokens: int32;
|
|
27141
|
+
/**
|
|
27142
|
+
* The collection of Samsung EFOTA firmware versions.
|
|
27143
|
+
*/
|
|
27144
|
+
samsungEFotaFirmwareVersions: samsungEFotaFirmwareVersion[] | null;
|
|
26615
27145
|
/**
|
|
26616
27146
|
* Account level settings.
|
|
26617
27147
|
*/
|
|
@@ -26644,6 +27174,10 @@ namespace reference.`microsoft.graph` {
|
|
|
26644
27174
|
* The summary state of ATP onboarding state for this account.
|
|
26645
27175
|
*/
|
|
26646
27176
|
@contains advancedThreatProtectionOnboardingStateSummary: advancedThreatProtectionOnboardingStateSummary | null;
|
|
27177
|
+
/**
|
|
27178
|
+
* Android App Configurations Schema entity.
|
|
27179
|
+
*/
|
|
27180
|
+
@contains androidAppConfigurationSchema: androidAppConfigurationSchema | null;
|
|
26647
27181
|
/**
|
|
26648
27182
|
* Android device owner enrollment profile entities.
|
|
26649
27183
|
*/
|
|
@@ -26876,18 +27410,6 @@ namespace reference.`microsoft.graph` {
|
|
|
26876
27410
|
* The policy which controls mobile device access to Exchange On Premises
|
|
26877
27411
|
*/
|
|
26878
27412
|
@contains exchangeOnPremisesPolicy: deviceManagementExchangeOnPremisesPolicy | null;
|
|
26879
|
-
/**
|
|
26880
|
-
* The FOTA connector entity that represents the tenant's authorization status for Intune and an OEM. Is an abstract type. To get all connectors, use the Get operation. To get a specific OEM connector, use the oem query parameter to specify the OEM type. To create an OEM connector, refer to the derived connector entity like graph.samsungEFotaConnector.
|
|
26881
|
-
*/
|
|
26882
|
-
@contains fotaConnector: fotaConnector | null;
|
|
26883
|
-
/**
|
|
26884
|
-
* The collection of FOTA connector entity that represents the tenant's authorization status for Intune
|
|
26885
|
-
*/
|
|
26886
|
-
@contains fotaConnectors: fotaConnector[];
|
|
26887
|
-
/**
|
|
26888
|
-
* The collection of FOTA deployment for an OEM.
|
|
26889
|
-
*/
|
|
26890
|
-
@contains fotaDeployments: fotaDeployment[];
|
|
26891
27413
|
/**
|
|
26892
27414
|
* The available group policy categories for this account.
|
|
26893
27415
|
*/
|
|
@@ -27058,14 +27580,6 @@ namespace reference.`microsoft.graph` {
|
|
|
27058
27580
|
* The Role Scope Tags.
|
|
27059
27581
|
*/
|
|
27060
27582
|
@contains roleScopeTags: roleScopeTag[];
|
|
27061
|
-
/**
|
|
27062
|
-
* The collection of FOTA deployment for Samsung OEM.
|
|
27063
|
-
*/
|
|
27064
|
-
@contains samsungEFotaDeployments: samsungEFotaDeployment[];
|
|
27065
|
-
/**
|
|
27066
|
-
* The collection of Samsung EFOTA firmware versions.
|
|
27067
|
-
*/
|
|
27068
|
-
@contains samsungEFotaFirmwareVersions: samsungEFotaFirmwareVersion[];
|
|
27069
27583
|
/**
|
|
27070
27584
|
* A list of ServiceNowConnections
|
|
27071
27585
|
*/
|
|
@@ -29827,6 +30341,11 @@ namespace reference.`microsoft.graph` {
|
|
|
29827
30341
|
targetObjects: string[];
|
|
29828
30342
|
}
|
|
29829
30343
|
|
|
30344
|
+
@entity model externalAuthenticationMethod extends authenticationMethod {
|
|
30345
|
+
configurationId: string;
|
|
30346
|
+
displayName: string;
|
|
30347
|
+
}
|
|
30348
|
+
|
|
29830
30349
|
@entity model externalAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
|
|
29831
30350
|
appId: string;
|
|
29832
30351
|
displayName: string;
|
|
@@ -29973,75 +30492,6 @@ namespace reference.`microsoft.graph` {
|
|
|
29973
30492
|
supportedAttributeTypes: attributeType[];
|
|
29974
30493
|
}
|
|
29975
30494
|
|
|
29976
|
-
/**
|
|
29977
|
-
* The FOTA connector entity that represents the tenant's authorization status for Intune and an OEM. To get all connectors, use the 'Get' operation. To get a specific OEM connector, use the 'retrieveFotaConnector' function and specify the OEM type. To create, use 'graph.fotaConnector' 'connect' action and specify the 'oem' like 'samsung' or 'zebra'. To add or remove Entra security groups for device registration, use the 'register' or 'deregister' actions. To get the authorization URL, use the 'retrieveFotaAuthorizationUrl' function.
|
|
29978
|
-
*/
|
|
29979
|
-
@entity model fotaConnector extends entity {
|
|
29980
|
-
/**
|
|
29981
|
-
* The authorization URL used by IT Admin to authorize Intune to call the OEM APIs on their behalf. Default value: null. If the authorization URL exists, it is returned as an empty string. To retrieve it, specific 'GET' function 'retrieveFotaAuthorizationUrl' has to be used.
|
|
29982
|
-
*/
|
|
29983
|
-
authorizationUrl: string | null;
|
|
29984
|
-
/**
|
|
29985
|
-
* High level status of the tenant's registered devices. Used to get the number of registered devices and the error if registration failed. See 'graph.fotaDeviceRegistrationStatus' for more details. Default value: null.
|
|
29986
|
-
*/
|
|
29987
|
-
deviceRegistrationStatus: fotaDeviceRegistrationStatus | null;
|
|
29988
|
-
/**
|
|
29989
|
-
* System generated friendly name for the connector based on the OEM like 'Samsung E-FOTA Connector'. Populated during creation of the OEM connector. Read-only. Returned by default.
|
|
29990
|
-
*/
|
|
29991
|
-
displayName: string | null;
|
|
29992
|
-
/**
|
|
29993
|
-
* The date and time when the FOTA connector was last synced with the OEM's cloud service to establish connection. 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 would look like this: '2014-01-01T00:00:00Z'. Read-only. Returned by default.
|
|
29994
|
-
*/
|
|
29995
|
-
@computed lastSyncDateTime: offsetDateTime | null;
|
|
29996
|
-
/**
|
|
29997
|
-
* OEM (Original Equipment Manufacturer) type that has onboarded to Intune FOTA functionality. Possible values are 'unknown', 'zebra' and 'samsung'. Default is 'unknown'. See 'graph.fotaOemType' enum for details. Populated during creation of the OEM connector. Returned by default.
|
|
29998
|
-
*/
|
|
29999
|
-
oem: fotaOemType;
|
|
30000
|
-
/**
|
|
30001
|
-
* The Entra security groups targeted for device registration. See 'graph.deviceAndAppManagementAssignmentTarget' entity for details. Default value: null.
|
|
30002
|
-
*/
|
|
30003
|
-
registrationAssignments: deviceAndAppManagementAssignmentTarget[] | null;
|
|
30004
|
-
/**
|
|
30005
|
-
* The state of the FOTA connector. Possible values are 'none', 'pending', 'connected', and 'disconnected'. Default is 'none'. See 'graph.fotaConnectorState' enum for detailed state definitions. Returned by default.
|
|
30006
|
-
*/
|
|
30007
|
-
state: fotaConnectorState;
|
|
30008
|
-
/**
|
|
30009
|
-
* Tenant's total Samsung licenses count. Default value: null.
|
|
30010
|
-
*/
|
|
30011
|
-
totalLicensesCount: int32 | null;
|
|
30012
|
-
}
|
|
30013
|
-
|
|
30014
|
-
/**
|
|
30015
|
-
* The FOTA deployment for an OEM. Is an abstract type. To get all deployments for an OEM, use the 'retrieveDeployments' function and specify the OEM. To get a specific OEM deployment, use the 'retrieveDeployment' function and specify the OEM type and deployment ID. To create a FOTA deployment for an OEM, refer to the derived deployment entity like 'graph.samsungEFotaDeployment'
|
|
30016
|
-
*/
|
|
30017
|
-
@abstract
|
|
30018
|
-
@entity model fotaDeployment extends entity {
|
|
30019
|
-
/**
|
|
30020
|
-
* The deployment's targeted security groups(s). See 'graph.deviceAndAppManagementAssignmentTarget' for more details. Returned by default.
|
|
30021
|
-
*/
|
|
30022
|
-
deploymentAssignments: deviceAndAppManagementAssignmentTarget[];
|
|
30023
|
-
/**
|
|
30024
|
-
* The deployment status from the OEM (Original Equipment Manufacturer). See 'graph.fotaDeploymentStatus' complex type for details. Default value: null.
|
|
30025
|
-
*/
|
|
30026
|
-
deploymentStatus: fotaDeploymentStatus | null;
|
|
30027
|
-
/**
|
|
30028
|
-
* The description of the FOTA deployment. Max allowed length is 1500 chars. Default value: null.
|
|
30029
|
-
*/
|
|
30030
|
-
description: string | null;
|
|
30031
|
-
/**
|
|
30032
|
-
* The deployment name associated with FOTA deployment. Returned by default. Max allowed length is 200 chars.
|
|
30033
|
-
*/
|
|
30034
|
-
displayName: string;
|
|
30035
|
-
/**
|
|
30036
|
-
* OEM (Original Equipment Manufacturer) type that has onboarded to Intune FOTA functionality. Populated during creation of the OEM deployment. Possible values are 'unknown', 'zebra' and 'samsung'. Default is 'unknown'. See 'graph.fotaOemType' enum for details. Returned by default.
|
|
30037
|
-
*/
|
|
30038
|
-
oem: fotaOemType;
|
|
30039
|
-
/**
|
|
30040
|
-
* List of Scope Tags for the deployment. Default value: null.
|
|
30041
|
-
*/
|
|
30042
|
-
roleScopeTagIds: string[] | null;
|
|
30043
|
-
}
|
|
30044
|
-
|
|
30045
30495
|
@abstract
|
|
30046
30496
|
@entity model governanceInsight extends entity {
|
|
30047
30497
|
insightCreatedDateTime: offsetDateTime | null;
|
|
@@ -30150,6 +30600,7 @@ namespace reference.`microsoft.graph` {
|
|
|
30150
30600
|
groupTypes: string[];
|
|
30151
30601
|
hasMembersWithLicenseErrors: boolean | null;
|
|
30152
30602
|
hideFromAddressLists: boolean | null;
|
|
30603
|
+
hideFromOutlookClients: boolean | null;
|
|
30153
30604
|
infoCatalogs: string[];
|
|
30154
30605
|
isArchived: boolean | null;
|
|
30155
30606
|
isAssignableToRole: boolean | null;
|
|
@@ -30164,6 +30615,7 @@ namespace reference.`microsoft.graph` {
|
|
|
30164
30615
|
membershipRuleProcessingState: string | null;
|
|
30165
30616
|
membershipRuleProcessingStatus: membershipRuleProcessingStatus | null;
|
|
30166
30617
|
onPremisesDomainName: string | null;
|
|
30618
|
+
onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
|
|
30167
30619
|
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
30168
30620
|
onPremisesNetBiosName: string | null;
|
|
30169
30621
|
onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
|
|
@@ -30186,6 +30638,7 @@ namespace reference.`microsoft.graph` {
|
|
|
30186
30638
|
unseenCount: int32 | null;
|
|
30187
30639
|
unseenMessagesCount: int32 | null;
|
|
30188
30640
|
visibility: string | null;
|
|
30641
|
+
welcomeMessageEnabled: boolean | null;
|
|
30189
30642
|
writebackConfiguration: groupWritebackConfiguration | null;
|
|
30190
30643
|
@contains acceptedSenders: directoryObject[];
|
|
30191
30644
|
@contains appRoleAssignments: appRoleAssignment[];
|
|
@@ -31535,7 +31988,7 @@ namespace reference.`microsoft.graph` {
|
|
|
31535
31988
|
}
|
|
31536
31989
|
|
|
31537
31990
|
@entity model inheritablePermission extends MsGraph.SharedModels.entity {
|
|
31538
|
-
inheritableScopes: inheritableScopes;
|
|
31991
|
+
inheritableScopes: inheritableScopes | null;
|
|
31539
31992
|
@computed @key resourceAppId: string;
|
|
31540
31993
|
}
|
|
31541
31994
|
|
|
@@ -33896,7 +34349,6 @@ namespace reference.`microsoft.graph` {
|
|
|
33896
34349
|
userId: string | null;
|
|
33897
34350
|
}
|
|
33898
34351
|
|
|
33899
|
-
|
|
33900
34352
|
@entity model labelContentRight extends entity {
|
|
33901
34353
|
cid: string | null;
|
|
33902
34354
|
format: string | null;
|
|
@@ -33928,6 +34380,7 @@ namespace reference.`microsoft.graph` {
|
|
|
33928
34380
|
|
|
33929
34381
|
@entity model list extends baseItem {
|
|
33930
34382
|
displayName: string | null;
|
|
34383
|
+
itemCount: int32 | null;
|
|
33931
34384
|
list: listInfo | null;
|
|
33932
34385
|
sharepointIds: sharepointIds | null;
|
|
33933
34386
|
system: systemFacet | null;
|
|
@@ -33996,6 +34449,13 @@ namespace reference.`microsoft.graph` {
|
|
|
33996
34449
|
row: string | null;
|
|
33997
34450
|
}
|
|
33998
34451
|
|
|
34452
|
+
@abstract
|
|
34453
|
+
@entity model m365CapabilityBase extends MsGraph.SharedModels.entity {
|
|
34454
|
+
inboundAccess: m365CapabilityInboundAccess | null;
|
|
34455
|
+
@computed lastModifiedDateTime: offsetDateTime;
|
|
34456
|
+
@computed @key name: string;
|
|
34457
|
+
}
|
|
34458
|
+
|
|
33999
34459
|
/**
|
|
34000
34460
|
* Mac OS certificate profile.
|
|
34001
34461
|
*/
|
|
@@ -34028,87 +34488,91 @@ namespace reference.`microsoft.graph` {
|
|
|
34028
34488
|
*/
|
|
34029
34489
|
@entity model macOSCompliancePolicy extends deviceCompliancePolicy {
|
|
34030
34490
|
/**
|
|
34031
|
-
*
|
|
34491
|
+
* Specifies the Microsoft Defender for Endpoint (MDE) risk level threshold used to report noncompliance (for example, secured, medium, or high). When set to a value other than unavailable, the device is marked noncompliant if the reported risk level doesn't meet the configured requirement. Default is unavailable.
|
|
34032
34492
|
*/
|
|
34033
34493
|
advancedThreatProtectionRequiredSecurityLevel: deviceThreatProtectionLevel;
|
|
34034
34494
|
/**
|
|
34035
|
-
*
|
|
34495
|
+
* Custom compliance configuration for the policy (script identifier and rules content). When set, custom compliance rules are evaluated and the device is marked noncompliant when any rule evaluates to noncompliant. When not set, no custom compliance rules are evaluated. Default is null, when set to default it is not evaluated.
|
|
34496
|
+
*/
|
|
34497
|
+
deviceCompliancePolicyScript: deviceCompliancePolicyScript | null;
|
|
34498
|
+
/**
|
|
34499
|
+
* Specifies whether Mobile Threat Defense (MTD) must be enabled. When set to true, the device is marked noncompliant if MTD isn't enabled or doesn't report a threat level. When false, threat protection level requirements aren't enforced. Default is false.
|
|
34036
34500
|
*/
|
|
34037
34501
|
deviceThreatProtectionEnabled: boolean;
|
|
34038
34502
|
/**
|
|
34039
|
-
*
|
|
34503
|
+
* Specifies the Mobile Threat Defense risk level threshold used to report noncompliance (for example, secured, medium, or high). When set to a value other than unavailable, the device is marked noncompliant if the reported risk level doesn't meet the configured requirement. Default is unavailable.
|
|
34040
34504
|
*/
|
|
34041
34505
|
deviceThreatProtectionRequiredSecurityLevel: deviceThreatProtectionLevel;
|
|
34042
34506
|
/**
|
|
34043
|
-
*
|
|
34507
|
+
* Specifies whether Block all incoming connections must be enabled. When set to true, the device is marked noncompliant if the setting is disabled. Default is false.
|
|
34044
34508
|
*/
|
|
34045
34509
|
firewallBlockAllIncoming: boolean;
|
|
34046
34510
|
/**
|
|
34047
|
-
*
|
|
34511
|
+
* Specifies whether the macOS application firewall must be enabled. When set to true, the device is marked noncompliant if the firewall is disabled. Default is false.
|
|
34048
34512
|
*/
|
|
34049
34513
|
firewallEnabled: boolean;
|
|
34050
34514
|
/**
|
|
34051
|
-
*
|
|
34515
|
+
* Specifies whether Enable stealth mode must be enabled. When set to true, the device is marked noncompliant if the setting is disabled. Default is false.
|
|
34052
34516
|
*/
|
|
34053
34517
|
firewallEnableStealthMode: boolean;
|
|
34054
34518
|
/**
|
|
34055
|
-
* System
|
|
34519
|
+
* Specifies the Gatekeeper app source policy (System Settings > Privacy & Security) that determines which app download locations are allowed (for example, macAppStore or anywhere). When set to a value other than notConfigured, the device is marked noncompliant if its Gatekeeper setting allows apps from sources not permitted by this value. Default is notConfigured.
|
|
34056
34520
|
*/
|
|
34057
34521
|
gatekeeperAllowedAppSource: macOSGatekeeperAppSources;
|
|
34058
34522
|
/**
|
|
34059
|
-
*
|
|
34523
|
+
* Specifies the maximum allowed macOS build version. When set, the device is marked noncompliant if its build version is higher than this value. Default is null, when set to default it is not evaluated.
|
|
34060
34524
|
*/
|
|
34061
34525
|
osMaximumBuildVersion: string | null;
|
|
34062
34526
|
/**
|
|
34063
|
-
*
|
|
34527
|
+
* Specifies the maximum allowed macOS version. When set, the device is marked noncompliant if its OS version is higher than this value. Default is null, when set to default it is not evaluated.
|
|
34064
34528
|
*/
|
|
34065
34529
|
osMaximumVersion: string | null;
|
|
34066
34530
|
/**
|
|
34067
|
-
*
|
|
34531
|
+
* Specifies the minimum allowed macOS build version. When set, the device is marked noncompliant if its build version is lower than this value. Default is null, when set to default it is not evaluated.
|
|
34068
34532
|
*/
|
|
34069
34533
|
osMinimumBuildVersion: string | null;
|
|
34070
34534
|
/**
|
|
34071
|
-
*
|
|
34535
|
+
* Specifies the minimum allowed macOS version. When set, the device is marked noncompliant if its OS version is lower than this value. Default is null, when set to default it is not evaluated.
|
|
34072
34536
|
*/
|
|
34073
34537
|
osMinimumVersion: string | null;
|
|
34074
34538
|
/**
|
|
34075
|
-
*
|
|
34539
|
+
* Specifies whether simple passwords such as 1111 or 1234 are allowed. When set to true, the device is marked noncompliant if it allows simple passwords. Default is false.
|
|
34076
34540
|
*/
|
|
34077
34541
|
passwordBlockSimple: boolean;
|
|
34078
34542
|
/**
|
|
34079
|
-
*
|
|
34543
|
+
* Specifies the maximum password age in days. When set, the device is marked noncompliant if the password age exceeds this value. Valid values are 1 to 65535. Default is null, when set to default it is not evaluated. Valid values 1 to 65535
|
|
34080
34544
|
*/
|
|
34081
34545
|
passwordExpirationDays: int32 | null;
|
|
34082
34546
|
/**
|
|
34083
|
-
*
|
|
34547
|
+
* Specifies the minimum number of character sets required in the password. When set, the device is marked noncompliant if the password doesn't meet this requirement. Default is null, when set to default it is not evaluated.
|
|
34084
34548
|
*/
|
|
34085
34549
|
passwordMinimumCharacterSetCount: int32 | null;
|
|
34086
34550
|
/**
|
|
34087
|
-
*
|
|
34551
|
+
* Specifies the minimum password length. When set, the device is marked noncompliant if the password length is less than this value. Valid values are 4 to 14. Default is null, when set to default it is not evaluated. Valid values 4 to 14
|
|
34088
34552
|
*/
|
|
34089
34553
|
passwordMinimumLength: int32 | null;
|
|
34090
34554
|
/**
|
|
34091
|
-
*
|
|
34555
|
+
* Specifies the maximum minutes of inactivity before a password is required to unlock the device. When set, the device is marked noncompliant if it allows a longer inactivity period. Default is null, when set to default it is not evaluated.
|
|
34092
34556
|
*/
|
|
34093
34557
|
passwordMinutesOfInactivityBeforeLock: int32 | null;
|
|
34094
34558
|
/**
|
|
34095
|
-
*
|
|
34559
|
+
* Specifies the number of previous passwords that can't be reused. When set, the device is marked noncompliant if it doesn't enforce this history count. Valid values are 1 to 24. Default is null, when set to default it is not evaluated. Valid values 1 to 24
|
|
34096
34560
|
*/
|
|
34097
34561
|
passwordPreviousPasswordBlockCount: int32 | null;
|
|
34098
34562
|
/**
|
|
34099
|
-
*
|
|
34563
|
+
* Specifies whether a device password is required. When set to true, the device is marked noncompliant if a password isn't configured. Default is false.
|
|
34100
34564
|
*/
|
|
34101
34565
|
passwordRequired: boolean;
|
|
34102
34566
|
/**
|
|
34103
|
-
*
|
|
34567
|
+
* Specifies the required password type (for example, deviceDefault or alphanumeric). When set to a value other than deviceDefault, the device is marked noncompliant if the password type doesn't match. Default is deviceDefault.
|
|
34104
34568
|
*/
|
|
34105
34569
|
passwordRequiredType: requiredPasswordType;
|
|
34106
34570
|
/**
|
|
34107
|
-
*
|
|
34571
|
+
* Specifies whether storage encryption is required on macOS devices. When set to true, the device is marked noncompliant if storage isn't encrypted. Default is false.
|
|
34108
34572
|
*/
|
|
34109
34573
|
storageRequireEncryption: boolean;
|
|
34110
34574
|
/**
|
|
34111
|
-
*
|
|
34575
|
+
* Specifies whether System Integrity Protection must be enabled. When set to true, the device is marked noncompliant if System Integrity Protection is disabled. Default is false.
|
|
34112
34576
|
*/
|
|
34113
34577
|
systemIntegrityProtectionEnabled: boolean;
|
|
34114
34578
|
}
|
|
@@ -37996,6 +38460,10 @@ namespace reference.`microsoft.graph` {
|
|
|
37996
38460
|
* When TRUE, indicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for Android devices. When FALSE, indicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for Android devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.
|
|
37997
38461
|
*/
|
|
37998
38462
|
androidMobileApplicationManagementEnabled: boolean;
|
|
38463
|
+
/**
|
|
38464
|
+
* When TRUE, indicates that the Mobile Threat Defense partner is granted the Mobile Threat Defense role on enrolled Android Corporate Owned Business Only and Corporate Owned Personally Enabled devices. When FALSE, indicates that the Mobile Threat Defense partner is not granted the Mobile Threat Defense role. Default value is FALSE.
|
|
38465
|
+
*/
|
|
38466
|
+
grantMobileThreatDefensePartnerRole: boolean;
|
|
37999
38467
|
/**
|
|
38000
38468
|
* When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant. When FALSE, indicates that Intune may not recieve data from Mobile Threat Defense partner prior to making device compliant. Default value is FALSE.
|
|
38001
38469
|
*/
|
|
@@ -38012,6 +38480,10 @@ namespace reference.`microsoft.graph` {
|
|
|
38012
38480
|
* DateTime of last Heartbeat recieved from the Mobile Threat Defense partner
|
|
38013
38481
|
*/
|
|
38014
38482
|
@computed lastHeartbeatDateTime: offsetDateTime;
|
|
38483
|
+
/**
|
|
38484
|
+
* When TRUE, indicates that the Mobile Threat Defense partner will be automatically launched during Android Corporate Owned Business Only and Corporate Owned Personally Enabled device setup. When FALSE, indicates that the Mobile Threat Defense partner will not be automatically launched during setup. Default value is FALSE.
|
|
38485
|
+
*/
|
|
38486
|
+
launchMobileThreatDefensePartnerOnSetupEnabled: boolean;
|
|
38015
38487
|
/**
|
|
38016
38488
|
* When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a Mac device compliant. When FALSE, indicates that Intune may mark a Mac device compliant prior to receiving data from the Mobile Threat Defense partner. Default value is FALSE.
|
|
38017
38489
|
*/
|
|
@@ -38080,12 +38552,17 @@ namespace reference.`microsoft.graph` {
|
|
|
38080
38552
|
value: string[] | null;
|
|
38081
38553
|
}
|
|
38082
38554
|
|
|
38083
|
-
@entity model namedLocation extends
|
|
38555
|
+
@entity model namedLocation extends policyDeletableItem {
|
|
38084
38556
|
@computed createdDateTime: offsetDateTime | null;
|
|
38085
38557
|
displayName: string;
|
|
38558
|
+
@computed @key id: string;
|
|
38086
38559
|
modifiedDateTime: offsetDateTime | null;
|
|
38087
38560
|
}
|
|
38088
38561
|
|
|
38562
|
+
@entity model namePronunciationSettings extends entity {
|
|
38563
|
+
isEnabledInOrganization: boolean;
|
|
38564
|
+
}
|
|
38565
|
+
|
|
38089
38566
|
/**
|
|
38090
38567
|
* Entity which represents an OnPrem Ndes connector.
|
|
38091
38568
|
*/
|
|
@@ -38609,6 +39086,7 @@ namespace reference.`microsoft.graph` {
|
|
|
38609
39086
|
|
|
38610
39087
|
@graphDeprecated("Beta:ItemInsightsOranizationSettings")
|
|
38611
39088
|
@contains itemInsights: insightsSettings | null;
|
|
39089
|
+
@contains peopleInsights: insightsSettings | null;
|
|
38612
39090
|
}
|
|
38613
39091
|
|
|
38614
39092
|
@open
|
|
@@ -38738,7 +39216,6 @@ namespace reference.`microsoft.graph` {
|
|
|
38738
39216
|
password: string | null;
|
|
38739
39217
|
}
|
|
38740
39218
|
|
|
38741
|
-
|
|
38742
39219
|
@entity model passwordlessMicrosoftAuthenticatorAuthenticationMethod extends authenticationMethod {
|
|
38743
39220
|
|
|
38744
39221
|
@graphDeprecated("CreationDateTime")
|
|
@@ -38759,7 +39236,11 @@ namespace reference.`microsoft.graph` {
|
|
|
38759
39236
|
|
|
38760
39237
|
@entity model peopleAdminSettings extends entity {
|
|
38761
39238
|
@contains itemInsights: insightsSettings | null;
|
|
39239
|
+
@contains namePronunciation: namePronunciationSettings | null;
|
|
39240
|
+
@contains photoUpdateSettings: photoUpdateSettings | null;
|
|
38762
39241
|
@contains profileCardProperties: profileCardProperty[];
|
|
39242
|
+
@contains profilePropertySettings: profilePropertySetting[];
|
|
39243
|
+
@contains profileSources: profileSource[];
|
|
38763
39244
|
@contains pronouns: pronounsSettings | null;
|
|
38764
39245
|
}
|
|
38765
39246
|
|
|
@@ -38905,6 +39386,11 @@ namespace reference.`microsoft.graph` {
|
|
|
38905
39386
|
phoneNumber: string | null;
|
|
38906
39387
|
}
|
|
38907
39388
|
|
|
39389
|
+
@entity model photoUpdateSettings extends entity {
|
|
39390
|
+
allowedRoles: string[] | null;
|
|
39391
|
+
source: photoUpdateSource;
|
|
39392
|
+
}
|
|
39393
|
+
|
|
38908
39394
|
@entity model pinnedChatMessageInfo extends entity {
|
|
38909
39395
|
@references message: chatMessage | null;
|
|
38910
39396
|
}
|
|
@@ -39069,6 +39555,11 @@ namespace reference.`microsoft.graph` {
|
|
|
39069
39555
|
displayName: string;
|
|
39070
39556
|
}
|
|
39071
39557
|
|
|
39558
|
+
@abstract
|
|
39559
|
+
@entity model policyDeletableItem extends MsGraph.SharedModels.entity {
|
|
39560
|
+
deletedDateTime: offsetDateTime | null;
|
|
39561
|
+
}
|
|
39562
|
+
|
|
39072
39563
|
@entity model policyRoot extends entity {
|
|
39073
39564
|
@contains accessReviewPolicy: accessReviewPolicy | null;
|
|
39074
39565
|
@contains activityBasedTimeoutPolicies: activityBasedTimeoutPolicy[];
|
|
@@ -39364,6 +39855,7 @@ namespace reference.`microsoft.graph` {
|
|
|
39364
39855
|
version: string;
|
|
39365
39856
|
}
|
|
39366
39857
|
|
|
39858
|
+
@graphDeprecated("PIM_Iteration2_Deprecation")
|
|
39367
39859
|
@entity model privilegedAccess extends entity {
|
|
39368
39860
|
displayName: string | null;
|
|
39369
39861
|
@contains resources: governanceResource[];
|
|
@@ -39656,6 +40148,7 @@ namespace reference.`microsoft.graph` {
|
|
|
39656
40148
|
@entity model profileCardProperty extends entity {
|
|
39657
40149
|
annotations: profileCardAnnotation[] | null;
|
|
39658
40150
|
directoryPropertyName: string | null;
|
|
40151
|
+
isVisible: boolean;
|
|
39659
40152
|
}
|
|
39660
40153
|
|
|
39661
40154
|
@entity model profilePhoto extends entity {
|
|
@@ -39663,6 +40156,20 @@ namespace reference.`microsoft.graph` {
|
|
|
39663
40156
|
width: int32 | null;
|
|
39664
40157
|
}
|
|
39665
40158
|
|
|
40159
|
+
@entity model profilePropertySetting extends entity {
|
|
40160
|
+
displayName: string | null;
|
|
40161
|
+
name: string | null;
|
|
40162
|
+
prioritizedSourceUrls: string[] | null;
|
|
40163
|
+
}
|
|
40164
|
+
|
|
40165
|
+
@entity model profileSource extends entity {
|
|
40166
|
+
displayName: string | null;
|
|
40167
|
+
kind: string | null;
|
|
40168
|
+
localizations: profileSourceLocalization[];
|
|
40169
|
+
sourceId: string | null;
|
|
40170
|
+
webUrl: string | null;
|
|
40171
|
+
}
|
|
40172
|
+
|
|
39666
40173
|
@entity model program extends entity {
|
|
39667
40174
|
description: string;
|
|
39668
40175
|
displayName: string;
|
|
@@ -40291,80 +40798,6 @@ namespace reference.`microsoft.graph` {
|
|
|
40291
40798
|
signingCertificate: string | null;
|
|
40292
40799
|
}
|
|
40293
40800
|
|
|
40294
|
-
/**
|
|
40295
|
-
* The settings and targeted firmware versions for a Samsung Knox E-FOTA deployment. Inherits from 'graph.fotaDeployment'. To create, update and delete, use the 'graph.fotaDeployment' 'Post', 'Patch', and 'Delete' operations and specify 'oem' as 'Samsung'. To get, use the 'graph.fotaDeployment' 'Get' operation and specify 'oem' as 'Samsung'
|
|
40296
|
-
*/
|
|
40297
|
-
@entity model samsungEFotaDeployment extends fotaDeployment {
|
|
40298
|
-
/**
|
|
40299
|
-
* The setting required to create a deployment such as deployment update type, download and installation time, network type, etc. See 'graph.samsungEFotaDeploymentSetting' complex type for more details. Returned by default.
|
|
40300
|
-
*/
|
|
40301
|
-
deploymentSetting: samsungEFotaDeploymentSetting;
|
|
40302
|
-
/**
|
|
40303
|
-
* The E-FOTA deployment's firmware version targets like the device model, sales code, CSC, and update type. See 'graph.samsungEFotaFirmwareVersionTarget' entity for more details. Returned by default
|
|
40304
|
-
*/
|
|
40305
|
-
@references firmwareVersionTargets: samsungEFotaFirmwareVersionTarget[];
|
|
40306
|
-
}
|
|
40307
|
-
|
|
40308
|
-
/**
|
|
40309
|
-
* The firmware version from Samsung for a specific device model, sales code, and CSC (Consumer Software Customization). Used to create Samsung E-FOTA deployments.
|
|
40310
|
-
*/
|
|
40311
|
-
@entity model samsungEFotaFirmwareVersion extends entity {
|
|
40312
|
-
/**
|
|
40313
|
-
* The Android Processor version name. This property is populated by Samsung. Eg. 'G960U1UES9FVD1'. Default value: null. Read-only.
|
|
40314
|
-
*/
|
|
40315
|
-
androidProcessorVersionName: string | null;
|
|
40316
|
-
/**
|
|
40317
|
-
* The Consumer Software Customization which is a specific code associated with the region or carrier customization of a Samsung device. This property is populated by Samsung. Eg. 'OYM'. Read-only. Returned by default.
|
|
40318
|
-
*/
|
|
40319
|
-
consumerSoftwareCustomizationCode: string;
|
|
40320
|
-
/**
|
|
40321
|
-
* The firmware description. This property is populated by Samsung. Default value: null. Read-only.
|
|
40322
|
-
*/
|
|
40323
|
-
description: string | null;
|
|
40324
|
-
/**
|
|
40325
|
-
* Samsung device model. This property is populated by Samsung. Eg. 'SM-960F'. Read-only. Returned by default.
|
|
40326
|
-
*/
|
|
40327
|
-
deviceModelName: string;
|
|
40328
|
-
/**
|
|
40329
|
-
* The firmware version. This property is populated by Samsung Eg. 'T575XXU4EAAA/T575OXM4EAAA/T575XXU4EAAA'. Default value: null. Read-only.
|
|
40330
|
-
*/
|
|
40331
|
-
firmwareVersion: string | null;
|
|
40332
|
-
/**
|
|
40333
|
-
* The OS version name. This property is populated by Samsung. Eg. 'Pie(Android 9)'. Default value: null. Read-only.
|
|
40334
|
-
*/
|
|
40335
|
-
osVersionName: string | null;
|
|
40336
|
-
/**
|
|
40337
|
-
* Firmware release date. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. This property is populated by Samsung. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Default value: null. Read-only.
|
|
40338
|
-
*/
|
|
40339
|
-
releaseDateTime: offsetDateTime;
|
|
40340
|
-
/**
|
|
40341
|
-
* The firmware request type. This property is populated by Samsung Eg. 'NORMAL'. Default value: null. Read-only.
|
|
40342
|
-
*/
|
|
40343
|
-
requestFirmwareType: string | null;
|
|
40344
|
-
/**
|
|
40345
|
-
* Sales code of a Samsung device that corresponds to its georgraphic area or carrier network. This property is populated by Samsung. Eg. 'TMB'. Read-only. Returned by default.
|
|
40346
|
-
*/
|
|
40347
|
-
salesCode: string;
|
|
40348
|
-
/**
|
|
40349
|
-
* The firmware security patch. This property is populated by Samsung Eg. '2023-09-07 07:50:57'. Default value: null. Read-only.
|
|
40350
|
-
*/
|
|
40351
|
-
securityPatch: string | null;
|
|
40352
|
-
}
|
|
40353
|
-
|
|
40354
|
-
/**
|
|
40355
|
-
* The targeted firmware version for an E-FOTA deployment. Used while creating E-FOTA deployments.
|
|
40356
|
-
*/
|
|
40357
|
-
@entity model samsungEFotaFirmwareVersionTarget extends entity {
|
|
40358
|
-
/**
|
|
40359
|
-
* The E-FOTA deployment's firmware update type. Possible values are 'custom', 'latestMajorVersion', 'auto', 'latestMinorVersion', and 'locked'. Default is 'custom'. See 'graph.fotaFirmwareUpdateType' enum for more details. Returned by default.
|
|
40360
|
-
*/
|
|
40361
|
-
updateType: fotaFirmwareUpdateType;
|
|
40362
|
-
/**
|
|
40363
|
-
* Describes the firmware version for a specific device model, sales code, and CSC. See 'graph.samsungEFotaFirmwareVersion' entity for details. Returned by default.
|
|
40364
|
-
*/
|
|
40365
|
-
@references firmwareVersion: samsungEFotaFirmwareVersion;
|
|
40366
|
-
}
|
|
40367
|
-
|
|
40368
40801
|
@entity model schemaExtension extends entity {
|
|
40369
40802
|
description: string | null;
|
|
40370
40803
|
owner: string;
|
|
@@ -40777,6 +41210,7 @@ namespace reference.`microsoft.graph` {
|
|
|
40777
41210
|
errorUrl: string | null;
|
|
40778
41211
|
homepage: string | null;
|
|
40779
41212
|
info: informationalUrl | null;
|
|
41213
|
+
isDisabled: boolean | null;
|
|
40780
41214
|
keyCredentials: keyCredential[];
|
|
40781
41215
|
loginUrl: string | null;
|
|
40782
41216
|
logoutUrl: string | null;
|
|
@@ -41165,6 +41599,7 @@ namespace reference.`microsoft.graph` {
|
|
|
41165
41599
|
azureResourceId: string | null;
|
|
41166
41600
|
clientAppUsed: string | null;
|
|
41167
41601
|
clientCredentialType: clientCredentialType | null;
|
|
41602
|
+
clientSessionId: string | null;
|
|
41168
41603
|
conditionalAccessAudiences: string[] | null;
|
|
41169
41604
|
conditionalAccessStatus: conditionalAccessStatus | null;
|
|
41170
41605
|
correlationId: string | null;
|
|
@@ -41464,6 +41899,7 @@ namespace reference.`microsoft.graph` {
|
|
|
41464
41899
|
signInCount: int64 | null;
|
|
41465
41900
|
status: signInStatus | null;
|
|
41466
41901
|
tenantId: string | null;
|
|
41902
|
+
tokenIssuerType: tokenIssuerType;
|
|
41467
41903
|
userPrincipalName: string | null;
|
|
41468
41904
|
}
|
|
41469
41905
|
|
|
@@ -41507,6 +41943,8 @@ namespace reference.`microsoft.graph` {
|
|
|
41507
41943
|
}
|
|
41508
41944
|
|
|
41509
41945
|
@entity model synchronization extends entity {
|
|
41946
|
+
|
|
41947
|
+
@graphDeprecated("SynchronizationSecret_Deprecation")
|
|
41510
41948
|
secrets: synchronizationSecretKeyStringValuePair[] | null;
|
|
41511
41949
|
@contains jobs: synchronizationJob[];
|
|
41512
41950
|
@contains templates: synchronizationTemplate[];
|
|
@@ -48547,6 +48985,14 @@ namespace reference.`microsoft.graph` {
|
|
|
48547
48985
|
* A mobileApp that is based on a referenced branch in a Win32CatalogApp repository
|
|
48548
48986
|
*/
|
|
48549
48987
|
@entity model windowsAutoUpdateCatalogApp extends mobileApp {
|
|
48988
|
+
/**
|
|
48989
|
+
* Indicates the set of CPU architectures on which this application is allowed to be installed. When null, the app is eligible for installation on all the supported architectures. Possible values are: x86, x64, arm64, or a combination of them.
|
|
48990
|
+
*/
|
|
48991
|
+
allowedArchitectures: windowsArchitecture | null;
|
|
48992
|
+
/**
|
|
48993
|
+
* Describes how the app installer executes on the target device, including the account context (system or user) under which the installer runs and how the device handles restarts after installation completes. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).
|
|
48994
|
+
*/
|
|
48995
|
+
installExperience: windowsAutoUpdateCatalogAppInstallExperience | null;
|
|
48550
48996
|
/**
|
|
48551
48997
|
* The identifier of a specific branch in a product, which is a specific subset of product functionality as defined by the publisher . This is run-time resolved to be the latest MobileAppCatalogPackage in the branch. (example:'31a4c766-f23d-8d41-4803-35e155be7389'). Read-Only
|
|
48552
48998
|
*/
|
|
@@ -50191,6 +50637,10 @@ namespace reference.`microsoft.graph` {
|
|
|
50191
50637
|
* Current anti malware version
|
|
50192
50638
|
*/
|
|
50193
50639
|
antiMalwareVersion: string | null;
|
|
50640
|
+
/**
|
|
50641
|
+
* When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. Defaults to setting on client device.
|
|
50642
|
+
*/
|
|
50643
|
+
controlledConfigurationEnabled: boolean | null;
|
|
50194
50644
|
/**
|
|
50195
50645
|
* Indicates device's health state. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical.
|
|
50196
50646
|
*/
|
|
@@ -51473,10 +51923,6 @@ namespace reference.`microsoft.graph` {
|
|
|
51473
51923
|
* The Zebra FOTA deployment entity that describes settings, deployment device groups required to create a FOTA deployment, and deployment status.
|
|
51474
51924
|
*/
|
|
51475
51925
|
@entity model zebraFotaDeployment extends entity {
|
|
51476
|
-
/**
|
|
51477
|
-
* Collection of Android FOTA Assignment
|
|
51478
|
-
*/
|
|
51479
|
-
deploymentAssignments: androidFotaDeploymentAssignment[] | null;
|
|
51480
51926
|
/**
|
|
51481
51927
|
* Represents settings required to create a deployment such as deployment type, artifact info, download and installation
|
|
51482
51928
|
*/
|
|
@@ -51826,6 +52272,21 @@ namespace reference.`microsoft.graph` {
|
|
|
51826
52272
|
unknownFutureValue: 4,
|
|
51827
52273
|
}
|
|
51828
52274
|
|
|
52275
|
+
/**
|
|
52276
|
+
* The Android credential provider role state for apps.
|
|
52277
|
+
*/
|
|
52278
|
+
enum androidAppCredentialProviderRoleState {
|
|
52279
|
+
/**
|
|
52280
|
+
* Default. Indicates the app's ability to act as a credential provider has not been configured. When set to 'notConfigured', the Android OS will determine whether the app is allowed to act as a credential provider or not.
|
|
52281
|
+
*/
|
|
52282
|
+
notConfigured: 0,
|
|
52283
|
+
/**
|
|
52284
|
+
* Indicates the app is allowed to act as a credential provider.
|
|
52285
|
+
*/
|
|
52286
|
+
allowed: 1,
|
|
52287
|
+
unknownFutureValue: 2,
|
|
52288
|
+
}
|
|
52289
|
+
|
|
51829
52290
|
/**
|
|
51830
52291
|
* Android Device Owner possible values for states of the device's app auto update policy.
|
|
51831
52292
|
*/
|
|
@@ -54816,7 +55277,7 @@ namespace reference.`microsoft.graph` {
|
|
|
54816
55277
|
}
|
|
54817
55278
|
|
|
54818
55279
|
/**
|
|
54819
|
-
* Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates
|
|
55280
|
+
* Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates, temporarily paused, pending signing, revoked, or expired.
|
|
54820
55281
|
*/
|
|
54821
55282
|
enum cloudCertificationAuthorityStatus {
|
|
54822
55283
|
/**
|
|
@@ -54840,6 +55301,10 @@ namespace reference.`microsoft.graph` {
|
|
|
54840
55301
|
*/
|
|
54841
55302
|
signingPending: 4,
|
|
54842
55303
|
unknownFutureValue: 5,
|
|
55304
|
+
/**
|
|
55305
|
+
* Indicates certification authority has expired and cannot issue certificates until renewed and activated.
|
|
55306
|
+
*/
|
|
55307
|
+
expired: 6,
|
|
54843
55308
|
}
|
|
54844
55309
|
|
|
54845
55310
|
/**
|
|
@@ -54865,6 +55330,49 @@ namespace reference.`microsoft.graph` {
|
|
|
54865
55330
|
unknownFutureValue: 4,
|
|
54866
55331
|
}
|
|
54867
55332
|
|
|
55333
|
+
/**
|
|
55334
|
+
* Enum type of possible certification authority version statuses. These statuses indicate the lifecycle state of a certification authority version, including whether it is currently active, staged for renewal, retired, or in other states.
|
|
55335
|
+
*/
|
|
55336
|
+
enum cloudCertificationAuthorityVersionStatus {
|
|
55337
|
+
/**
|
|
55338
|
+
* Default. Indicates certification authority version has an unknown or invalid status.
|
|
55339
|
+
*/
|
|
55340
|
+
`unknown`: 0,
|
|
55341
|
+
/**
|
|
55342
|
+
* Indicates certification authority version is active and can issue leaf certificates.
|
|
55343
|
+
*/
|
|
55344
|
+
active: 1,
|
|
55345
|
+
/**
|
|
55346
|
+
* Indicates certification authority version was created during the renewal process and is currently in the staged phase. Upon activation, it becomes the new active certification authority version.
|
|
55347
|
+
*/
|
|
55348
|
+
staged: 2,
|
|
55349
|
+
/**
|
|
55350
|
+
* Indicates certification authority version has been paused from issuing certificates. The paused state is supported only for active certification authority versions. Staged certification authority versions cannot be paused and may only be revoked.
|
|
55351
|
+
*/
|
|
55352
|
+
paused: 3,
|
|
55353
|
+
/**
|
|
55354
|
+
* Indicates certification authority version has been retired after renewal. The retired certification authority version is not expired and continues to validate certificates it previously issued.
|
|
55355
|
+
*/
|
|
55356
|
+
retired: 4,
|
|
55357
|
+
/**
|
|
55358
|
+
* Indicates certification authority version has exceeded its validity period.
|
|
55359
|
+
*/
|
|
55360
|
+
expired: 5,
|
|
55361
|
+
/**
|
|
55362
|
+
* Indicates certification authority version has been revoked. This is a permanent state that cannot be changed.
|
|
55363
|
+
*/
|
|
55364
|
+
revoked: 6,
|
|
55365
|
+
/**
|
|
55366
|
+
* Indicates certification authority version has been decommissioned. Only applicable for staged certification authority versions. Decommissioned certification authority versions cannot issue or validate leaf certificates. This is a permanent state that cannot be changed.
|
|
55367
|
+
*/
|
|
55368
|
+
decommissioned: 7,
|
|
55369
|
+
/**
|
|
55370
|
+
* Indicates certification authority version was created with a Bring Your Own CA (BYOCA) root and requires external signing.
|
|
55371
|
+
*/
|
|
55372
|
+
signingPending: 8,
|
|
55373
|
+
unknownFutureValue: 9,
|
|
55374
|
+
}
|
|
55375
|
+
|
|
54868
55376
|
enum cloudPcAgentDiagnosticResultType {
|
|
54869
55377
|
healthy: 0,
|
|
54870
55378
|
versionOutdated: 1,
|
|
@@ -54992,7 +55500,9 @@ namespace reference.`microsoft.graph` {
|
|
|
54992
55500
|
available: 1,
|
|
54993
55501
|
availableWithWarning: 2,
|
|
54994
55502
|
unavailable: 3,
|
|
54995
|
-
unknownFutureValue:
|
|
55503
|
+
unknownFutureValue: 4,
|
|
55504
|
+
underServiceMaintenance: 5,
|
|
55505
|
+
inUse: 6,
|
|
54996
55506
|
}
|
|
54997
55507
|
|
|
54998
55508
|
enum cloudPcDeviceImageErrorCode {
|
|
@@ -55131,6 +55641,7 @@ namespace reference.`microsoft.graph` {
|
|
|
55131
55641
|
usGovernment: 13,
|
|
55132
55642
|
unknownFutureValue: 14,
|
|
55133
55643
|
mexico: 15,
|
|
55644
|
+
australiaNewZealand: 16,
|
|
55134
55645
|
}
|
|
55135
55646
|
|
|
55136
55647
|
enum cloudPcImportedSnapshotState {
|
|
@@ -55878,6 +56389,7 @@ namespace reference.`microsoft.graph` {
|
|
|
55878
56389
|
compliantApplication: 5,
|
|
55879
56390
|
passwordChange: 6,
|
|
55880
56391
|
unknownFutureValue: 7,
|
|
56392
|
+
riskRemediation: 8,
|
|
55881
56393
|
}
|
|
55882
56394
|
|
|
55883
56395
|
@graphFlags
|
|
@@ -56242,6 +56754,39 @@ namespace reference.`microsoft.graph` {
|
|
|
56242
56754
|
strictLocation: 3,
|
|
56243
56755
|
}
|
|
56244
56756
|
|
|
56757
|
+
/**
|
|
56758
|
+
* The source of the attribution.
|
|
56759
|
+
*/
|
|
56760
|
+
enum copilotConversationAttributionSource {
|
|
56761
|
+
grounding: 0,
|
|
56762
|
+
`model`: 1,
|
|
56763
|
+
unknownFutureValue: 2,
|
|
56764
|
+
}
|
|
56765
|
+
|
|
56766
|
+
/**
|
|
56767
|
+
* The type of attribution.
|
|
56768
|
+
*/
|
|
56769
|
+
enum copilotConversationAttributionType {
|
|
56770
|
+
citation: 0,
|
|
56771
|
+
annotation: 1,
|
|
56772
|
+
unknownFutureValue: 2,
|
|
56773
|
+
}
|
|
56774
|
+
|
|
56775
|
+
/**
|
|
56776
|
+
* The state of a Copilot conversation.
|
|
56777
|
+
*/
|
|
56778
|
+
enum copilotConversationState {
|
|
56779
|
+
/**
|
|
56780
|
+
* The conversation is active and can accept requests to chat.
|
|
56781
|
+
*/
|
|
56782
|
+
active: 0,
|
|
56783
|
+
/**
|
|
56784
|
+
* Copilot has disengaged from the conversation due to a RAI issue and will reject further requests to chat.
|
|
56785
|
+
*/
|
|
56786
|
+
disengagedForRai: 1,
|
|
56787
|
+
unknownFutureValue: 2,
|
|
56788
|
+
}
|
|
56789
|
+
|
|
56245
56790
|
enum countryLookupMethodType {
|
|
56246
56791
|
clientIpAddress: 0,
|
|
56247
56792
|
authenticatorAppGps: 1,
|
|
@@ -57132,6 +57677,25 @@ namespace reference.`microsoft.graph` {
|
|
|
57132
57677
|
remoteLock: 10,
|
|
57133
57678
|
}
|
|
57134
57679
|
|
|
57680
|
+
/**
|
|
57681
|
+
* Indicates the platform that a device compliance script targets for evaluation.
|
|
57682
|
+
*/
|
|
57683
|
+
enum deviceComplianceScriptPlatformType {
|
|
57684
|
+
/**
|
|
57685
|
+
* Default. Indicates that the compliance script targets devices running Windows 10 and later.
|
|
57686
|
+
*/
|
|
57687
|
+
windows10: 0,
|
|
57688
|
+
/**
|
|
57689
|
+
* Indicates that the compliance script targets devices running Linux.
|
|
57690
|
+
*/
|
|
57691
|
+
linux: 1,
|
|
57692
|
+
/**
|
|
57693
|
+
* Indicates that the compliance script targets devices running macOS.
|
|
57694
|
+
*/
|
|
57695
|
+
macOS: 2,
|
|
57696
|
+
unknownFutureValue: 3,
|
|
57697
|
+
}
|
|
57698
|
+
|
|
57135
57699
|
/**
|
|
57136
57700
|
* Data types for rules.
|
|
57137
57701
|
*/
|
|
@@ -60538,6 +61102,18 @@ namespace reference.`microsoft.graph` {
|
|
|
60538
61102
|
unknownFutureValue: 4,
|
|
60539
61103
|
}
|
|
60540
61104
|
|
|
61105
|
+
enum enforcementResultStatus {
|
|
61106
|
+
success: 1,
|
|
61107
|
+
missingOrInvalidConfiguration: 2,
|
|
61108
|
+
userOverride: 3,
|
|
61109
|
+
agentFailure: 4,
|
|
61110
|
+
enforcementTimeout: 5,
|
|
61111
|
+
oSOverride: 6,
|
|
61112
|
+
processNonExistent: 7,
|
|
61113
|
+
other: 8,
|
|
61114
|
+
unknownFutureValue: 9,
|
|
61115
|
+
}
|
|
61116
|
+
|
|
60541
61117
|
/**
|
|
60542
61118
|
* Options available for enrollment flow customization
|
|
60543
61119
|
*/
|
|
@@ -61076,206 +61652,6 @@ namespace reference.`microsoft.graph` {
|
|
|
61076
61652
|
flagged: 2,
|
|
61077
61653
|
}
|
|
61078
61654
|
|
|
61079
|
-
/**
|
|
61080
|
-
* An OEM's FOTA connector state for the tenant
|
|
61081
|
-
*/
|
|
61082
|
-
enum fotaConnectorState {
|
|
61083
|
-
/**
|
|
61084
|
-
* Default value when the connector has not been setup (the feature has not been used yet).
|
|
61085
|
-
*/
|
|
61086
|
-
none: 0,
|
|
61087
|
-
/**
|
|
61088
|
-
* Indicates that Intune is linked to the OEM for the current tenant.
|
|
61089
|
-
*/
|
|
61090
|
-
connected: 1,
|
|
61091
|
-
/**
|
|
61092
|
-
* Indicates that the tenant was connected in the past and later disconnected.
|
|
61093
|
-
*/
|
|
61094
|
-
disconnected: 2,
|
|
61095
|
-
/**
|
|
61096
|
-
* Indicates that the IT Pro has not yet authorized Intune to call the OEM on their behalf.
|
|
61097
|
-
*/
|
|
61098
|
-
pending: 3,
|
|
61099
|
-
unknownFutureValue: 4,
|
|
61100
|
-
}
|
|
61101
|
-
|
|
61102
|
-
/**
|
|
61103
|
-
* An error code indicating the failure reason, when a FOTA deployment failed to create or complete.
|
|
61104
|
-
*/
|
|
61105
|
-
enum fotaDeploymentErrorCode {
|
|
61106
|
-
/**
|
|
61107
|
-
* This error indicates that the deployment failed to create because no devices were found in the selected Entra security group(s) when creating a deployment. E.g.: a user selects one or more security groups that doesn't include any devices.
|
|
61108
|
-
*/
|
|
61109
|
-
noDevicesFoundInSelectedEntraGroups: 0,
|
|
61110
|
-
/**
|
|
61111
|
-
* This error indicates that the deployment failed to create because no Intune managed devices were found in the selected Entra security groups when creating a deployment. E.g.: a user selects a group that includes devices that are no longer managed in Intune.
|
|
61112
|
-
*/
|
|
61113
|
-
noIntuneDevicesFoundInSelectedEntraGroups: 1,
|
|
61114
|
-
/**
|
|
61115
|
-
* This error indicates that the deployment failed to create because no FOTA enrolled/registered devices were found in the selected Entra Groups when creating a deployment. E.g.: a user has registered one or more devices in Samsung Knox E-FOTA, but attempts to create a deployment targeting security groups that don't include any registered devices.
|
|
61116
|
-
*/
|
|
61117
|
-
noFotaEnrolledDevicesFoundForCurrentTenant: 2,
|
|
61118
|
-
/**
|
|
61119
|
-
* This error indicates that no FOTA enrolled/registered devices were found in the selected Entra (Azure Active Directory - Azure AD) Groups when creating a deployment. E.g.: a user has registered one or more devices in Samsung Knox E-FOTA, but attempts to create a deployment targeting security groups that don't include any registered devices.
|
|
61120
|
-
*/
|
|
61121
|
-
noFotaEnrolledDevicesFoundInSelectedEntraGroups: 3,
|
|
61122
|
-
/**
|
|
61123
|
-
* This error indicates that the deployment failed to create because no FOTA devices were found that match the selected device model(s) when creating a deployment. E.g.: a user selects 'TC8300' Zebra device model, but no Zebra devices with the same device model were found in the deployment's targeted Entra security groups.
|
|
61124
|
-
*/
|
|
61125
|
-
noFotaDevicesFoundForSelectedDeviceModel: 4,
|
|
61126
|
-
/**
|
|
61127
|
-
* This error indicates that the deployment failed to create because the external request to the OEM to create a deployment failed. The failure can be caused by a transient issue (e.g.: Network is down) or caused by a permanent server error.
|
|
61128
|
-
*/
|
|
61129
|
-
fotaCreateDeploymentRequestFailure: 5,
|
|
61130
|
-
unknownFutureValue: 6,
|
|
61131
|
-
}
|
|
61132
|
-
|
|
61133
|
-
/**
|
|
61134
|
-
* The overall state of the FOTA deployment. The deployment state is determined by looking at the status of all devices in the deployment. If any device is in the created state, the overall deployment state becomes created. If any device is in progress, the overall deployment state becomes in progress. Once all the devices are completed, the overall deployment state becomes completed. If the IT Admin requests cancellation, the deployment state becomes pending cancel and then cancelled.
|
|
61135
|
-
*/
|
|
61136
|
-
enum fotaDeploymentState {
|
|
61137
|
-
/**
|
|
61138
|
-
* Default. Deployment is created but the OEM has not confirmed its creation.
|
|
61139
|
-
*/
|
|
61140
|
-
pendingCreation: 0,
|
|
61141
|
-
/**
|
|
61142
|
-
* Deployment was not successfully created with the OEM or failed to complete.
|
|
61143
|
-
*/
|
|
61144
|
-
createFailed: 1,
|
|
61145
|
-
/**
|
|
61146
|
-
* Deployment has been created but has not been deployed yet.
|
|
61147
|
-
*/
|
|
61148
|
-
created: 2,
|
|
61149
|
-
/**
|
|
61150
|
-
* Deployment has started but not completed.
|
|
61151
|
-
*/
|
|
61152
|
-
inProgress: 3,
|
|
61153
|
-
/**
|
|
61154
|
-
* Deployment has completed or end date has passed.
|
|
61155
|
-
*/
|
|
61156
|
-
completed: 4,
|
|
61157
|
-
/**
|
|
61158
|
-
* IT Admin has requested to cancel a deployment but the OEM has not confirmed cancellation.
|
|
61159
|
-
*/
|
|
61160
|
-
pendingCancel: 5,
|
|
61161
|
-
/**
|
|
61162
|
-
* Deployment was not successfully cancelled by the OEM.
|
|
61163
|
-
*/
|
|
61164
|
-
cancelFailed: 6,
|
|
61165
|
-
/**
|
|
61166
|
-
* Deployment has been successfully cancelled by the OEM.
|
|
61167
|
-
*/
|
|
61168
|
-
cancelled: 7,
|
|
61169
|
-
/**
|
|
61170
|
-
* Default. Deployment is updated but the OEM has not confirmed its update.
|
|
61171
|
-
*/
|
|
61172
|
-
pendingUpdate: 8,
|
|
61173
|
-
/**
|
|
61174
|
-
* Deployment was not successfully updated with the OEM.
|
|
61175
|
-
*/
|
|
61176
|
-
updateFailed: 9,
|
|
61177
|
-
/**
|
|
61178
|
-
* Deployment has been updated but has not been deployed yet.
|
|
61179
|
-
*/
|
|
61180
|
-
updated: 10,
|
|
61181
|
-
unknownFutureValue: 11,
|
|
61182
|
-
}
|
|
61183
|
-
|
|
61184
|
-
/**
|
|
61185
|
-
* The time of day for E-FOTA devices to download firmware.
|
|
61186
|
-
*/
|
|
61187
|
-
enum fotaDownloadPeriodType {
|
|
61188
|
-
/**
|
|
61189
|
-
* Default. The firmware can be downloaded at any time of day.
|
|
61190
|
-
*/
|
|
61191
|
-
any: 0,
|
|
61192
|
-
/**
|
|
61193
|
-
* The time of day for downloading firmware matches the firmware installation period set in 'graph.fotaDeploymentSetting' 'installRuleWindowStartTime' and 'installRuleWindowEndTime'.
|
|
61194
|
-
*/
|
|
61195
|
-
matchFirmwareInstallPeriod: 1,
|
|
61196
|
-
unknownFutureValue: 2,
|
|
61197
|
-
}
|
|
61198
|
-
|
|
61199
|
-
/**
|
|
61200
|
-
* The FOTA deployment's firmware update type.
|
|
61201
|
-
*/
|
|
61202
|
-
enum fotaFirmwareUpdateType {
|
|
61203
|
-
/**
|
|
61204
|
-
* Default. The FOTA deployment targets a custom firwmare version selected by the IT Admin.
|
|
61205
|
-
*/
|
|
61206
|
-
custom: 0,
|
|
61207
|
-
/**
|
|
61208
|
-
* The FOTA deployment targets the latest major firmware version available. Latest may update the device to a new OS version. For eg. a device on Android 13 will update to the latest available version Android 14.
|
|
61209
|
-
*/
|
|
61210
|
-
latestMajorVersion: 1,
|
|
61211
|
-
/**
|
|
61212
|
-
* The device always looks for the latest package available in the repo and tries to update whenever a new package is available. This continues until the admin cancels the auto update.
|
|
61213
|
-
*/
|
|
61214
|
-
auto: 2,
|
|
61215
|
-
/**
|
|
61216
|
-
* The FOTA deployment targets the latest minor firmware version within a particular OS version. For eg. a device on Android 13 will update to the latest available minor version Android 13.x.
|
|
61217
|
-
*/
|
|
61218
|
-
latestMinorVersion: 3,
|
|
61219
|
-
/**
|
|
61220
|
-
* The FOTA deployment targets locking the firmware to prevent any firmware from being installed on the devices.
|
|
61221
|
-
*/
|
|
61222
|
-
locked: 4,
|
|
61223
|
-
unknownFutureValue: 5,
|
|
61224
|
-
}
|
|
61225
|
-
|
|
61226
|
-
/**
|
|
61227
|
-
* The device's network type required to download and install the FOTA update.
|
|
61228
|
-
*/
|
|
61229
|
-
enum fotaNetworkType {
|
|
61230
|
-
/**
|
|
61231
|
-
* Default. The device will install the update regardless of current network type.
|
|
61232
|
-
*/
|
|
61233
|
-
any: 0,
|
|
61234
|
-
/**
|
|
61235
|
-
* The device will install the update only when connected to a wifi network.
|
|
61236
|
-
*/
|
|
61237
|
-
wifi: 1,
|
|
61238
|
-
/**
|
|
61239
|
-
* The device will install the update only when connected to a cellular network.
|
|
61240
|
-
*/
|
|
61241
|
-
cellular: 2,
|
|
61242
|
-
unknownFutureValue: 3,
|
|
61243
|
-
}
|
|
61244
|
-
|
|
61245
|
-
/**
|
|
61246
|
-
* OEM (Original Equipment Manufacturer) type that have integrated with Intune's FOTA functionality. For example, a FOTA connector can have an OEM type as 'zebra' or 'samsung'. If not OEM type is assigned, the type defaults to 'unknown'
|
|
61247
|
-
*/
|
|
61248
|
-
enum fotaOemType {
|
|
61249
|
-
/**
|
|
61250
|
-
* Indicates that the FOTA OEM (Original Equipment Manufacturer) type is Zebra.
|
|
61251
|
-
*/
|
|
61252
|
-
zebra: 1,
|
|
61253
|
-
/**
|
|
61254
|
-
* Indicates that the FOTA OEM (Original Equipment Manufacturer) type is Samsung.
|
|
61255
|
-
*/
|
|
61256
|
-
samsung: 2,
|
|
61257
|
-
unknownFutureValue: 3,
|
|
61258
|
-
}
|
|
61259
|
-
|
|
61260
|
-
/**
|
|
61261
|
-
* An error code indicating the failure reason, when a device failed to register for FOTA.
|
|
61262
|
-
*/
|
|
61263
|
-
enum fotaRegistrationErrorCode {
|
|
61264
|
-
/**
|
|
61265
|
-
* This error indicates that no devices were found in the selected Entra security group(s) when registering for FOTA. E.g.: a user selects one or more security groups that doesn't include any devices.
|
|
61266
|
-
*/
|
|
61267
|
-
noDevicesFoundInSelectedEntraGroups: 0,
|
|
61268
|
-
/**
|
|
61269
|
-
* This error indicates that no Intune managed devices were found in the selected Entra (Azure Active Directory - Azure AD) security groups when registering for FOTA. E.g.: a user selects a group that includes devices that are no longer managed in Intune.
|
|
61270
|
-
*/
|
|
61271
|
-
noIntuneDevicesFoundInSelectedEntraGroups: 1,
|
|
61272
|
-
/**
|
|
61273
|
-
* This error indicates that the external request to the OEM to register devices failed. The failure can be caused by a transient issue (e.g.: Network is down) or caused by a permanent server error.
|
|
61274
|
-
*/
|
|
61275
|
-
fotaRegistrationRequestFailure: 2,
|
|
61276
|
-
unknownFutureValue: 3,
|
|
61277
|
-
}
|
|
61278
|
-
|
|
61279
61655
|
/**
|
|
61280
61656
|
* The overall state of the FOTA devices' registration. The registration state is determined by looking at the status of all devices. If any device has not yet started registration, the overall registration state becomes registration requested. If any device is still in progress, the overall deployment state becomes in progress. Once all the devices are completed, the overall registration state becomes completed.
|
|
61281
61657
|
*/
|
|
@@ -62762,6 +63138,13 @@ namespace reference.`microsoft.graph` {
|
|
|
62762
63138
|
enabled: 1,
|
|
62763
63139
|
}
|
|
62764
63140
|
|
|
63141
|
+
enum m365ResourceType {
|
|
63142
|
+
none: 0,
|
|
63143
|
+
group: 1,
|
|
63144
|
+
user: 2,
|
|
63145
|
+
unknownFutureValue: 3,
|
|
63146
|
+
}
|
|
63147
|
+
|
|
62765
63148
|
/**
|
|
62766
63149
|
* An enum representing the possible values of Android MAC Address Randomization Mode.
|
|
62767
63150
|
*/
|
|
@@ -65353,6 +65736,12 @@ namespace reference.`microsoft.graph` {
|
|
|
65353
65736
|
radio: 9,
|
|
65354
65737
|
}
|
|
65355
65738
|
|
|
65739
|
+
enum photoUpdateSource {
|
|
65740
|
+
cloud: 0,
|
|
65741
|
+
onPremises: 1,
|
|
65742
|
+
unknownFutureValue: 2,
|
|
65743
|
+
}
|
|
65744
|
+
|
|
65356
65745
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
65357
65746
|
enum physicalAddressType {
|
|
65358
65747
|
`unknown`: 0,
|
|
@@ -68229,6 +68618,7 @@ namespace reference.`microsoft.graph` {
|
|
|
68229
68618
|
userChangedPasswordOnPremises: 15,
|
|
68230
68619
|
adminDismissedRiskForSignIn: 16,
|
|
68231
68620
|
adminConfirmedAccountSafe: 17,
|
|
68621
|
+
microsoftRevokedSessions: 18,
|
|
68232
68622
|
}
|
|
68233
68623
|
|
|
68234
68624
|
enum riskDetectionTimingType {
|
|
@@ -68417,21 +68807,6 @@ namespace reference.`microsoft.graph` {
|
|
|
68417
68807
|
moderate: 2,
|
|
68418
68808
|
}
|
|
68419
68809
|
|
|
68420
|
-
/**
|
|
68421
|
-
* Represents various schedule modes for Samsung FOTA deployment.
|
|
68422
|
-
*/
|
|
68423
|
-
enum samsungEFotaScheduleMode {
|
|
68424
|
-
/**
|
|
68425
|
-
* Schedule an update to be installed between start and end date time.
|
|
68426
|
-
*/
|
|
68427
|
-
startAndEndDateSchedule: 0,
|
|
68428
|
-
/**
|
|
68429
|
-
* Schedule an update to be installed on or after start date time.
|
|
68430
|
-
*/
|
|
68431
|
-
startDateOnlySchedule: 1,
|
|
68432
|
-
unknownFutureValue: 2,
|
|
68433
|
-
}
|
|
68434
|
-
|
|
68435
68810
|
/**
|
|
68436
68811
|
* Cancel or confirm scheduled retire
|
|
68437
68812
|
*/
|
|
@@ -69544,6 +69919,14 @@ namespace reference.`microsoft.graph` {
|
|
|
69544
69919
|
unknownFutureValue: 3,
|
|
69545
69920
|
}
|
|
69546
69921
|
|
|
69922
|
+
enum trafficRoutingMethod {
|
|
69923
|
+
none: 0,
|
|
69924
|
+
random: 1,
|
|
69925
|
+
sessionPersistence: 2,
|
|
69926
|
+
performance: 3,
|
|
69927
|
+
unknownFutureValue: 4,
|
|
69928
|
+
}
|
|
69929
|
+
|
|
69547
69930
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
69548
69931
|
enum translationBehavior {
|
|
69549
69932
|
Ask: 0,
|
|
@@ -70820,32 +71203,36 @@ namespace reference.`microsoft.graph` {
|
|
|
70820
71203
|
/**
|
|
70821
71204
|
* Wi-Fi Security Types.
|
|
70822
71205
|
*/
|
|
70823
|
-
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
70824
71206
|
enum wiFiSecurityType {
|
|
70825
71207
|
/**
|
|
70826
|
-
* Open (No Authentication).
|
|
71208
|
+
* Default. Indicates Wi-Fi security type is associated with Open (No Authentication).
|
|
70827
71209
|
*/
|
|
70828
71210
|
open: 0,
|
|
70829
71211
|
/**
|
|
70830
|
-
* WPA-Personal.
|
|
71212
|
+
* Indicates Wi-Fi security type is associated with WPA-Personal.
|
|
70831
71213
|
*/
|
|
70832
71214
|
wpaPersonal: 1,
|
|
70833
71215
|
/**
|
|
70834
|
-
* WPA-Enterprise. Must use IOSEnterpriseWifiConfiguration type to configure enterprise options.
|
|
71216
|
+
* Indicates Wi-Fi security type is associated with WPA-Enterprise. Must use IOSEnterpriseWifiConfiguration type to configure enterprise options.
|
|
70835
71217
|
*/
|
|
70836
71218
|
wpaEnterprise: 2,
|
|
70837
71219
|
/**
|
|
70838
|
-
* WEP Encryption.
|
|
71220
|
+
* Indicates Wi-Fi security type is associated with WEP Encryption.
|
|
70839
71221
|
*/
|
|
70840
71222
|
wep: 3,
|
|
70841
71223
|
/**
|
|
70842
|
-
* WPA2-Personal.
|
|
71224
|
+
* Indicates Wi-Fi security type is associated with WPA2-Personal.
|
|
70843
71225
|
*/
|
|
70844
71226
|
wpa2Personal: 4,
|
|
70845
71227
|
/**
|
|
70846
|
-
* WPA2-Enterprise. Must use WindowsWifiEnterpriseEAPConfiguration type to configure enterprise options.
|
|
71228
|
+
* Indicates Wi-Fi security type is associated with WPA2-Enterprise. Must use WindowsWifiEnterpriseEAPConfiguration type to configure enterprise options.
|
|
70847
71229
|
*/
|
|
70848
71230
|
wpa2Enterprise: 5,
|
|
71231
|
+
unknownFutureValue: 6,
|
|
71232
|
+
/**
|
|
71233
|
+
* Indicates Wi-Fi security type is associated with WPA3-Personal. Provides stronger encryption using Simultaneous Authentication of Equals (SAE).
|
|
71234
|
+
*/
|
|
71235
|
+
wpa3Personal: 7,
|
|
70849
71236
|
}
|
|
70850
71237
|
|
|
70851
71238
|
/**
|
|
@@ -71766,6 +72153,63 @@ namespace reference.`microsoft.graph` {
|
|
|
71766
72153
|
unknownFutureValue: 3,
|
|
71767
72154
|
}
|
|
71768
72155
|
|
|
72156
|
+
/**
|
|
72157
|
+
* Indicates the delivery optimization download priority level for app content. This controls whether the download uses background bandwidth (minimal impact on other network activity) or foreground bandwidth (prioritized download at the expense of other network traffic).
|
|
72158
|
+
*/
|
|
72159
|
+
enum windowsAutoUpdateCatalogAppDeliveryOptimizationPriority {
|
|
72160
|
+
/**
|
|
72161
|
+
* Indicates that no delivery optimization priority is configured. The download uses normal background priority, which minimizes impact on other network activity. This is the default value when the property is omitted.
|
|
72162
|
+
*/
|
|
72163
|
+
notConfigured: 0,
|
|
72164
|
+
/**
|
|
72165
|
+
* Indicates that the app content download uses foreground priority, which prioritizes the download over background network tasks. This may result in faster installation but increased network bandwidth consumption. In National Cloud environments, this value is accepted and stored but has no effect on device behavior.
|
|
72166
|
+
*/
|
|
72167
|
+
foreground: 1,
|
|
72168
|
+
unknownFutureValue: 2,
|
|
72169
|
+
}
|
|
72170
|
+
|
|
72171
|
+
/**
|
|
72172
|
+
* Indicates which notifications the Intune management extension displays to the end user during the app installation and restart lifecycle on managed devices.
|
|
72173
|
+
*/
|
|
72174
|
+
enum windowsAutoUpdateCatalogAppNotificationType {
|
|
72175
|
+
/**
|
|
72176
|
+
* Indicates that all notifications related to app installation and restart are displayed to the end user.
|
|
72177
|
+
*/
|
|
72178
|
+
showAll: 0,
|
|
72179
|
+
/**
|
|
72180
|
+
* Indicates that only restart notifications are displayed to the end user; other installation progress notifications are suppressed.
|
|
72181
|
+
*/
|
|
72182
|
+
showReboot: 1,
|
|
72183
|
+
/**
|
|
72184
|
+
* Indicates that all notifications related to app installation and restart are suppressed. The end user is not informed of the installation or pending restarts.
|
|
72185
|
+
*/
|
|
72186
|
+
hideAll: 2,
|
|
72187
|
+
unknownFutureValue: 3,
|
|
72188
|
+
}
|
|
72189
|
+
|
|
72190
|
+
/**
|
|
72191
|
+
* Indicates how the device handles restarts after the app installer finishes executing. This setting, configured on the app's installExperience, determines whether the Intune management extension initiates, suppresses, or forces a restart based on the installer's exit code.
|
|
72192
|
+
*/
|
|
72193
|
+
enum windowsAutoUpdateCatalogAppRestartBehavior {
|
|
72194
|
+
/**
|
|
72195
|
+
* Indicates that the Intune management extension restarts the device only if the app installer returns an exit code that signals a reboot is required (e.g., exit code 3010).
|
|
72196
|
+
*/
|
|
72197
|
+
basedOnReturnCode: 0,
|
|
72198
|
+
/**
|
|
72199
|
+
* Indicates that the Intune management extension does not take any specific action to control restarts. If the app installer initiates a restart (e.g., an MSI with ForceReboot action), it is allowed to proceed.
|
|
72200
|
+
*/
|
|
72201
|
+
allow: 1,
|
|
72202
|
+
/**
|
|
72203
|
+
* Indicates that the Intune management extension attempts to suppress restarts initiated by the installer. For MSI-based installations, this passes the REBOOT=ReallySuppress property to msiexec. Not all installers honor suppression.
|
|
72204
|
+
*/
|
|
72205
|
+
suppress: 2,
|
|
72206
|
+
/**
|
|
72207
|
+
* Indicates that the Intune management extension forces an immediate device restart after the app installation completes, regardless of the installer's exit code.
|
|
72208
|
+
*/
|
|
72209
|
+
force: 3,
|
|
72210
|
+
unknownFutureValue: 4,
|
|
72211
|
+
}
|
|
72212
|
+
|
|
71769
72213
|
/**
|
|
71770
72214
|
* Enum values for the various WindowsDefenderApplicationControl supplemental policy deployment statuses.
|
|
71771
72215
|
*/
|
|
@@ -73938,6 +74382,9 @@ namespace reference.`microsoft.graph.cloudLicensing` {
|
|
|
73938
74382
|
unknownFutureValue: 8,
|
|
73939
74383
|
}
|
|
73940
74384
|
|
|
74385
|
+
}
|
|
74386
|
+
@publicNamespace("microsoft.graph.copilot")
|
|
74387
|
+
namespace reference.`microsoft.graph.copilot` {
|
|
73941
74388
|
}
|
|
73942
74389
|
@deprecatedDefinition("ruleThreshold", "<ChangeLogCategory>", "2023-09-05", "2023-12-31", "The ruleThreshold complex type is deprecated and will not be supported starting Dec 31, 2023. This property will not be included as part of the API response.")
|
|
73943
74390
|
@deprecatedDefinition("threshold", "<ChangeLogCategory>", "2023-09-05", "2023-12-31", "The threshold property is deprecated and will not be supported starting Dec 31, 2023. This property will not be included as part of the API response.")
|
|
@@ -74353,6 +74800,8 @@ namespace reference.`microsoft.graph.externalConnectors` {
|
|
|
74353
74800
|
}
|
|
74354
74801
|
|
|
74355
74802
|
}
|
|
74803
|
+
@privatePreviewDefinition("organizationalUnit", "2025-08-12", "2026-02-28", "<theOwner>")
|
|
74804
|
+
// Metadata item PrivatePreviewDefinition_organizationalUnit was already defined with a different value.
|
|
74356
74805
|
@publicNamespace("microsoft.graph.identitygovernance")
|
|
74357
74806
|
namespace reference.`microsoft.graph.identityGovernance` {
|
|
74358
74807
|
@complex model activateGroupScope extends activationScope {
|
|
@@ -74414,6 +74863,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74414
74863
|
valueType: valueType;
|
|
74415
74864
|
}
|
|
74416
74865
|
|
|
74866
|
+
@complex model previewFailedTask {
|
|
74867
|
+
definitionId: string;
|
|
74868
|
+
failureReason: string;
|
|
74869
|
+
name: string;
|
|
74870
|
+
taskId: string;
|
|
74871
|
+
}
|
|
74872
|
+
|
|
74417
74873
|
@complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
74418
74874
|
rule: string;
|
|
74419
74875
|
}
|
|
@@ -74636,6 +75092,9 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74636
75092
|
nextScheduleRunDateTime: offsetDateTime | null;
|
|
74637
75093
|
version: int32 | null;
|
|
74638
75094
|
@references executionScope: userProcessingResult[];
|
|
75095
|
+
|
|
75096
|
+
@privatePreview("organizationalUnit")
|
|
75097
|
+
@references previewScope: reference.`microsoft.graph`.directoryObject[];
|
|
74639
75098
|
@contains runs: run[];
|
|
74640
75099
|
@contains taskReports: taskReport[];
|
|
74641
75100
|
@contains userProcessingResults: userProcessingResult[];
|
|
@@ -74732,6 +75191,8 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74732
75191
|
onDemand: 1,
|
|
74733
75192
|
unknownFutureValue: 2,
|
|
74734
75193
|
activatedWithScope: 3,
|
|
75194
|
+
@privatePreview("organizationalUnit")
|
|
75195
|
+
preview: 4,
|
|
74735
75196
|
}
|
|
74736
75197
|
|
|
74737
75198
|
enum workflowTriggerTimeBasedAttribute {
|
|
@@ -75053,9 +75514,14 @@ namespace reference.`microsoft.graph.networkaccess` {
|
|
|
75053
75514
|
}
|
|
75054
75515
|
|
|
75055
75516
|
@entity model forwardingPolicyLink extends policyLink {
|
|
75517
|
+
priority: int64 | null;
|
|
75056
75518
|
}
|
|
75057
75519
|
|
|
75058
|
-
@entity model forwardingProfile extends
|
|
75520
|
+
@entity model forwardingProfile extends forwardingProfileBase {
|
|
75521
|
+
}
|
|
75522
|
+
|
|
75523
|
+
@abstract
|
|
75524
|
+
@entity model forwardingProfileBase extends profile {
|
|
75059
75525
|
associations: association[] | null;
|
|
75060
75526
|
priority: int32;
|
|
75061
75527
|
trafficForwardingType: trafficForwardingType;
|
|
@@ -75549,6 +76015,7 @@ namespace reference.`microsoft.graph.partner.security` {
|
|
|
75549
76015
|
}
|
|
75550
76016
|
|
|
75551
76017
|
}
|
|
76018
|
+
@deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2026-03-18", "2028-03-18", "Alert category property is deprecated and replaced with alert categories")
|
|
75552
76019
|
@deprecatedDefinition("azureBlobContainer", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The azureBlobContainer will be deprecated on April 30, 2023.")
|
|
75553
76020
|
@deprecatedDefinition("azureBlobToken", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The azureBlobToken will be deprecated on April 30, 2023.")
|
|
75554
76021
|
@deprecatedDefinition("outputFolderId", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The outputFolderId will be deprecated on April 30, 2023.")
|
|
@@ -76035,6 +76502,10 @@ namespace reference.`microsoft.graph.security` {
|
|
|
76035
76502
|
@complex model markUserAsCompromisedIncidentTaskResponseAction extends incidentTaskResponseAction {
|
|
76036
76503
|
}
|
|
76037
76504
|
|
|
76505
|
+
@complex model mergeResponse {
|
|
76506
|
+
targetIncidentId: string;
|
|
76507
|
+
}
|
|
76508
|
+
|
|
76038
76509
|
@complex model networkConnectionEvidence extends alertEvidence {
|
|
76039
76510
|
destinationAddress: ipEvidence | null;
|
|
76040
76511
|
destinationPort: int32 | null;
|
|
@@ -76268,6 +76739,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
76268
76739
|
displayName: string | null;
|
|
76269
76740
|
domainName: string | null;
|
|
76270
76741
|
resourceAccessEvents: resourceAccessEvent[] | null;
|
|
76742
|
+
tenantId: string | null;
|
|
76271
76743
|
userPrincipalName: string | null;
|
|
76272
76744
|
userSid: string | null;
|
|
76273
76745
|
}
|
|
@@ -76290,6 +76762,9 @@ namespace reference.`microsoft.graph.security` {
|
|
|
76290
76762
|
alertPolicyId: string | null;
|
|
76291
76763
|
alertWebUrl: string | null;
|
|
76292
76764
|
assignedTo: string | null;
|
|
76765
|
+
categories: string[] | null;
|
|
76766
|
+
|
|
76767
|
+
@graphDeprecated("Tasks_And_Plans")
|
|
76293
76768
|
category: string | null;
|
|
76294
76769
|
classification: alertClassification | null;
|
|
76295
76770
|
comments: alertComment[] | null;
|
|
@@ -76976,6 +77451,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
76976
77451
|
unknownFutureValue: 3,
|
|
76977
77452
|
}
|
|
76978
77453
|
|
|
77454
|
+
@graphFlags
|
|
77455
|
+
enum correlationReason {
|
|
77456
|
+
repeatedAlertOccurrence: 1,
|
|
77457
|
+
sameGeography: 2,
|
|
77458
|
+
similarArtifacts: 4,
|
|
77459
|
+
sameTargetedAsset: 8,
|
|
77460
|
+
sameNetworkSegment: 16,
|
|
77461
|
+
eventSequence: 32,
|
|
77462
|
+
timeFrame: 64,
|
|
77463
|
+
sameThreatSource: 128,
|
|
77464
|
+
similarTTPsOrBehavior: 256,
|
|
77465
|
+
sameActor: 512,
|
|
77466
|
+
sameCampaign: 1024,
|
|
77467
|
+
sharedIndicators: 2048,
|
|
77468
|
+
sameAsset: 4096,
|
|
77469
|
+
networkProximity: 8192,
|
|
77470
|
+
eventCasualSequence: 16384,
|
|
77471
|
+
temporalProximity: 32768,
|
|
77472
|
+
lateralMovementPath: 65536,
|
|
77473
|
+
unknownFutureValue: 131072,
|
|
77474
|
+
}
|
|
77475
|
+
|
|
76979
77476
|
enum dataSourceContainerStatus {
|
|
76980
77477
|
active: 1,
|
|
76981
77478
|
released: 2,
|