@microsoft/typespec-msgraph-reference 1.0.3 → 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 +18 -18
- package/CHANGELOG.md +9 -0
- package/lib/Bleu/Beta/main.tsp +2222 -51
- package/lib/Bleu/V1.0/main.tsp +2203 -51
- package/lib/Delos/Beta/main.tsp +1721 -49
- package/lib/Delos/V1.0/main.tsp +308 -20
- package/lib/Fairfax/Beta/main.tsp +704 -60
- package/lib/Fairfax/V1.0/main.tsp +304 -20
- package/lib/GovSG/Beta/main.tsp +113 -13
- package/lib/GovSG/V1.0/main.tsp +195 -0
- package/lib/Mooncake/Beta/main.tsp +653 -50
- package/lib/Mooncake/V1.0/main.tsp +171 -20
- package/lib/Prod/Beta/main.tsp +3553 -216
- package/lib/Prod/V1.0/main.tsp +979 -26
- package/lib/USNat/Beta/main.tsp +301 -37
- package/lib/USNat/V1.0/main.tsp +399 -3
- package/lib/USSec/Beta/main.tsp +700 -65
- package/lib/USSec/V1.0/main.tsp +702 -3
- package/package.json +2 -2
package/lib/Bleu/Beta/main.tsp
CHANGED
|
@@ -7,13 +7,20 @@ using MsGraph;
|
|
|
7
7
|
scalar binary; //TODO: Enables support for Edm.Binary
|
|
8
8
|
|
|
9
9
|
|
|
10
|
+
@privatePreviewDefinition("MicrosofEntitlementManagementCustomextensions", "2023-03-01", "2023-12-31", "<theOwner>")
|
|
10
11
|
@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.")
|
|
11
12
|
// Metadata item DeprecatedDefinition_Tasks_And_Plans was already defined with a different value.
|
|
13
|
+
@deprecatedDefinition("PasskeyGlobalProperties", "<ChangeLogCategory>", "2025-10-15", "2027-10-15", "This property is deprecated and will stop returning data on October 15, 2027. Please use passkeyProfiles property.")
|
|
12
14
|
@privatePreviewDefinition("photoEditPolicy", "2024-02-16", "2025-02-16", "<theOwner>")
|
|
13
15
|
@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.")
|
|
14
16
|
// Metadata item DeprecatedDefinition_Reporting was already defined with a different value.
|
|
15
17
|
@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.")
|
|
16
18
|
// Metadata item DeprecatedDefinition_SynchronizationSecret_Deprecation was already defined with a different value.
|
|
19
|
+
@deprecatedDefinition("AccessReviewReportBreakingChanges", "<ChangeLogCategory>", "2021-07-30", "2022-01-30", "This property is being deprecated. Use the fulfilledDateTime value in the individual report instance instead")
|
|
20
|
+
// Metadata item DeprecatedDefinition_AccessReviewReportBreakingChanges was already defined with a different value.
|
|
21
|
+
@privatePreviewDefinition("ControlConfigurations", "2024-09-27", "2025-09-27", "<theOwner>")
|
|
22
|
+
// Metadata item PrivatePreviewDefinition_ControlConfigurations was already defined with a different value.
|
|
23
|
+
@deprecatedDefinition("DirectoryFeatureRolloutPolicies", "<ChangeLogCategory>", "2021-03-05", "2021-06-30", "Feature Rollout Policies have been grouped with other policies under /policies. The existing /directory/featureRolloutPolicies is deprecated and will stop returning data on 06/30/2021. Please use /policies/featureRolloutPolicies.")
|
|
17
24
|
@deprecatedDefinition("Removal", "<ChangeLogCategory>", "2023-12-05", "2025-12-05", "The users enum value is deprecated. Use specificPeople instead.")
|
|
18
25
|
// Metadata item DeprecatedDefinition_Removal was already defined with a different value.
|
|
19
26
|
@deprecatedDefinition("Beta:ItemInsightsOranizationSettings", "<ChangeLogCategory>", "2023-10-17", "2024-01-01", "The Organization ItemInsights endpoint will stop returning data on January 1st, 2024. Please use the new Admin People ItemInsights endpoint.")
|
|
@@ -35,6 +42,302 @@ namespace reference.`microsoft.graph` {
|
|
|
35
42
|
@complex model accessAction {
|
|
36
43
|
}
|
|
37
44
|
|
|
45
|
+
@abstract
|
|
46
|
+
@complex model accessPackageAnswer {
|
|
47
|
+
answeredQuestion: accessPackageQuestion | null;
|
|
48
|
+
displayValue: string | null;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
@complex model accessPackageAnswerChoice {
|
|
52
|
+
actualValue: string | null;
|
|
53
|
+
displayValue: accessPackageLocalizedContent | null;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@complex model accessPackageAnswerString extends accessPackageAnswer {
|
|
57
|
+
value: string | null;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@complex model accessPackageApprovalStage {
|
|
61
|
+
approverInformationVisibility: approverInformationVisibility;
|
|
62
|
+
durationBeforeAutomaticDenial: duration | null;
|
|
63
|
+
durationBeforeEscalation: duration | null;
|
|
64
|
+
escalationApprovers: subjectSet[] | null;
|
|
65
|
+
fallbackEscalationApprovers: subjectSet[] | null;
|
|
66
|
+
fallbackPrimaryApprovers: subjectSet[] | null;
|
|
67
|
+
isApproverJustificationRequired: boolean | null;
|
|
68
|
+
isEscalationEnabled: boolean | null;
|
|
69
|
+
primaryApprovers: subjectSet[] | null;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
@complex model accessPackageAssignmentRequestCallbackData extends customExtensionData {
|
|
73
|
+
customExtensionStageInstanceDetail: string | null;
|
|
74
|
+
customExtensionStageInstanceId: string | null;
|
|
75
|
+
stage: accessPackageCustomExtensionStage | null;
|
|
76
|
+
state: string | null;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
@complex model accessPackageAssignmentRequestRequirements {
|
|
80
|
+
existingAnswers: accessPackageAnswer[] | null;
|
|
81
|
+
isApprovalRequired: boolean | null;
|
|
82
|
+
isApprovalRequiredForExtension: boolean | null;
|
|
83
|
+
isCustomAssignmentScheduleAllowed: boolean | null;
|
|
84
|
+
isRequestorJustificationRequired: boolean | null;
|
|
85
|
+
policyDescription: string | null;
|
|
86
|
+
policyDisplayName: string | null;
|
|
87
|
+
policyId: string | null;
|
|
88
|
+
questions: accessPackageQuestion[] | null;
|
|
89
|
+
schedule: requestSchedule | null;
|
|
90
|
+
verifiableCredentialRequirementStatus: verifiableCredentialRequirementStatus | null;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@complex model accessPackageDynamicApprovalStage extends approvalStage {
|
|
94
|
+
@references customExtension: customCalloutExtension | null;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@complex model accessPackageLocalizedContent {
|
|
98
|
+
defaultText: string | null;
|
|
99
|
+
localizedTexts: accessPackageLocalizedText[] | null;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
@complex model accessPackageLocalizedText {
|
|
103
|
+
languageCode: string | null;
|
|
104
|
+
text: string | null;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
@complex model accessPackageMultipleChoiceQuestion extends accessPackageQuestion {
|
|
108
|
+
allowsMultipleSelection: boolean | null;
|
|
109
|
+
choices: accessPackageAnswerChoice[] | null;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
@complex model accessPackageNotificationSettings {
|
|
113
|
+
isAssignmentNotificationDisabled: boolean;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@abstract
|
|
117
|
+
@complex model accessPackageQuestion {
|
|
118
|
+
id: string | null;
|
|
119
|
+
isAnswerEditable: boolean | null;
|
|
120
|
+
isRequired: boolean | null;
|
|
121
|
+
sequence: int32 | null;
|
|
122
|
+
text: accessPackageLocalizedContent | null;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
@complex model accessPackageRequestApprovalStageCallbackConfiguration extends customExtensionCallbackConfiguration {
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@complex model accessPackageResourceAttribute {
|
|
129
|
+
attributeDestination: accessPackageResourceAttributeDestination | null;
|
|
130
|
+
attributeName: string | null;
|
|
131
|
+
attributeSource: accessPackageResourceAttributeSource | null;
|
|
132
|
+
id: string | null;
|
|
133
|
+
isEditable: boolean | null;
|
|
134
|
+
isPersistedOnAssignmentRemoval: boolean | null;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
@abstract
|
|
138
|
+
@complex model accessPackageResourceAttributeDestination {
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
@complex model accessPackageResourceAttributeQuestion extends accessPackageResourceAttributeSource {
|
|
142
|
+
question: accessPackageQuestion | null;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@abstract
|
|
146
|
+
@complex model accessPackageResourceAttributeSource {
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
@abstract
|
|
150
|
+
@complex model accessPackageSuggestionReason {
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
@complex model accessPackageSuggestionRelatedPeopleBased extends accessPackageSuggestionReason {
|
|
154
|
+
relatedPeople: identity[];
|
|
155
|
+
relatedPeopleAssignmentCount: int32;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
@complex model accessPackageSuggestionSelfAssignmentHistoryBased extends accessPackageSuggestionReason {
|
|
159
|
+
@computed lastAssignmentDateTime: offsetDateTime;
|
|
160
|
+
pastAssignmentCount: int32;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
@complex model accessPackageTextInputQuestion extends accessPackageQuestion {
|
|
164
|
+
isSingleLineQuestion: boolean | null;
|
|
165
|
+
regexPattern: string | null;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
@complex model accessPackageUserDirectoryAttributeStore extends accessPackageResourceAttributeDestination {
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
@complex model accessReviewAccessPackageAssignmentPolicyScope extends accessReviewResourceScope {
|
|
172
|
+
accessPackageDisplayName: string | null;
|
|
173
|
+
accessPackageId: string | null;
|
|
174
|
+
catalogDisplayName: string | null;
|
|
175
|
+
catalogId: string | null;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@abstract
|
|
179
|
+
@complex model accessReviewApplyAction {
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
@complex model accessReviewError extends genericError {
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
@complex model accessReviewHistoryScheduleSettings {
|
|
186
|
+
recurrence: patternedRecurrence;
|
|
187
|
+
reportRange: string;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
@complex model accessReviewInactiveUsersQueryScope extends accessReviewQueryScope {
|
|
191
|
+
inactiveDuration: duration | null;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
@open
|
|
195
|
+
@complex model accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource extends accessReviewInstanceDecisionItemResource {
|
|
196
|
+
accessPackageDisplayName: string | null;
|
|
197
|
+
accessPackageId: string | null;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
@open
|
|
201
|
+
@complex model accessReviewInstanceDecisionItemAzureRoleResource extends accessReviewInstanceDecisionItemResource {
|
|
202
|
+
scope: accessReviewInstanceDecisionItemResource | null;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
@open
|
|
206
|
+
@complex model accessReviewInstanceDecisionItemCustomDataProvidedResource extends accessReviewInstanceDecisionItemResource {
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
@complex model accessReviewInstanceDecisionItemPermission {
|
|
210
|
+
description: string | null;
|
|
211
|
+
displayName: string | null;
|
|
212
|
+
id: string | null;
|
|
213
|
+
type: string | null;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
@open
|
|
217
|
+
@complex model accessReviewInstanceDecisionItemResource {
|
|
218
|
+
description: string | null;
|
|
219
|
+
displayName: string | null;
|
|
220
|
+
id: string | null;
|
|
221
|
+
type: string | null;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
@open
|
|
225
|
+
@complex model accessReviewInstanceDecisionItemServicePrincipalResource extends accessReviewInstanceDecisionItemResource {
|
|
226
|
+
appId: string | null;
|
|
227
|
+
appRoleDisplayName: string | null;
|
|
228
|
+
appRoleId: string | null;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
@complex model accessReviewInstanceDecisionItemServicePrincipalTarget extends accessReviewInstanceDecisionItemTarget {
|
|
232
|
+
appId: string | null;
|
|
233
|
+
servicePrincipalDisplayName: string | null;
|
|
234
|
+
servicePrincipalId: string | null;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
@abstract
|
|
238
|
+
@complex model accessReviewInstanceDecisionItemTarget {
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
@complex model accessReviewInstanceDecisionItemUserTarget extends accessReviewInstanceDecisionItemTarget {
|
|
242
|
+
userDisplayName: string | null;
|
|
243
|
+
userId: string | null;
|
|
244
|
+
userPrincipalName: string | null;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
@complex model accessReviewNotificationRecipientItem {
|
|
248
|
+
notificationRecipientScope: accessReviewNotificationRecipientScope | null;
|
|
249
|
+
notificationTemplateType: string | null;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
@complex model accessReviewNotificationRecipientQueryScope extends accessReviewNotificationRecipientScope {
|
|
253
|
+
query: string | null;
|
|
254
|
+
queryRoot: string | null;
|
|
255
|
+
queryType: string | null;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
@abstract
|
|
259
|
+
@complex model accessReviewNotificationRecipientScope {
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
@complex model accessReviewPrincipalScope extends accessReviewScope {
|
|
263
|
+
scopeType: accessReviewPrincipalScopeType;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
@complex model accessReviewQueryScope extends accessReviewScope {
|
|
267
|
+
query: string | null;
|
|
268
|
+
queryRoot: string | null;
|
|
269
|
+
queryType: string | null;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
@abstract
|
|
273
|
+
@complex model accessReviewRecommendationInsightSetting {
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
@complex model accessReviewRecurrenceSettings {
|
|
277
|
+
durationInDays: int32;
|
|
278
|
+
recurrenceCount: int32;
|
|
279
|
+
recurrenceEndType: string | null;
|
|
280
|
+
recurrenceType: string | null;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
@complex model accessReviewResourceScope extends accessReviewScope {
|
|
284
|
+
displayName: string | null;
|
|
285
|
+
resourceId: string | null;
|
|
286
|
+
scopeType: accessReviewResourceScopeType;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
@complex model accessReviewReviewerScope extends accessReviewScope {
|
|
290
|
+
query: string | null;
|
|
291
|
+
queryRoot: string | null;
|
|
292
|
+
queryType: string | null;
|
|
293
|
+
reviewerId: string | null;
|
|
294
|
+
scopeType: accessReviewReviewerScopeType;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
@complex model accessReviewScheduleSettings {
|
|
298
|
+
applyActions: accessReviewApplyAction[] | null;
|
|
299
|
+
autoApplyDecisionsEnabled: boolean;
|
|
300
|
+
decisionHistoriesForReviewersEnabled: boolean | null;
|
|
301
|
+
defaultDecision: string | null;
|
|
302
|
+
defaultDecisionEnabled: boolean;
|
|
303
|
+
instanceDurationInDays: int32;
|
|
304
|
+
isAgenticExperienceEnabled: boolean | null;
|
|
305
|
+
justificationRequiredOnApproval: boolean;
|
|
306
|
+
mailNotificationsEnabled: boolean;
|
|
307
|
+
recommendationInsightSettings: accessReviewRecommendationInsightSetting[] | null;
|
|
308
|
+
recommendationLookBackDuration: duration | null;
|
|
309
|
+
recommendationsEnabled: boolean;
|
|
310
|
+
recurrence: patternedRecurrence | null;
|
|
311
|
+
reminderNotificationsEnabled: boolean;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
@complex model accessReviewScope {
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
@complex model accessReviewSettings {
|
|
318
|
+
accessRecommendationsEnabled: boolean;
|
|
319
|
+
activityDurationInDays: int32;
|
|
320
|
+
autoApplyReviewResultsEnabled: boolean;
|
|
321
|
+
autoReviewEnabled: boolean;
|
|
322
|
+
autoReviewSettings: autoReviewSettings | null;
|
|
323
|
+
justificationRequiredOnApproval: boolean;
|
|
324
|
+
mailNotificationsEnabled: boolean;
|
|
325
|
+
recurrenceSettings: accessReviewRecurrenceSettings | null;
|
|
326
|
+
remindersEnabled: boolean;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
@complex model accessReviewStageSettings {
|
|
330
|
+
decisionsThatWillMoveToNextStage: string[] | null;
|
|
331
|
+
dependsOn: string[];
|
|
332
|
+
durationInDays: int32;
|
|
333
|
+
fallbackReviewers: accessReviewReviewerScope[] | null;
|
|
334
|
+
recommendationInsightSettings: accessReviewRecommendationInsightSetting[] | null;
|
|
335
|
+
recommendationLookBackDuration: duration | null;
|
|
336
|
+
recommendationsEnabled: boolean;
|
|
337
|
+
reviewers: accessReviewReviewerScope[] | null;
|
|
338
|
+
stageId: string;
|
|
339
|
+
}
|
|
340
|
+
|
|
38
341
|
@abstract
|
|
39
342
|
@complex model actionResultPart {
|
|
40
343
|
error: publicError | null;
|
|
@@ -409,6 +712,16 @@ namespace reference.`microsoft.graph` {
|
|
|
409
712
|
selections: keyValuePair[] | null;
|
|
410
713
|
}
|
|
411
714
|
|
|
715
|
+
/**
|
|
716
|
+
* The request parameter for requesting Android LOB app configuration schema.
|
|
717
|
+
*/
|
|
718
|
+
@complex model androidLobAppConfigurationSchemaRequestDetail extends appConfigurationSchemaRequestDetail {
|
|
719
|
+
/**
|
|
720
|
+
* The application policy ID of the Android LOB app
|
|
721
|
+
*/
|
|
722
|
+
appId: string | null;
|
|
723
|
+
}
|
|
724
|
+
|
|
412
725
|
/**
|
|
413
726
|
* Contains properties used to assign an Android Managed Store mobile app to a group.
|
|
414
727
|
*/
|
|
@@ -609,6 +922,120 @@ namespace reference.`microsoft.graph` {
|
|
|
609
922
|
resourceSpecificApplicationPermissions: resourceSpecificPermission[];
|
|
610
923
|
}
|
|
611
924
|
|
|
925
|
+
/**
|
|
926
|
+
* Boolean configuration item inside an Android application's custom configuration schema.
|
|
927
|
+
*/
|
|
928
|
+
@complex model appConfigurationSchemaItemBooleanType extends appConfigurationSchemaItemType {
|
|
929
|
+
/**
|
|
930
|
+
* Default value, if specified by the app developer
|
|
931
|
+
*/
|
|
932
|
+
defaultValue: boolean | null;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
/**
|
|
936
|
+
* Bundle array configuration item inside an Android application's custom configuration schema.
|
|
937
|
+
*/
|
|
938
|
+
@complex model appConfigurationSchemaItemBundleArray extends appConfigurationSchemaItemType {
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
/**
|
|
942
|
+
* Bundle configuration item inside an Android application's custom configuration schema.
|
|
943
|
+
*/
|
|
944
|
+
@complex model appConfigurationSchemaItemBundleType extends appConfigurationSchemaItemType {
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
/**
|
|
948
|
+
* Choice configuration item inside an Android application's custom configuration schema.
|
|
949
|
+
*/
|
|
950
|
+
@complex model appConfigurationSchemaItemChoiceType extends appConfigurationSchemaItemType {
|
|
951
|
+
/**
|
|
952
|
+
* Default value, if specified by the app developer
|
|
953
|
+
*/
|
|
954
|
+
defaultValue: string | null;
|
|
955
|
+
/**
|
|
956
|
+
* List of human readable name/value pairs for the valid values that can be set for this item
|
|
957
|
+
*/
|
|
958
|
+
selections: keyValuePair[] | null;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
/**
|
|
962
|
+
* Hidden configuration item inside an Android application's custom configuration schema.
|
|
963
|
+
*/
|
|
964
|
+
@complex model appConfigurationSchemaItemHiddenType extends appConfigurationSchemaItemType {
|
|
965
|
+
/**
|
|
966
|
+
* Default value, if specified by the app developer
|
|
967
|
+
*/
|
|
968
|
+
defaultValue: string | null;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
/**
|
|
972
|
+
* Integer configuration item inside an Android application's custom configuration schema.
|
|
973
|
+
*/
|
|
974
|
+
@complex model appConfigurationSchemaItemIntegerType extends appConfigurationSchemaItemType {
|
|
975
|
+
/**
|
|
976
|
+
* Default value, if specified by the app developer. Valid values 0 to 2147483647
|
|
977
|
+
*/
|
|
978
|
+
defaultValue: int32 | null;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
/**
|
|
982
|
+
* Multiselect configuration item inside an Android application's custom configuration schema.
|
|
983
|
+
*/
|
|
984
|
+
@complex model appConfigurationSchemaItemMultiselectType extends appConfigurationSchemaItemType {
|
|
985
|
+
/**
|
|
986
|
+
* Default value, if specified by the app developer
|
|
987
|
+
*/
|
|
988
|
+
defaultValue: string[] | null;
|
|
989
|
+
/**
|
|
990
|
+
* List of human readable name/value pairs for the valid values that can be set for this item
|
|
991
|
+
*/
|
|
992
|
+
selections: keyValuePair[] | null;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
/**
|
|
996
|
+
* String configuration item inside an Android application's custom configuration schema.
|
|
997
|
+
*/
|
|
998
|
+
@complex model appConfigurationSchemaItemStringType extends appConfigurationSchemaItemType {
|
|
999
|
+
/**
|
|
1000
|
+
* Default value, if specified by the app developer
|
|
1001
|
+
*/
|
|
1002
|
+
defaultValue: string | null;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
/**
|
|
1006
|
+
* Single configuration item inside an Android application's configuration schema.
|
|
1007
|
+
*/
|
|
1008
|
+
@abstract
|
|
1009
|
+
@complex model appConfigurationSchemaItemType {
|
|
1010
|
+
/**
|
|
1011
|
+
* Description of what the item controls within the application
|
|
1012
|
+
*/
|
|
1013
|
+
description: string | null;
|
|
1014
|
+
/**
|
|
1015
|
+
* Human readable name
|
|
1016
|
+
*/
|
|
1017
|
+
displayName: string | null;
|
|
1018
|
+
/**
|
|
1019
|
+
* Unique index the application uses to maintain nested schema items. Valid values 0 to 2147483647
|
|
1020
|
+
*/
|
|
1021
|
+
index: int32;
|
|
1022
|
+
/**
|
|
1023
|
+
* Index of parent schema item to track nested schema items. Valid values 0 to 2147483647
|
|
1024
|
+
*/
|
|
1025
|
+
parentIndex: int32 | null;
|
|
1026
|
+
/**
|
|
1027
|
+
* Unique key the application uses to identify the item
|
|
1028
|
+
*/
|
|
1029
|
+
schemaItemKey: string | null;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
/**
|
|
1033
|
+
* Base type for the request parameters that identifies the requested app configuration schema.
|
|
1034
|
+
*/
|
|
1035
|
+
@abstract
|
|
1036
|
+
@complex model appConfigurationSchemaRequestDetail {
|
|
1037
|
+
}
|
|
1038
|
+
|
|
612
1039
|
/**
|
|
613
1040
|
* Contains properties for App configuration setting item.
|
|
614
1041
|
*/
|
|
@@ -627,6 +1054,10 @@ namespace reference.`microsoft.graph` {
|
|
|
627
1054
|
appConfigKeyValue: string;
|
|
628
1055
|
}
|
|
629
1056
|
|
|
1057
|
+
@complex model appConsentRequestScope {
|
|
1058
|
+
displayName: string | null;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
630
1061
|
@complex model appIdentity {
|
|
631
1062
|
appId: string | null;
|
|
632
1063
|
displayName: string | null;
|
|
@@ -777,7 +1208,7 @@ namespace reference.`microsoft.graph` {
|
|
|
777
1208
|
}
|
|
778
1209
|
|
|
779
1210
|
@complex model appManagementPolicyActorExemptions {
|
|
780
|
-
|
|
1211
|
+
customSecurityAttributes: customSecurityAttributeExemption[] | null;
|
|
781
1212
|
}
|
|
782
1213
|
|
|
783
1214
|
@complex model appManagementServicePrincipalConfiguration extends appManagementConfiguration {
|
|
@@ -820,6 +1251,11 @@ namespace reference.`microsoft.graph` {
|
|
|
820
1251
|
primaryApprovers: userSet[] | null;
|
|
821
1252
|
}
|
|
822
1253
|
|
|
1254
|
+
@complex model approverDelegate {
|
|
1255
|
+
delegate: userSet | null;
|
|
1256
|
+
schedule: requestSchedule | null;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
823
1259
|
@complex model assignedLabel {
|
|
824
1260
|
displayName: string | null;
|
|
825
1261
|
labelId: string | null;
|
|
@@ -995,6 +1431,23 @@ namespace reference.`microsoft.graph` {
|
|
|
995
1431
|
isValidRule: boolean;
|
|
996
1432
|
}
|
|
997
1433
|
|
|
1434
|
+
@complex model assignmentRequestApprovalStageCallbackData extends accessPackageAssignmentRequestCallbackData {
|
|
1435
|
+
approvalStage: accessPackageApprovalStage | null;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
@complex model assignmentReviewSettings {
|
|
1439
|
+
accessReviewTimeoutBehavior: accessReviewTimeoutBehavior | null;
|
|
1440
|
+
durationInDays: int32 | null;
|
|
1441
|
+
isAccessRecommendationEnabled: boolean | null;
|
|
1442
|
+
isAgenticExperienceEnabled: boolean | null;
|
|
1443
|
+
isApprovalJustificationRequired: boolean | null;
|
|
1444
|
+
isEnabled: boolean | null;
|
|
1445
|
+
recurrenceType: string | null;
|
|
1446
|
+
reviewers: userSet[] | null;
|
|
1447
|
+
reviewerType: string | null;
|
|
1448
|
+
startDateTime: offsetDateTime | null;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
998
1451
|
@complex model attachmentItem {
|
|
999
1452
|
attachmentType: attachmentType | null;
|
|
1000
1453
|
contentType: string | null;
|
|
@@ -1056,6 +1509,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1056
1509
|
type: attributeMappingSourceType;
|
|
1057
1510
|
}
|
|
1058
1511
|
|
|
1512
|
+
@complex model attributeRuleMembers extends userSet {
|
|
1513
|
+
description: string | null;
|
|
1514
|
+
membershipRule: string | null;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1059
1517
|
@complex model audio {
|
|
1060
1518
|
album: string | null;
|
|
1061
1519
|
albumArtist: string | null;
|
|
@@ -1261,6 +1719,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1261
1719
|
displayName: string | null;
|
|
1262
1720
|
}
|
|
1263
1721
|
|
|
1722
|
+
@complex model authenticationStrengthUsage {
|
|
1723
|
+
@references mfa: conditionalAccessPolicy[];
|
|
1724
|
+
@references none: conditionalAccessPolicy[];
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1264
1727
|
@complex model authorizationInfo {
|
|
1265
1728
|
certificateUserIds: string[] | null;
|
|
1266
1729
|
}
|
|
@@ -1281,17 +1744,33 @@ namespace reference.`microsoft.graph` {
|
|
|
1281
1744
|
status: automaticRepliesStatus | null;
|
|
1282
1745
|
}
|
|
1283
1746
|
|
|
1747
|
+
@complex model autoReviewSettings {
|
|
1748
|
+
notReviewedResult: string | null;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
@complex model azureActiveDirectoryTenant extends identitySource {
|
|
1752
|
+
displayName: string | null;
|
|
1753
|
+
tenantId: string | null;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1284
1756
|
@complex model azureADJoinPolicy {
|
|
1285
1757
|
allowedToJoin: deviceRegistrationMembership | null;
|
|
1286
1758
|
isAdminConfigurable: boolean | null;
|
|
1287
1759
|
localAdmins: localAdminSettings | null;
|
|
1288
1760
|
}
|
|
1289
1761
|
|
|
1762
|
+
@complex model azureAdPopTokenAuthentication extends customExtensionAuthenticationConfiguration {
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1290
1765
|
@complex model azureADRegistrationPolicy {
|
|
1291
1766
|
allowedToRegister: deviceRegistrationMembership | null;
|
|
1292
1767
|
isAdminConfigurable: boolean | null;
|
|
1293
1768
|
}
|
|
1294
1769
|
|
|
1770
|
+
@complex model azureAdTokenAuthentication extends customExtensionAuthenticationConfiguration {
|
|
1771
|
+
resourceId: string | null;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1295
1774
|
/**
|
|
1296
1775
|
* BitLocker Fixed Drive Policies.
|
|
1297
1776
|
*/
|
|
@@ -1475,6 +1954,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1475
1954
|
childCount: int32 | null;
|
|
1476
1955
|
}
|
|
1477
1956
|
|
|
1957
|
+
@complex model businessFlowSettings extends accessReviewSettings {
|
|
1958
|
+
durationInDays: int32;
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1478
1961
|
@complex model calculatedColumn {
|
|
1479
1962
|
format: string | null;
|
|
1480
1963
|
formula: string | null;
|
|
@@ -1784,6 +2267,16 @@ namespace reference.`microsoft.graph` {
|
|
|
1784
2267
|
cloudAppSecurityType: cloudAppSecuritySessionControlType | null;
|
|
1785
2268
|
}
|
|
1786
2269
|
|
|
2270
|
+
/**
|
|
2271
|
+
* 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.
|
|
2272
|
+
*/
|
|
2273
|
+
@complex model cloudCertificationAuthorityVersionUsage {
|
|
2274
|
+
/**
|
|
2275
|
+
* 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.
|
|
2276
|
+
*/
|
|
2277
|
+
issuedStagedLeafCertificateCount: int32 | null;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
1787
2280
|
@complex model cloudRealtimeCommunicationInfo {
|
|
1788
2281
|
isSipEnabled: boolean | null;
|
|
1789
2282
|
}
|
|
@@ -1944,6 +2437,9 @@ namespace reference.`microsoft.graph` {
|
|
|
1944
2437
|
deviceStates: conditionalAccessDeviceStates | null;
|
|
1945
2438
|
locations: conditionalAccessLocations | null;
|
|
1946
2439
|
platforms: conditionalAccessPlatforms | null;
|
|
2440
|
+
servicePrincipalRiskLevels: riskLevel[];
|
|
2441
|
+
signInRiskLevels: riskLevel[];
|
|
2442
|
+
userRiskLevels: riskLevel[];
|
|
1947
2443
|
users: conditionalAccessUsers | null;
|
|
1948
2444
|
}
|
|
1949
2445
|
|
|
@@ -1979,6 +2475,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1979
2475
|
customAuthenticationFactors: string[];
|
|
1980
2476
|
operator: string | null;
|
|
1981
2477
|
termsOfUse: string[];
|
|
2478
|
+
@contains authenticationStrength: authenticationStrengthPolicy | null;
|
|
1982
2479
|
}
|
|
1983
2480
|
|
|
1984
2481
|
@complex model conditionalAccessGuestsOrExternalUsers {
|
|
@@ -2179,6 +2676,15 @@ namespace reference.`microsoft.graph` {
|
|
|
2179
2676
|
values: string[] | null;
|
|
2180
2677
|
}
|
|
2181
2678
|
|
|
2679
|
+
@complex model connectedOrganizationMembers extends userSet {
|
|
2680
|
+
description: string | null;
|
|
2681
|
+
id: string | null;
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2684
|
+
@complex model connectionInfo {
|
|
2685
|
+
url: string | null;
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2182
2688
|
@complex model connectivityParameterEntry {
|
|
2183
2689
|
value: string | null;
|
|
2184
2690
|
}
|
|
@@ -2322,6 +2828,12 @@ namespace reference.`microsoft.graph` {
|
|
|
2322
2828
|
teamIdentifier: string | null;
|
|
2323
2829
|
}
|
|
2324
2830
|
|
|
2831
|
+
@complex model crossCloudAzureActiveDirectoryTenant extends identitySource {
|
|
2832
|
+
cloudInstance: string;
|
|
2833
|
+
displayName: string | null;
|
|
2834
|
+
tenantId: string | null;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2325
2837
|
@complex model crossTenantAccessPolicyB2BSetting {
|
|
2326
2838
|
applications: crossTenantAccessPolicyTargetConfiguration | null;
|
|
2327
2839
|
usersAndGroups: crossTenantAccessPolicyTargetConfiguration | null;
|
|
@@ -2389,6 +2901,22 @@ namespace reference.`microsoft.graph` {
|
|
|
2389
2901
|
applicationRestrictions: customAppManagementApplicationConfiguration | null;
|
|
2390
2902
|
}
|
|
2391
2903
|
|
|
2904
|
+
@abstract
|
|
2905
|
+
@complex model customExtensionAuthenticationConfiguration {
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
@complex model customExtensionCallbackConfiguration {
|
|
2909
|
+
timeoutDuration: duration | null;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2912
|
+
@complex model customExtensionCalloutInstance {
|
|
2913
|
+
customExtensionId: string | null;
|
|
2914
|
+
detail: string | null;
|
|
2915
|
+
externalCorrelationId: string | null;
|
|
2916
|
+
id: string | null;
|
|
2917
|
+
status: customExtensionCalloutInstanceStatus | null;
|
|
2918
|
+
}
|
|
2919
|
+
|
|
2392
2920
|
@complex model customExtensionCalloutResult extends authenticationEventHandlerResult {
|
|
2393
2921
|
calloutDateTime: offsetDateTime | null;
|
|
2394
2922
|
customExtensionId: string | null;
|
|
@@ -2397,6 +2925,37 @@ namespace reference.`microsoft.graph` {
|
|
|
2397
2925
|
numberOfAttempts: int32 | null;
|
|
2398
2926
|
}
|
|
2399
2927
|
|
|
2928
|
+
@complex model customExtensionClientConfiguration {
|
|
2929
|
+
maximumRetries: int32 | null;
|
|
2930
|
+
timeoutInMilliseconds: int32 | null;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
@abstract
|
|
2934
|
+
@complex model customExtensionData {
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
@abstract
|
|
2938
|
+
@complex model customExtensionEndpointConfiguration {
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
@privatePreview("MicrosofEntitlementManagementCustomextensions")
|
|
2942
|
+
@complex model customExtensionHandlerInstance {
|
|
2943
|
+
customExtensionId: string | null;
|
|
2944
|
+
externalCorrelationId: string | null;
|
|
2945
|
+
stage: accessPackageCustomExtensionStage | null;
|
|
2946
|
+
status: accessPackageCustomExtensionHandlerStatus | null;
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2949
|
+
@abstract
|
|
2950
|
+
@complex model customSecurityAttributeExemption {
|
|
2951
|
+
id: string;
|
|
2952
|
+
operator: customSecurityAttributeComparisonOperator;
|
|
2953
|
+
}
|
|
2954
|
+
|
|
2955
|
+
@complex model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
|
|
2956
|
+
value: string | null;
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2400
2959
|
@open
|
|
2401
2960
|
@complex model customSecurityAttributeValue {
|
|
2402
2961
|
}
|
|
@@ -2471,6 +3030,10 @@ namespace reference.`microsoft.graph` {
|
|
|
2471
3030
|
daylightBias: int32 | null;
|
|
2472
3031
|
}
|
|
2473
3032
|
|
|
3033
|
+
@complex model decisionItemPrincipalResourceMembership {
|
|
3034
|
+
membershipType: decisionItemPrincipalResourceMembershipType;
|
|
3035
|
+
}
|
|
3036
|
+
|
|
2474
3037
|
@complex model defaultColumnValue {
|
|
2475
3038
|
formula: string | null;
|
|
2476
3039
|
value: string | null;
|
|
@@ -2825,11 +3388,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2825
3388
|
|
|
2826
3389
|
@complex model deviceCompliancePolicyScript {
|
|
2827
3390
|
/**
|
|
2828
|
-
*
|
|
3391
|
+
* 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.
|
|
2829
3392
|
*/
|
|
2830
3393
|
deviceComplianceScriptId: string | null;
|
|
2831
3394
|
/**
|
|
2832
|
-
*
|
|
3395
|
+
* 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.
|
|
2833
3396
|
*/
|
|
2834
3397
|
rulesContent: binary | null;
|
|
2835
3398
|
}
|
|
@@ -4895,6 +5458,9 @@ namespace reference.`microsoft.graph` {
|
|
|
4895
5458
|
requestGrantAccess: sharingOperationStatus | null;
|
|
4896
5459
|
}
|
|
4897
5460
|
|
|
5461
|
+
@complex model disableAndDeleteUserApplyAction extends accessReviewApplyAction {
|
|
5462
|
+
}
|
|
5463
|
+
|
|
4898
5464
|
@complex model displayNameLocalization {
|
|
4899
5465
|
displayName: string | null;
|
|
4900
5466
|
languageTag: string | null;
|
|
@@ -4922,6 +5488,11 @@ namespace reference.`microsoft.graph` {
|
|
|
4922
5488
|
versionId: string | null;
|
|
4923
5489
|
}
|
|
4924
5490
|
|
|
5491
|
+
@complex model domainIdentitySource extends identitySource {
|
|
5492
|
+
displayName: string | null;
|
|
5493
|
+
domainName: string | null;
|
|
5494
|
+
}
|
|
5495
|
+
|
|
4925
5496
|
@complex model domainState {
|
|
4926
5497
|
@computed lastActionDateTime: offsetDateTime | null;
|
|
4927
5498
|
operation: string | null;
|
|
@@ -5288,6 +5859,10 @@ namespace reference.`microsoft.graph` {
|
|
|
5288
5859
|
* The number of days after installation that forced reboot will happen.
|
|
5289
5860
|
*/
|
|
5290
5861
|
daysUntilForcedReboot: int32;
|
|
5862
|
+
/**
|
|
5863
|
+
* The unique identifier for the quality update catalog item targeted by the expedite.
|
|
5864
|
+
*/
|
|
5865
|
+
qualityUpdateCatalogItemId: string | null;
|
|
5291
5866
|
/**
|
|
5292
5867
|
* The release date to identify a quality update.
|
|
5293
5868
|
*/
|
|
@@ -5353,6 +5928,24 @@ namespace reference.`microsoft.graph` {
|
|
|
5353
5928
|
type: string | null;
|
|
5354
5929
|
}
|
|
5355
5930
|
|
|
5931
|
+
@complex model externalDomainFederation extends identitySource {
|
|
5932
|
+
displayName: string | null;
|
|
5933
|
+
domainName: string | null;
|
|
5934
|
+
issuerUri: string | null;
|
|
5935
|
+
}
|
|
5936
|
+
|
|
5937
|
+
@complex model externalSponsors extends userSet {
|
|
5938
|
+
}
|
|
5939
|
+
|
|
5940
|
+
@complex model externalTokenBasedSapIagConnectionInfo extends connectionInfo {
|
|
5941
|
+
accessTokenUrl: string | null;
|
|
5942
|
+
clientId: string | null;
|
|
5943
|
+
keyVaultName: string | null;
|
|
5944
|
+
resourceGroup: string | null;
|
|
5945
|
+
secretName: string | null;
|
|
5946
|
+
subscriptionId: string | null;
|
|
5947
|
+
}
|
|
5948
|
+
|
|
5356
5949
|
@complex model extractSensitivityLabelsResult {
|
|
5357
5950
|
labels: sensitivityLabelAssignment[] | null;
|
|
5358
5951
|
}
|
|
@@ -5536,6 +6129,28 @@ namespace reference.`microsoft.graph` {
|
|
|
5536
6129
|
@complex model geolocationColumn {
|
|
5537
6130
|
}
|
|
5538
6131
|
|
|
6132
|
+
@abstract
|
|
6133
|
+
@complex model governanceCriteria {
|
|
6134
|
+
}
|
|
6135
|
+
|
|
6136
|
+
@complex model governanceNotificationPolicy {
|
|
6137
|
+
enabledTemplateTypes: string[] | null;
|
|
6138
|
+
notificationTemplates: governanceNotificationTemplate[] | null;
|
|
6139
|
+
}
|
|
6140
|
+
|
|
6141
|
+
@complex model governanceNotificationTemplate {
|
|
6142
|
+
culture: string | null;
|
|
6143
|
+
id: string | null;
|
|
6144
|
+
source: string | null;
|
|
6145
|
+
type: string | null;
|
|
6146
|
+
version: string | null;
|
|
6147
|
+
}
|
|
6148
|
+
|
|
6149
|
+
@complex model governancePolicy {
|
|
6150
|
+
decisionMakerCriteria: governanceCriteria[] | null;
|
|
6151
|
+
notificationPolicy: governanceNotificationPolicy | null;
|
|
6152
|
+
}
|
|
6153
|
+
|
|
5539
6154
|
/**
|
|
5540
6155
|
* Represents an assignment to a group.
|
|
5541
6156
|
*/
|
|
@@ -5564,6 +6179,13 @@ namespace reference.`microsoft.graph` {
|
|
|
5564
6179
|
id: string | null;
|
|
5565
6180
|
}
|
|
5566
6181
|
|
|
6182
|
+
@complex model groupMembershipGovernanceCriteria extends governanceCriteria {
|
|
6183
|
+
groupId: string | null;
|
|
6184
|
+
}
|
|
6185
|
+
|
|
6186
|
+
@complex model groupPeerOutlierRecommendationInsightSettings extends accessReviewRecommendationInsightSetting {
|
|
6187
|
+
}
|
|
6188
|
+
|
|
5567
6189
|
@complex model groupPolicyPresentationDropdownListItem {
|
|
5568
6190
|
/**
|
|
5569
6191
|
* Localized display name for the drop-down list item.
|
|
@@ -5830,6 +6452,10 @@ namespace reference.`microsoft.graph` {
|
|
|
5830
6452
|
id: string | null;
|
|
5831
6453
|
}
|
|
5832
6454
|
|
|
6455
|
+
@complex model identityGovernanceUserSettings {
|
|
6456
|
+
approverDelegate: approverDelegate | null;
|
|
6457
|
+
}
|
|
6458
|
+
|
|
5833
6459
|
@complex model identityInput {
|
|
5834
6460
|
`alias`: string | null;
|
|
5835
6461
|
email: string | null;
|
|
@@ -5843,6 +6469,10 @@ namespace reference.`microsoft.graph` {
|
|
|
5843
6469
|
user: identity | null;
|
|
5844
6470
|
}
|
|
5845
6471
|
|
|
6472
|
+
@abstract
|
|
6473
|
+
@complex model identitySource {
|
|
6474
|
+
}
|
|
6475
|
+
|
|
5846
6476
|
@complex model idleSessionSignOut {
|
|
5847
6477
|
isEnabled: boolean | null;
|
|
5848
6478
|
signOutAfterInSeconds: int64 | null;
|
|
@@ -5970,6 +6600,9 @@ namespace reference.`microsoft.graph` {
|
|
|
5970
6600
|
start: int64 | null;
|
|
5971
6601
|
}
|
|
5972
6602
|
|
|
6603
|
+
@complex model internalSponsors extends userSet {
|
|
6604
|
+
}
|
|
6605
|
+
|
|
5973
6606
|
@complex model internetMessageHeader {
|
|
5974
6607
|
name: string | null;
|
|
5975
6608
|
value: string | null;
|
|
@@ -7003,6 +7636,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7003
7636
|
usage: string | null;
|
|
7004
7637
|
}
|
|
7005
7638
|
|
|
7639
|
+
|
|
7006
7640
|
/**
|
|
7007
7641
|
* A key-value pair with a string key and an integer value.
|
|
7008
7642
|
*/
|
|
@@ -7174,6 +7808,13 @@ namespace reference.`microsoft.graph` {
|
|
|
7174
7808
|
userId: string | null;
|
|
7175
7809
|
}
|
|
7176
7810
|
|
|
7811
|
+
@complex model logicAppTriggerEndpointConfiguration extends customExtensionEndpointConfiguration {
|
|
7812
|
+
logicAppWorkflowName: string | null;
|
|
7813
|
+
resourceGroupName: string | null;
|
|
7814
|
+
subscriptionId: string | null;
|
|
7815
|
+
url: string | null;
|
|
7816
|
+
}
|
|
7817
|
+
|
|
7177
7818
|
@complex model loginPageBrandingVisualElement {
|
|
7178
7819
|
customText: string | null;
|
|
7179
7820
|
customUrl: string | null;
|
|
@@ -7203,6 +7844,21 @@ namespace reference.`microsoft.graph` {
|
|
|
7203
7844
|
primaryLookupColumnId: string | null;
|
|
7204
7845
|
}
|
|
7205
7846
|
|
|
7847
|
+
@complex model m365CapabilityInboundAccess {
|
|
7848
|
+
isAllowed: boolean | null;
|
|
7849
|
+
resourceScopes: m365CapabilityResourceScopes | null;
|
|
7850
|
+
}
|
|
7851
|
+
|
|
7852
|
+
@complex model m365CapabilityResourceScope {
|
|
7853
|
+
resourceId: string | null;
|
|
7854
|
+
resourceType: m365ResourceType;
|
|
7855
|
+
}
|
|
7856
|
+
|
|
7857
|
+
@complex model m365CapabilityResourceScopes {
|
|
7858
|
+
excluded: m365CapabilityResourceScope[];
|
|
7859
|
+
included: m365CapabilityResourceScope[];
|
|
7860
|
+
}
|
|
7861
|
+
|
|
7206
7862
|
/**
|
|
7207
7863
|
* The identifier for a Mac app.
|
|
7208
7864
|
*/
|
|
@@ -8065,6 +8721,16 @@ namespace reference.`microsoft.graph` {
|
|
|
8065
8721
|
msiType: msiType | null;
|
|
8066
8722
|
}
|
|
8067
8723
|
|
|
8724
|
+
/**
|
|
8725
|
+
* The request parameter for requesting Android Managed Play Store app configuration schema.
|
|
8726
|
+
*/
|
|
8727
|
+
@complex model managedStoreAppConfigurationSchemaRequestDetail extends appConfigurationSchemaRequestDetail {
|
|
8728
|
+
/**
|
|
8729
|
+
* The package name of the Android Managed Play Store app
|
|
8730
|
+
*/
|
|
8731
|
+
packageName: string | null;
|
|
8732
|
+
}
|
|
8733
|
+
|
|
8068
8734
|
@complex model managementCertificateWithThumbprint {
|
|
8069
8735
|
/**
|
|
8070
8736
|
* The Base 64 encoded management certificate
|
|
@@ -8995,6 +9661,9 @@ namespace reference.`microsoft.graph` {
|
|
|
8995
9661
|
@complex model passkeyProfileStructure {
|
|
8996
9662
|
attestationEnforcement: attestationEnforcement;
|
|
8997
9663
|
id: string;
|
|
9664
|
+
|
|
9665
|
+
@graphDeprecated("PasskeyGlobalProperties")
|
|
9666
|
+
isAttestationEnforced: boolean;
|
|
8998
9667
|
keyRestrictions: fido2KeyRestrictions;
|
|
8999
9668
|
name: string;
|
|
9000
9669
|
passkeyTypes: passkeyTypes;
|
|
@@ -9010,6 +9679,7 @@ namespace reference.`microsoft.graph` {
|
|
|
9010
9679
|
startDateTime: offsetDateTime | null;
|
|
9011
9680
|
}
|
|
9012
9681
|
|
|
9682
|
+
|
|
9013
9683
|
@complex model passwordProfile {
|
|
9014
9684
|
forceChangePasswordNextSignIn: boolean | null;
|
|
9015
9685
|
forceChangePasswordNextSignInWithMfa: boolean | null;
|
|
@@ -9196,6 +9866,11 @@ namespace reference.`microsoft.graph` {
|
|
|
9196
9866
|
creationSourceKind: plannerCreationSourceKind | null;
|
|
9197
9867
|
}
|
|
9198
9868
|
|
|
9869
|
+
@complex model plannerBucketPropertyRule extends plannerPropertyRule {
|
|
9870
|
+
order: string[] | null;
|
|
9871
|
+
title: string[] | null;
|
|
9872
|
+
}
|
|
9873
|
+
|
|
9199
9874
|
@complex model plannerCategoryDescriptions {
|
|
9200
9875
|
category1: string | null;
|
|
9201
9876
|
category10: string | null;
|
|
@@ -9283,6 +9958,11 @@ namespace reference.`microsoft.graph` {
|
|
|
9283
9958
|
@complex model plannerFavoritePlanReferenceCollection {
|
|
9284
9959
|
}
|
|
9285
9960
|
|
|
9961
|
+
@complex model plannerFieldRules {
|
|
9962
|
+
defaultRules: string[] | null;
|
|
9963
|
+
overrides: plannerRuleOverride[] | null;
|
|
9964
|
+
}
|
|
9965
|
+
|
|
9286
9966
|
@complex model plannerFormReference {
|
|
9287
9967
|
displayName: string | null;
|
|
9288
9968
|
formResponse: string | null;
|
|
@@ -9335,6 +10015,18 @@ namespace reference.`microsoft.graph` {
|
|
|
9335
10015
|
creationSourceKind: plannerCreationSourceKind | null;
|
|
9336
10016
|
}
|
|
9337
10017
|
|
|
10018
|
+
@complex model plannerPlanPropertyRule extends plannerPropertyRule {
|
|
10019
|
+
buckets: string[] | null;
|
|
10020
|
+
categoryDescriptions: plannerFieldRules | null;
|
|
10021
|
+
tasks: string[] | null;
|
|
10022
|
+
title: plannerFieldRules | null;
|
|
10023
|
+
}
|
|
10024
|
+
|
|
10025
|
+
@abstract
|
|
10026
|
+
@complex model plannerPropertyRule {
|
|
10027
|
+
ruleKind: plannerRuleKind | null;
|
|
10028
|
+
}
|
|
10029
|
+
|
|
9338
10030
|
@complex model plannerRecentPlanReference {
|
|
9339
10031
|
@computed lastAccessedDateTime: offsetDateTime | null;
|
|
9340
10032
|
planTitle: string | null;
|
|
@@ -9350,10 +10042,31 @@ namespace reference.`microsoft.graph` {
|
|
|
9350
10042
|
patternStartDateTime: offsetDateTime | null;
|
|
9351
10043
|
}
|
|
9352
10044
|
|
|
10045
|
+
@complex model plannerRuleOverride {
|
|
10046
|
+
name: string | null;
|
|
10047
|
+
rules: string[] | null;
|
|
10048
|
+
}
|
|
10049
|
+
|
|
9353
10050
|
@complex model plannerSharedWithContainer extends plannerPlanContainer {
|
|
9354
10051
|
accessLevel: plannerPlanAccessLevel;
|
|
9355
10052
|
}
|
|
9356
10053
|
|
|
10054
|
+
@complex model plannerTaskChatMention {
|
|
10055
|
+
mentioned: string | null;
|
|
10056
|
+
mentionType: plannerTaskChatMentionType;
|
|
10057
|
+
position: int32;
|
|
10058
|
+
}
|
|
10059
|
+
|
|
10060
|
+
@complex model plannerTaskChatReaction {
|
|
10061
|
+
reactionEvents: plannerTaskChatReactionEvent[];
|
|
10062
|
+
reactionType: string | null;
|
|
10063
|
+
}
|
|
10064
|
+
|
|
10065
|
+
@complex model plannerTaskChatReactionEvent {
|
|
10066
|
+
createdBy: identitySet | null;
|
|
10067
|
+
@computed createdDateTime: offsetDateTime;
|
|
10068
|
+
}
|
|
10069
|
+
|
|
9357
10070
|
@complex model plannerTaskCompletionRequirementDetails {
|
|
9358
10071
|
approvalRequirement: plannerApprovalRequirement | null;
|
|
9359
10072
|
checklistRequirement: plannerChecklistRequirement | null;
|
|
@@ -9365,6 +10078,26 @@ namespace reference.`microsoft.graph` {
|
|
|
9365
10078
|
teamsPublicationInfo: plannerTeamsPublicationInfo | null;
|
|
9366
10079
|
}
|
|
9367
10080
|
|
|
10081
|
+
@complex model plannerTaskPropertyRule extends plannerPropertyRule {
|
|
10082
|
+
appliedCategories: plannerFieldRules | null;
|
|
10083
|
+
approvalAttachment: plannerFieldRules | null;
|
|
10084
|
+
assignments: plannerFieldRules | null;
|
|
10085
|
+
checkLists: plannerFieldRules | null;
|
|
10086
|
+
completionRequirements: string[] | null;
|
|
10087
|
+
delete: string[] | null;
|
|
10088
|
+
dueDate: string[] | null;
|
|
10089
|
+
forms: plannerFieldRules | null;
|
|
10090
|
+
move: string[] | null;
|
|
10091
|
+
notes: string[] | null;
|
|
10092
|
+
order: string[] | null;
|
|
10093
|
+
percentComplete: string[] | null;
|
|
10094
|
+
previewType: string[] | null;
|
|
10095
|
+
priority: string[] | null;
|
|
10096
|
+
references: plannerFieldRules | null;
|
|
10097
|
+
startDate: string[] | null;
|
|
10098
|
+
title: string[] | null;
|
|
10099
|
+
}
|
|
10100
|
+
|
|
9368
10101
|
@complex model plannerTaskRecurrence {
|
|
9369
10102
|
nextInSeriesTaskId: string | null;
|
|
9370
10103
|
occurrenceId: int32;
|
|
@@ -9530,6 +10263,11 @@ namespace reference.`microsoft.graph` {
|
|
|
9530
10263
|
permissionIds: string[] | null;
|
|
9531
10264
|
}
|
|
9532
10265
|
|
|
10266
|
+
@complex model principalResourceMembershipsScope extends accessReviewScope {
|
|
10267
|
+
principalScopes: accessReviewScope[] | null;
|
|
10268
|
+
resourceScopes: accessReviewScope[] | null;
|
|
10269
|
+
}
|
|
10270
|
+
|
|
9533
10271
|
@complex model privacyProfile {
|
|
9534
10272
|
contactEmail: string | null;
|
|
9535
10273
|
statementUrl: string | null;
|
|
@@ -9553,6 +10291,17 @@ namespace reference.`microsoft.graph` {
|
|
|
9553
10291
|
sourceId: string | null;
|
|
9554
10292
|
}
|
|
9555
10293
|
|
|
10294
|
+
@complex model profileSourceLocalization {
|
|
10295
|
+
displayName: string | null;
|
|
10296
|
+
languageTag: string | null;
|
|
10297
|
+
webUrl: string | null;
|
|
10298
|
+
}
|
|
10299
|
+
|
|
10300
|
+
@open
|
|
10301
|
+
@complex model programResource extends identity {
|
|
10302
|
+
type: string | null;
|
|
10303
|
+
}
|
|
10304
|
+
|
|
9556
10305
|
@complex model propertyToEvaluate {
|
|
9557
10306
|
propertyName: string | null;
|
|
9558
10307
|
propertyValue: string | null;
|
|
@@ -9803,6 +10552,9 @@ namespace reference.`microsoft.graph` {
|
|
|
9803
10552
|
unlockPin: string | null;
|
|
9804
10553
|
}
|
|
9805
10554
|
|
|
10555
|
+
@complex model removeAccessApplyAction extends accessReviewApplyAction {
|
|
10556
|
+
}
|
|
10557
|
+
|
|
9806
10558
|
@complex model renameAction {
|
|
9807
10559
|
newName: string | null;
|
|
9808
10560
|
oldName: string | null;
|
|
@@ -9821,6 +10573,25 @@ namespace reference.`microsoft.graph` {
|
|
|
9821
10573
|
voiceReportingCode: int32 | null;
|
|
9822
10574
|
}
|
|
9823
10575
|
|
|
10576
|
+
@complex model requestActivity {
|
|
10577
|
+
action: string | null;
|
|
10578
|
+
actionDateTime: offsetDateTime | null;
|
|
10579
|
+
detail: string | null;
|
|
10580
|
+
scheduledDateTime: offsetDateTime | null;
|
|
10581
|
+
userDisplayName: string | null;
|
|
10582
|
+
userPrincipalName: string | null;
|
|
10583
|
+
}
|
|
10584
|
+
|
|
10585
|
+
@complex model requestorManager extends userSet {
|
|
10586
|
+
managerLevel: int32 | null;
|
|
10587
|
+
}
|
|
10588
|
+
|
|
10589
|
+
@complex model requestorSettings {
|
|
10590
|
+
acceptRequests: boolean | null;
|
|
10591
|
+
allowedRequestors: userSet[] | null;
|
|
10592
|
+
scopeType: string | null;
|
|
10593
|
+
}
|
|
10594
|
+
|
|
9824
10595
|
/**
|
|
9825
10596
|
* Remote help - response we provide back to the helper after getting response from pubSub
|
|
9826
10597
|
*/
|
|
@@ -10061,6 +10832,11 @@ namespace reference.`microsoft.graph` {
|
|
|
10061
10832
|
riskEventTypes: string[] | null;
|
|
10062
10833
|
}
|
|
10063
10834
|
|
|
10835
|
+
@complex model roleMembershipGovernanceCriteria extends governanceCriteria {
|
|
10836
|
+
roleId: string | null;
|
|
10837
|
+
roleTemplateId: string | null;
|
|
10838
|
+
}
|
|
10839
|
+
|
|
10064
10840
|
/**
|
|
10065
10841
|
* Contains the set of ResourceActions determining the allowed and not allowed permissions for each role.
|
|
10066
10842
|
*/
|
|
@@ -10293,6 +11069,11 @@ namespace reference.`microsoft.graph` {
|
|
|
10293
11069
|
servicePlanName: string | null;
|
|
10294
11070
|
}
|
|
10295
11071
|
|
|
11072
|
+
@open
|
|
11073
|
+
@complex model servicePrincipalIdentity extends identity {
|
|
11074
|
+
appId: string | null;
|
|
11075
|
+
}
|
|
11076
|
+
|
|
10296
11077
|
@complex model servicePrincipalLockConfiguration {
|
|
10297
11078
|
allProperties: boolean | null;
|
|
10298
11079
|
credentialsWithUsageSign: boolean | null;
|
|
@@ -10597,6 +11378,11 @@ namespace reference.`microsoft.graph` {
|
|
|
10597
11378
|
minimumSize: int32 | null;
|
|
10598
11379
|
}
|
|
10599
11380
|
|
|
11381
|
+
@complex model socialIdentitySource extends identitySource {
|
|
11382
|
+
displayName: string | null;
|
|
11383
|
+
socialIdentitySourceType: socialIdentitySourceType;
|
|
11384
|
+
}
|
|
11385
|
+
|
|
10600
11386
|
@complex model spaApplication {
|
|
10601
11387
|
redirectUris: string[];
|
|
10602
11388
|
}
|
|
@@ -10670,6 +11456,10 @@ namespace reference.`microsoft.graph` {
|
|
|
10670
11456
|
perUserMfaState: perUserMfaState | null;
|
|
10671
11457
|
}
|
|
10672
11458
|
|
|
11459
|
+
@abstract
|
|
11460
|
+
@complex model subjectSet {
|
|
11461
|
+
}
|
|
11462
|
+
|
|
10673
11463
|
/**
|
|
10674
11464
|
* The suggestedEnrollmentLimit resource represents the suggested enrollment limit when given an enrollment type.
|
|
10675
11465
|
*/
|
|
@@ -10803,6 +11593,9 @@ namespace reference.`microsoft.graph` {
|
|
|
10803
11593
|
tabId: string | null;
|
|
10804
11594
|
}
|
|
10805
11595
|
|
|
11596
|
+
@complex model targetAgentIdentitySponsorsOrOwners extends userSet {
|
|
11597
|
+
}
|
|
11598
|
+
|
|
10806
11599
|
@complex model targetResource {
|
|
10807
11600
|
displayName: string | null;
|
|
10808
11601
|
groupType: groupType | null;
|
|
@@ -10812,6 +11605,9 @@ namespace reference.`microsoft.graph` {
|
|
|
10812
11605
|
userPrincipalName: string | null;
|
|
10813
11606
|
}
|
|
10814
11607
|
|
|
11608
|
+
@complex model targetUserSponsors extends userSet {
|
|
11609
|
+
}
|
|
11610
|
+
|
|
10815
11611
|
@complex model teamArchivedEventMessageDetail extends eventMessageDetail {
|
|
10816
11612
|
initiator: identitySet | null;
|
|
10817
11613
|
teamId: string | null;
|
|
@@ -11678,12 +12474,21 @@ namespace reference.`microsoft.graph` {
|
|
|
11678
12474
|
windows10DevicesWithoutTenantAttach: int32;
|
|
11679
12475
|
}
|
|
11680
12476
|
|
|
12477
|
+
@complex model userGovernanceCriteria extends governanceCriteria {
|
|
12478
|
+
userId: string | null;
|
|
12479
|
+
}
|
|
12480
|
+
|
|
11681
12481
|
@open
|
|
11682
12482
|
@complex model userIdentity extends identity {
|
|
11683
12483
|
ipAddress: string | null;
|
|
11684
12484
|
userPrincipalName: string | null;
|
|
11685
12485
|
}
|
|
11686
12486
|
|
|
12487
|
+
@complex model userLastSignInRecommendationInsightSetting extends accessReviewRecommendationInsightSetting {
|
|
12488
|
+
recommendationLookBackDuration: duration | null;
|
|
12489
|
+
signInScope: userSignInRecommendationScope | null;
|
|
12490
|
+
}
|
|
12491
|
+
|
|
11687
12492
|
@complex model userPurpose {
|
|
11688
12493
|
value: mailboxRecipientType | null;
|
|
11689
12494
|
}
|
|
@@ -11728,6 +12533,41 @@ namespace reference.`microsoft.graph` {
|
|
|
11728
12533
|
rootDomains: rootDomains;
|
|
11729
12534
|
}
|
|
11730
12535
|
|
|
12536
|
+
@complex model verifiableCredentialRequired extends verifiableCredentialRequirementStatus {
|
|
12537
|
+
expiryDateTime: offsetDateTime;
|
|
12538
|
+
url: string | null;
|
|
12539
|
+
}
|
|
12540
|
+
|
|
12541
|
+
@abstract
|
|
12542
|
+
@complex model verifiableCredentialRequirementStatus {
|
|
12543
|
+
}
|
|
12544
|
+
|
|
12545
|
+
@complex model verifiableCredentialRetrieved extends verifiableCredentialRequirementStatus {
|
|
12546
|
+
expiryDateTime: offsetDateTime;
|
|
12547
|
+
}
|
|
12548
|
+
|
|
12549
|
+
@complex model verifiableCredentialSettings {
|
|
12550
|
+
credentialTypes: verifiableCredentialType[] | null;
|
|
12551
|
+
}
|
|
12552
|
+
|
|
12553
|
+
@complex model verifiableCredentialType {
|
|
12554
|
+
credentialType: string | null;
|
|
12555
|
+
issuers: string[] | null;
|
|
12556
|
+
}
|
|
12557
|
+
|
|
12558
|
+
@complex model verifiableCredentialVerified extends verifiableCredentialRequirementStatus {
|
|
12559
|
+
}
|
|
12560
|
+
|
|
12561
|
+
@open
|
|
12562
|
+
@complex model verifiedCredentialClaims {
|
|
12563
|
+
}
|
|
12564
|
+
|
|
12565
|
+
@complex model verifiedCredentialData {
|
|
12566
|
+
authority: string | null;
|
|
12567
|
+
claims: verifiedCredentialClaims | null;
|
|
12568
|
+
type: string[] | null;
|
|
12569
|
+
}
|
|
12570
|
+
|
|
11731
12571
|
@complex model verifiedCustomDomainCertificatesMetadata {
|
|
11732
12572
|
expiryDate: offsetDateTime | null;
|
|
11733
12573
|
issueDate: offsetDateTime | null;
|
|
@@ -12673,6 +13513,78 @@ namespace reference.`microsoft.graph` {
|
|
|
12673
13513
|
useDeviceContext: boolean;
|
|
12674
13514
|
}
|
|
12675
13515
|
|
|
13516
|
+
/**
|
|
13517
|
+
* 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.
|
|
13518
|
+
*/
|
|
13519
|
+
@complex model windowsAutoUpdateCatalogAppAssignmentSettings extends mobileAppAssignmentSettings {
|
|
13520
|
+
/**
|
|
13521
|
+
* 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.
|
|
13522
|
+
*/
|
|
13523
|
+
deliveryOptimizationPriority: windowsAutoUpdateCatalogAppDeliveryOptimizationPriority;
|
|
13524
|
+
/**
|
|
13525
|
+
* 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.
|
|
13526
|
+
*/
|
|
13527
|
+
installTimeSettings: windowsAutoUpdateCatalogAppInstallTimeSettings | null;
|
|
13528
|
+
/**
|
|
13529
|
+
* 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.
|
|
13530
|
+
*/
|
|
13531
|
+
notificationType: windowsAutoUpdateCatalogAppNotificationType;
|
|
13532
|
+
/**
|
|
13533
|
+
* 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.
|
|
13534
|
+
*/
|
|
13535
|
+
restartSettings: windowsAutoUpdateCatalogAppRestartSettings | null;
|
|
13536
|
+
}
|
|
13537
|
+
|
|
13538
|
+
/**
|
|
13539
|
+
* 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).
|
|
13540
|
+
*/
|
|
13541
|
+
@complex model windowsAutoUpdateCatalogAppInstallExperience {
|
|
13542
|
+
/**
|
|
13543
|
+
* 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.
|
|
13544
|
+
*/
|
|
13545
|
+
deviceRestartBehavior: windowsAutoUpdateCatalogAppRestartBehavior;
|
|
13546
|
+
/**
|
|
13547
|
+
* 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.
|
|
13548
|
+
*/
|
|
13549
|
+
runAsAccount: runAsAccountType;
|
|
13550
|
+
}
|
|
13551
|
+
|
|
13552
|
+
/**
|
|
13553
|
+
* 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.
|
|
13554
|
+
*/
|
|
13555
|
+
@complex model windowsAutoUpdateCatalogAppInstallTimeSettings {
|
|
13556
|
+
/**
|
|
13557
|
+
* 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.
|
|
13558
|
+
*/
|
|
13559
|
+
deadlineDateTime: offsetDateTime | null;
|
|
13560
|
+
/**
|
|
13561
|
+
* The time at which the app should be available for installation on the device. When null, the app is available immediately.
|
|
13562
|
+
*/
|
|
13563
|
+
startDateTime: offsetDateTime | null;
|
|
13564
|
+
/**
|
|
13565
|
+
* 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.
|
|
13566
|
+
*/
|
|
13567
|
+
useLocalTime: boolean;
|
|
13568
|
+
}
|
|
13569
|
+
|
|
13570
|
+
/**
|
|
13571
|
+
* 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).
|
|
13572
|
+
*/
|
|
13573
|
+
@complex model windowsAutoUpdateCatalogAppRestartSettings {
|
|
13574
|
+
/**
|
|
13575
|
+
* 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.
|
|
13576
|
+
*/
|
|
13577
|
+
countdownDisplayBeforeRestartInMinutes: int32;
|
|
13578
|
+
/**
|
|
13579
|
+
* 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.
|
|
13580
|
+
*/
|
|
13581
|
+
gracePeriodInMinutes: int32;
|
|
13582
|
+
/**
|
|
13583
|
+
* 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.
|
|
13584
|
+
*/
|
|
13585
|
+
restartNotificationSnoozeDurationInMinutes: int32 | null;
|
|
13586
|
+
}
|
|
13587
|
+
|
|
12676
13588
|
/**
|
|
12677
13589
|
* Windows Defender last scan result
|
|
12678
13590
|
*/
|
|
@@ -14094,6 +15006,371 @@ namespace reference.`microsoft.graph` {
|
|
|
14094
15006
|
@references user: user | null;
|
|
14095
15007
|
}
|
|
14096
15008
|
|
|
15009
|
+
@entity model accessPackage extends entity {
|
|
15010
|
+
catalogId: string | null;
|
|
15011
|
+
createdBy: string | null;
|
|
15012
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
15013
|
+
description: string | null;
|
|
15014
|
+
displayName: string | null;
|
|
15015
|
+
isHidden: boolean | null;
|
|
15016
|
+
isRoleScopesVisible: boolean | null;
|
|
15017
|
+
modifiedBy: string | null;
|
|
15018
|
+
modifiedDateTime: offsetDateTime | null;
|
|
15019
|
+
uniqueName: string | null;
|
|
15020
|
+
@contains accessPackageAssignmentPolicies: accessPackageAssignmentPolicy[];
|
|
15021
|
+
@references accessPackageCatalog: accessPackageCatalog | null;
|
|
15022
|
+
@contains accessPackageResourceRoleScopes: accessPackageResourceRoleScope[];
|
|
15023
|
+
@references accessPackagesIncompatibleWith: accessPackage[];
|
|
15024
|
+
@references incompatibleAccessPackages: accessPackage[];
|
|
15025
|
+
@contains incompatibleGroups: group[];
|
|
15026
|
+
}
|
|
15027
|
+
|
|
15028
|
+
@entity model accessPackageAssignment extends entity {
|
|
15029
|
+
accessPackageId: string | null;
|
|
15030
|
+
assignmentPolicyId: string | null;
|
|
15031
|
+
assignmentState: string | null;
|
|
15032
|
+
assignmentStatus: string | null;
|
|
15033
|
+
catalogId: string | null;
|
|
15034
|
+
customExtensionCalloutInstances: customExtensionCalloutInstance[] | null;
|
|
15035
|
+
expiredDateTime: offsetDateTime | null;
|
|
15036
|
+
isExtended: boolean | null;
|
|
15037
|
+
schedule: requestSchedule | null;
|
|
15038
|
+
targetId: string | null;
|
|
15039
|
+
@contains accessPackage: accessPackage | null;
|
|
15040
|
+
@contains accessPackageAssignmentPolicy: accessPackageAssignmentPolicy | null;
|
|
15041
|
+
@contains accessPackageAssignmentRequests: accessPackageAssignmentRequest[];
|
|
15042
|
+
@contains accessPackageAssignmentResourceRoles: accessPackageAssignmentResourceRole[];
|
|
15043
|
+
@contains target: accessPackageSubject | null;
|
|
15044
|
+
}
|
|
15045
|
+
|
|
15046
|
+
@privatePreview("MicrosofEntitlementManagementCustomextensions")
|
|
15047
|
+
@entity model accessPackageAssignmentPolicy extends entity {
|
|
15048
|
+
accessPackageId: string | null;
|
|
15049
|
+
accessPackageNotificationSettings: accessPackageNotificationSettings | null;
|
|
15050
|
+
accessReviewSettings: assignmentReviewSettings | null;
|
|
15051
|
+
canExtend: boolean | null;
|
|
15052
|
+
createdBy: string | null;
|
|
15053
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
15054
|
+
description: string | null;
|
|
15055
|
+
displayName: string | null;
|
|
15056
|
+
durationInDays: int32 | null;
|
|
15057
|
+
expirationDateTime: offsetDateTime | null;
|
|
15058
|
+
modifiedBy: string | null;
|
|
15059
|
+
modifiedDateTime: offsetDateTime | null;
|
|
15060
|
+
questions: accessPackageQuestion[] | null;
|
|
15061
|
+
requestApprovalSettings: approvalSettings | null;
|
|
15062
|
+
requestorSettings: requestorSettings | null;
|
|
15063
|
+
verifiableCredentialSettings: verifiableCredentialSettings | null;
|
|
15064
|
+
@references accessPackage: accessPackage | null;
|
|
15065
|
+
@contains accessPackageCatalog: accessPackageCatalog | null;
|
|
15066
|
+
@references customExtensionHandlers: customExtensionHandler[];
|
|
15067
|
+
@references customExtensionStageSettings: customExtensionStageSetting[];
|
|
15068
|
+
}
|
|
15069
|
+
|
|
15070
|
+
@privatePreview("MicrosofEntitlementManagementCustomextensions")
|
|
15071
|
+
@entity model accessPackageAssignmentRequest extends entity {
|
|
15072
|
+
answers: accessPackageAnswer[] | null;
|
|
15073
|
+
completedDate: offsetDateTime | null;
|
|
15074
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
15075
|
+
customExtensionCalloutInstances: customExtensionCalloutInstance[] | null;
|
|
15076
|
+
customExtensionHandlerInstances: customExtensionHandlerInstance[] | null;
|
|
15077
|
+
expirationDateTime: offsetDateTime | null;
|
|
15078
|
+
history: requestActivity[] | null;
|
|
15079
|
+
isValidationOnly: boolean | null;
|
|
15080
|
+
justification: string | null;
|
|
15081
|
+
requestState: string | null;
|
|
15082
|
+
requestStatus: string | null;
|
|
15083
|
+
requestType: string | null;
|
|
15084
|
+
schedule: requestSchedule | null;
|
|
15085
|
+
verifiedCredentialsData: verifiedCredentialData[] | null;
|
|
15086
|
+
@references accessPackage: accessPackage | null;
|
|
15087
|
+
@contains accessPackageAssignment: accessPackageAssignment | null;
|
|
15088
|
+
@contains requestor: accessPackageSubject | null;
|
|
15089
|
+
}
|
|
15090
|
+
|
|
15091
|
+
@entity model accessPackageAssignmentRequestWorkflowExtension extends customCalloutExtension {
|
|
15092
|
+
callbackConfiguration: customExtensionCallbackConfiguration | null;
|
|
15093
|
+
createdBy: string | null;
|
|
15094
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
15095
|
+
lastModifiedBy: string | null;
|
|
15096
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
15097
|
+
}
|
|
15098
|
+
|
|
15099
|
+
@entity model accessPackageAssignmentResourceRole extends entity {
|
|
15100
|
+
originId: string | null;
|
|
15101
|
+
originSystem: string | null;
|
|
15102
|
+
status: string | null;
|
|
15103
|
+
@contains accessPackageAssignments: accessPackageAssignment[];
|
|
15104
|
+
@contains accessPackageResourceRole: accessPackageResourceRole | null;
|
|
15105
|
+
@contains accessPackageResourceScope: accessPackageResourceScope | null;
|
|
15106
|
+
@contains accessPackageSubject: accessPackageSubject | null;
|
|
15107
|
+
}
|
|
15108
|
+
|
|
15109
|
+
@entity model accessPackageAssignmentWorkflowExtension extends customCalloutExtension {
|
|
15110
|
+
callbackConfiguration: customExtensionCallbackConfiguration | null;
|
|
15111
|
+
createdBy: string | null;
|
|
15112
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
15113
|
+
lastModifiedBy: string | null;
|
|
15114
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
15115
|
+
}
|
|
15116
|
+
|
|
15117
|
+
@privatePreview("MicrosofEntitlementManagementCustomextensions")
|
|
15118
|
+
@entity model accessPackageCatalog extends entity {
|
|
15119
|
+
catalogStatus: string | null;
|
|
15120
|
+
catalogType: string | null;
|
|
15121
|
+
createdBy: string | null;
|
|
15122
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
15123
|
+
description: string | null;
|
|
15124
|
+
displayName: string | null;
|
|
15125
|
+
isExternallyVisible: boolean | null;
|
|
15126
|
+
modifiedBy: string | null;
|
|
15127
|
+
modifiedDateTime: offsetDateTime | null;
|
|
15128
|
+
privilegeLevel: privilegeLevel;
|
|
15129
|
+
uniqueName: string | null;
|
|
15130
|
+
@contains accessPackageCustomWorkflowExtensions: customCalloutExtension[];
|
|
15131
|
+
@contains accessPackageResourceRoles: accessPackageResourceRole[];
|
|
15132
|
+
@contains accessPackageResources: accessPackageResource[];
|
|
15133
|
+
@contains accessPackageResourceScopes: accessPackageResourceScope[];
|
|
15134
|
+
@contains accessPackages: accessPackage[];
|
|
15135
|
+
@contains customAccessPackageWorkflowExtensions: customAccessPackageWorkflowExtension[];
|
|
15136
|
+
}
|
|
15137
|
+
|
|
15138
|
+
@entity model accessPackageResource extends entity {
|
|
15139
|
+
addedBy: string | null;
|
|
15140
|
+
addedOn: offsetDateTime | null;
|
|
15141
|
+
attributes: accessPackageResourceAttribute[] | null;
|
|
15142
|
+
description: string | null;
|
|
15143
|
+
displayName: string | null;
|
|
15144
|
+
isPendingOnboarding: boolean | null;
|
|
15145
|
+
originId: string | null;
|
|
15146
|
+
originSystem: string | null;
|
|
15147
|
+
resourceType: string | null;
|
|
15148
|
+
url: string | null;
|
|
15149
|
+
@references accessPackageResourceEnvironment: accessPackageResourceEnvironment | null;
|
|
15150
|
+
@contains accessPackageResourceRoles: accessPackageResourceRole[];
|
|
15151
|
+
@contains accessPackageResourceScopes: accessPackageResourceScope[];
|
|
15152
|
+
@references externalOriginResourceConnector: externalOriginResourceConnector | null;
|
|
15153
|
+
}
|
|
15154
|
+
|
|
15155
|
+
@entity model accessPackageResourceEnvironment extends entity {
|
|
15156
|
+
connectionInfo: connectionInfo | null;
|
|
15157
|
+
createdBy: string | null;
|
|
15158
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
15159
|
+
description: string | null;
|
|
15160
|
+
displayName: string | null;
|
|
15161
|
+
isDefaultEnvironment: boolean | null;
|
|
15162
|
+
modifiedBy: string | null;
|
|
15163
|
+
modifiedDateTime: offsetDateTime | null;
|
|
15164
|
+
originId: string;
|
|
15165
|
+
originSystem: string;
|
|
15166
|
+
@references accessPackageResources: accessPackageResource[];
|
|
15167
|
+
}
|
|
15168
|
+
|
|
15169
|
+
@entity model accessPackageResourceRequest extends entity {
|
|
15170
|
+
catalogId: string | null;
|
|
15171
|
+
executeImmediately: boolean | null;
|
|
15172
|
+
expirationDateTime: offsetDateTime | null;
|
|
15173
|
+
isValidationOnly: boolean | null;
|
|
15174
|
+
justification: string | null;
|
|
15175
|
+
requestState: string | null;
|
|
15176
|
+
requestStatus: string | null;
|
|
15177
|
+
requestType: string | null;
|
|
15178
|
+
@references accessPackageResource: accessPackageResource | null;
|
|
15179
|
+
@contains requestor: accessPackageSubject | null;
|
|
15180
|
+
}
|
|
15181
|
+
|
|
15182
|
+
@entity model accessPackageResourceRole extends entity {
|
|
15183
|
+
description: string | null;
|
|
15184
|
+
displayName: string | null;
|
|
15185
|
+
originId: string | null;
|
|
15186
|
+
originSystem: string | null;
|
|
15187
|
+
type: roleType | null;
|
|
15188
|
+
@contains accessPackageResource: accessPackageResource | null;
|
|
15189
|
+
}
|
|
15190
|
+
|
|
15191
|
+
@entity model accessPackageResourceRoleScope extends entity {
|
|
15192
|
+
createdBy: string | null;
|
|
15193
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
15194
|
+
modifiedBy: string | null;
|
|
15195
|
+
modifiedDateTime: offsetDateTime | null;
|
|
15196
|
+
@contains accessPackageResourceRole: accessPackageResourceRole | null;
|
|
15197
|
+
@contains accessPackageResourceScope: accessPackageResourceScope | null;
|
|
15198
|
+
}
|
|
15199
|
+
|
|
15200
|
+
@entity model accessPackageResourceScope extends entity {
|
|
15201
|
+
description: string | null;
|
|
15202
|
+
displayName: string | null;
|
|
15203
|
+
isRootScope: boolean | null;
|
|
15204
|
+
originId: string | null;
|
|
15205
|
+
originSystem: string | null;
|
|
15206
|
+
roleOriginId: string | null;
|
|
15207
|
+
url: string | null;
|
|
15208
|
+
@contains accessPackageResource: accessPackageResource | null;
|
|
15209
|
+
}
|
|
15210
|
+
|
|
15211
|
+
@entity model accessPackageSubject extends entity {
|
|
15212
|
+
altSecId: string | null;
|
|
15213
|
+
cleanupScheduledDateTime: offsetDateTime | null;
|
|
15214
|
+
connectedOrganizationId: string | null;
|
|
15215
|
+
displayName: string | null;
|
|
15216
|
+
email: string | null;
|
|
15217
|
+
objectId: string | null;
|
|
15218
|
+
onPremisesSecurityIdentifier: string | null;
|
|
15219
|
+
principalName: string | null;
|
|
15220
|
+
subjectLifecycle: accessPackageSubjectLifecycle | null;
|
|
15221
|
+
type: string | null;
|
|
15222
|
+
@references connectedOrganization: connectedOrganization | null;
|
|
15223
|
+
}
|
|
15224
|
+
|
|
15225
|
+
@entity model accessPackageSuggestion extends entity {
|
|
15226
|
+
reasons: accessPackageSuggestionReason[];
|
|
15227
|
+
@references accessPackage: availableAccessPackage | null;
|
|
15228
|
+
}
|
|
15229
|
+
|
|
15230
|
+
@entity model accessReview extends entity {
|
|
15231
|
+
businessFlowTemplateId: string;
|
|
15232
|
+
createdBy: userIdentity | null;
|
|
15233
|
+
description: string | null;
|
|
15234
|
+
displayName: string;
|
|
15235
|
+
endDateTime: offsetDateTime;
|
|
15236
|
+
reviewedEntity: identity | null;
|
|
15237
|
+
reviewerType: string | null;
|
|
15238
|
+
settings: accessReviewSettings | null;
|
|
15239
|
+
startDateTime: offsetDateTime;
|
|
15240
|
+
status: string | null;
|
|
15241
|
+
@contains decisions: accessReviewDecision[];
|
|
15242
|
+
@contains instances: accessReview[];
|
|
15243
|
+
@contains myDecisions: accessReviewDecision[];
|
|
15244
|
+
@contains reviewers: accessReviewReviewer[];
|
|
15245
|
+
}
|
|
15246
|
+
|
|
15247
|
+
@open
|
|
15248
|
+
@entity model accessReviewDecision extends entity {
|
|
15249
|
+
accessRecommendation: string | null;
|
|
15250
|
+
accessReviewId: string | null;
|
|
15251
|
+
appliedBy: userIdentity | null;
|
|
15252
|
+
appliedDateTime: offsetDateTime | null;
|
|
15253
|
+
applyResult: string | null;
|
|
15254
|
+
justification: string | null;
|
|
15255
|
+
reviewedBy: userIdentity | null;
|
|
15256
|
+
reviewedDateTime: offsetDateTime | null;
|
|
15257
|
+
reviewResult: string | null;
|
|
15258
|
+
}
|
|
15259
|
+
|
|
15260
|
+
@entity model accessReviewHistoryDefinition extends entity {
|
|
15261
|
+
createdBy: userIdentity;
|
|
15262
|
+
@computed createdDateTime: offsetDateTime;
|
|
15263
|
+
decisions: accessReviewHistoryDecisionFilter[] | null;
|
|
15264
|
+
displayName: string;
|
|
15265
|
+
|
|
15266
|
+
@graphDeprecated("AccessReviewReportBreakingChanges")
|
|
15267
|
+
downloadUri: string | null;
|
|
15268
|
+
|
|
15269
|
+
@graphDeprecated("AccessReviewReportBreakingChanges")
|
|
15270
|
+
fulfilledDateTime: offsetDateTime | null;
|
|
15271
|
+
reviewHistoryPeriodEndDateTime: offsetDateTime;
|
|
15272
|
+
reviewHistoryPeriodStartDateTime: offsetDateTime;
|
|
15273
|
+
scheduleSettings: accessReviewHistoryScheduleSettings | null;
|
|
15274
|
+
scopes: accessReviewScope[];
|
|
15275
|
+
status: accessReviewHistoryStatus | null;
|
|
15276
|
+
@contains instances: accessReviewHistoryInstance[];
|
|
15277
|
+
}
|
|
15278
|
+
|
|
15279
|
+
@entity model accessReviewHistoryInstance extends entity {
|
|
15280
|
+
downloadUri: string | null;
|
|
15281
|
+
expirationDateTime: offsetDateTime;
|
|
15282
|
+
fulfilledDateTime: offsetDateTime | null;
|
|
15283
|
+
reviewHistoryPeriodEndDateTime: offsetDateTime | null;
|
|
15284
|
+
reviewHistoryPeriodStartDateTime: offsetDateTime | null;
|
|
15285
|
+
runDateTime: offsetDateTime;
|
|
15286
|
+
status: accessReviewHistoryStatus | null;
|
|
15287
|
+
}
|
|
15288
|
+
|
|
15289
|
+
@entity model accessReviewInstance extends entity {
|
|
15290
|
+
endDateTime: offsetDateTime | null;
|
|
15291
|
+
errors: accessReviewError[] | null;
|
|
15292
|
+
fallbackReviewers: accessReviewReviewerScope[] | null;
|
|
15293
|
+
reviewers: accessReviewReviewerScope[] | null;
|
|
15294
|
+
scope: accessReviewScope | null;
|
|
15295
|
+
startDateTime: offsetDateTime | null;
|
|
15296
|
+
status: string | null;
|
|
15297
|
+
@contains contactedReviewers: accessReviewReviewer[];
|
|
15298
|
+
@contains decisions: accessReviewInstanceDecisionItem[];
|
|
15299
|
+
@references definition: accessReviewScheduleDefinition | null;
|
|
15300
|
+
@contains stages: accessReviewStage[];
|
|
15301
|
+
}
|
|
15302
|
+
|
|
15303
|
+
@open
|
|
15304
|
+
@entity model accessReviewInstanceDecisionItem extends entity {
|
|
15305
|
+
accessReviewId: string;
|
|
15306
|
+
appliedBy: userIdentity | null;
|
|
15307
|
+
appliedDateTime: offsetDateTime | null;
|
|
15308
|
+
applyDescription: string | null;
|
|
15309
|
+
applyResult: string | null;
|
|
15310
|
+
decision: string | null;
|
|
15311
|
+
justification: string | null;
|
|
15312
|
+
permission: accessReviewInstanceDecisionItemPermission | null;
|
|
15313
|
+
principal: identity | null;
|
|
15314
|
+
principalLink: string | null;
|
|
15315
|
+
principalResourceMembership: decisionItemPrincipalResourceMembership | null;
|
|
15316
|
+
recommendation: string | null;
|
|
15317
|
+
resource: accessReviewInstanceDecisionItemResource | null;
|
|
15318
|
+
resourceLink: string | null;
|
|
15319
|
+
reviewedBy: userIdentity | null;
|
|
15320
|
+
reviewedDateTime: offsetDateTime | null;
|
|
15321
|
+
target: accessReviewInstanceDecisionItemTarget | null;
|
|
15322
|
+
@contains insights: governanceInsight[];
|
|
15323
|
+
@contains instance: accessReviewInstance | null;
|
|
15324
|
+
}
|
|
15325
|
+
|
|
15326
|
+
@entity model accessReviewPolicy extends entity {
|
|
15327
|
+
description: string | null;
|
|
15328
|
+
displayName: string;
|
|
15329
|
+
isGroupOwnerManagementEnabled: boolean;
|
|
15330
|
+
}
|
|
15331
|
+
|
|
15332
|
+
@entity model accessReviewReviewer extends entity {
|
|
15333
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
15334
|
+
displayName: string | null;
|
|
15335
|
+
userPrincipalName: string | null;
|
|
15336
|
+
}
|
|
15337
|
+
|
|
15338
|
+
@entity model accessReviewScheduleDefinition extends entity {
|
|
15339
|
+
additionalNotificationRecipients: accessReviewNotificationRecipientItem[] | null;
|
|
15340
|
+
backupReviewers: accessReviewReviewerScope[] | null;
|
|
15341
|
+
createdBy: userIdentity | null;
|
|
15342
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
15343
|
+
descriptionForAdmins: string | null;
|
|
15344
|
+
descriptionForReviewers: string | null;
|
|
15345
|
+
displayName: string | null;
|
|
15346
|
+
fallbackReviewers: accessReviewReviewerScope[] | null;
|
|
15347
|
+
instanceEnumerationScope: accessReviewScope | null;
|
|
15348
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
15349
|
+
reviewers: accessReviewReviewerScope[] | null;
|
|
15350
|
+
scope: accessReviewScope | null;
|
|
15351
|
+
settings: accessReviewScheduleSettings | null;
|
|
15352
|
+
stageSettings: accessReviewStageSettings[] | null;
|
|
15353
|
+
status: string | null;
|
|
15354
|
+
@contains instances: accessReviewInstance[];
|
|
15355
|
+
}
|
|
15356
|
+
|
|
15357
|
+
@entity model accessReviewSet extends entity {
|
|
15358
|
+
@contains decisions: accessReviewInstanceDecisionItem[];
|
|
15359
|
+
@contains definitions: accessReviewScheduleDefinition[];
|
|
15360
|
+
@contains historyDefinitions: accessReviewHistoryDefinition[];
|
|
15361
|
+
@contains instances: accessReviewInstance[];
|
|
15362
|
+
@contains policy: accessReviewPolicy | null;
|
|
15363
|
+
}
|
|
15364
|
+
|
|
15365
|
+
@entity model accessReviewStage extends entity {
|
|
15366
|
+
endDateTime: offsetDateTime | null;
|
|
15367
|
+
fallbackReviewers: accessReviewReviewerScope[] | null;
|
|
15368
|
+
reviewers: accessReviewReviewerScope[] | null;
|
|
15369
|
+
startDateTime: offsetDateTime | null;
|
|
15370
|
+
status: string | null;
|
|
15371
|
+
@contains decisions: accessReviewInstanceDecisionItem[];
|
|
15372
|
+
}
|
|
15373
|
+
|
|
14097
15374
|
/**
|
|
14098
15375
|
* Windows Autopilot Deployment Profile
|
|
14099
15376
|
*/
|
|
@@ -14133,6 +15410,15 @@ namespace reference.`microsoft.graph` {
|
|
|
14133
15410
|
@contains sharepoint: sharepoint | null;
|
|
14134
15411
|
}
|
|
14135
15412
|
|
|
15413
|
+
@entity model adminConsentRequestPolicy extends entity {
|
|
15414
|
+
isEnabled: boolean;
|
|
15415
|
+
notifyReviewers: boolean;
|
|
15416
|
+
remindersEnabled: boolean;
|
|
15417
|
+
requestDurationInDays: int32;
|
|
15418
|
+
reviewers: accessReviewReviewerScope[] | null;
|
|
15419
|
+
version: int32;
|
|
15420
|
+
}
|
|
15421
|
+
|
|
14136
15422
|
@open
|
|
14137
15423
|
@entity model administrativeUnit extends directoryObject {
|
|
14138
15424
|
description: string | null;
|
|
@@ -14338,6 +15624,24 @@ namespace reference.`microsoft.graph` {
|
|
|
14338
15624
|
isActive: boolean | null;
|
|
14339
15625
|
}
|
|
14340
15626
|
|
|
15627
|
+
/**
|
|
15628
|
+
* Schema describing an Android application's custom configurations.
|
|
15629
|
+
*/
|
|
15630
|
+
@entity model androidAppConfigurationSchema extends entity {
|
|
15631
|
+
/**
|
|
15632
|
+
* UTF8 encoded byte array containing example JSON string conforming to this schema that demonstrates how to set the configuration for this app
|
|
15633
|
+
*/
|
|
15634
|
+
exampleJson: binary | null;
|
|
15635
|
+
/**
|
|
15636
|
+
* Collection of items each representing a named configuration option in the schema. It contains a flat list of all configuration.
|
|
15637
|
+
*/
|
|
15638
|
+
nestedSchemaItems: appConfigurationSchemaItemType[] | null;
|
|
15639
|
+
/**
|
|
15640
|
+
* Collection of items each representing a named configuration option in the schema. It only contains the root-level configuration.
|
|
15641
|
+
*/
|
|
15642
|
+
schemaItems: appConfigurationSchemaItemType[] | null;
|
|
15643
|
+
}
|
|
15644
|
+
|
|
14341
15645
|
/**
|
|
14342
15646
|
* Android certificate profile base.
|
|
14343
15647
|
*/
|
|
@@ -15557,6 +16861,10 @@ namespace reference.`microsoft.graph` {
|
|
|
15557
16861
|
* Custom data to define key/value pairs specific to a VPN provider. This collection can contain a maximum of 25 elements.
|
|
15558
16862
|
*/
|
|
15559
16863
|
customKeyValueData: keyValuePair[] | null;
|
|
16864
|
+
/**
|
|
16865
|
+
* List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected.
|
|
16866
|
+
*/
|
|
16867
|
+
lockdownExclusionList: string[] | null;
|
|
15560
16868
|
/**
|
|
15561
16869
|
* Microsoft Tunnel site ID.
|
|
15562
16870
|
*/
|
|
@@ -17939,6 +19247,10 @@ namespace reference.`microsoft.graph` {
|
|
|
17939
19247
|
* 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.
|
|
17940
19248
|
*/
|
|
17941
19249
|
fingerprint: string | null;
|
|
19250
|
+
/**
|
|
19251
|
+
* List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected.
|
|
19252
|
+
*/
|
|
19253
|
+
lockdownExclusionList: string[] | null;
|
|
17942
19254
|
/**
|
|
17943
19255
|
* Microsoft Tunnel site ID.
|
|
17944
19256
|
*/
|
|
@@ -18356,6 +19668,18 @@ namespace reference.`microsoft.graph` {
|
|
|
18356
19668
|
@contains teamsApps: teamsApp[];
|
|
18357
19669
|
}
|
|
18358
19670
|
|
|
19671
|
+
@entity model appConsentApprovalRoute extends entity {
|
|
19672
|
+
@contains appConsentRequests: appConsentRequest[];
|
|
19673
|
+
}
|
|
19674
|
+
|
|
19675
|
+
@entity model appConsentRequest extends entity {
|
|
19676
|
+
appDisplayName: string | null;
|
|
19677
|
+
appId: string;
|
|
19678
|
+
consentType: string | null;
|
|
19679
|
+
pendingScopes: appConsentRequestScope[] | null;
|
|
19680
|
+
@contains userConsentRequests: userConsentRequest[];
|
|
19681
|
+
}
|
|
19682
|
+
|
|
18359
19683
|
/**
|
|
18360
19684
|
* Apple device features configuration profile.
|
|
18361
19685
|
*/
|
|
@@ -18586,9 +19910,11 @@ namespace reference.`microsoft.graph` {
|
|
|
18586
19910
|
identifierUris: string[];
|
|
18587
19911
|
info: informationalUrl | null;
|
|
18588
19912
|
isDeviceOnlyAuthSupported: boolean | null;
|
|
19913
|
+
isDisabled: boolean | null;
|
|
18589
19914
|
isFallbackPublicClient: boolean | null;
|
|
18590
19915
|
keyCredentials: keyCredential[];
|
|
18591
19916
|
logo: stream;
|
|
19917
|
+
managerApplications: guid;
|
|
18592
19918
|
notes: string | null;
|
|
18593
19919
|
onPremisesPublishing: onPremisesPublishing | null;
|
|
18594
19920
|
optionalClaims: optionalClaims | null;
|
|
@@ -18690,6 +20016,32 @@ namespace reference.`microsoft.graph` {
|
|
|
18690
20016
|
resourceId: guid | null;
|
|
18691
20017
|
}
|
|
18692
20018
|
|
|
20019
|
+
@entity model approval extends entity {
|
|
20020
|
+
@references request: request | null;
|
|
20021
|
+
@contains steps: approvalStep[];
|
|
20022
|
+
}
|
|
20023
|
+
|
|
20024
|
+
@entity model approvalStep extends entity {
|
|
20025
|
+
assignedToMe: boolean | null;
|
|
20026
|
+
displayName: string | null;
|
|
20027
|
+
justification: string | null;
|
|
20028
|
+
reviewedBy: identity | null;
|
|
20029
|
+
reviewedDateTime: offsetDateTime | null;
|
|
20030
|
+
reviewResult: string | null;
|
|
20031
|
+
status: string | null;
|
|
20032
|
+
}
|
|
20033
|
+
|
|
20034
|
+
@entity model approvalWorkflowProvider extends entity {
|
|
20035
|
+
displayName: string;
|
|
20036
|
+
@contains businessFlows: businessFlow[];
|
|
20037
|
+
@contains businessFlowsWithRequestsAwaitingMyDecision: businessFlow[];
|
|
20038
|
+
@contains policyTemplates: governancePolicyTemplate[];
|
|
20039
|
+
}
|
|
20040
|
+
|
|
20041
|
+
@entity model approvedClientApp extends entity {
|
|
20042
|
+
displayName: string | null;
|
|
20043
|
+
}
|
|
20044
|
+
|
|
18693
20045
|
@entity model appScope extends entity {
|
|
18694
20046
|
displayName: string | null;
|
|
18695
20047
|
type: string | null;
|
|
@@ -18963,6 +20315,12 @@ namespace reference.`microsoft.graph` {
|
|
|
18963
20315
|
permissionGrantPolicyIdsAssignedToDefaultUserRole: string[] | null;
|
|
18964
20316
|
}
|
|
18965
20317
|
|
|
20318
|
+
@entity model availableAccessPackage extends entity {
|
|
20319
|
+
description: string | null;
|
|
20320
|
+
displayName: string | null;
|
|
20321
|
+
@references resourceRoleScopes: accessPackageResourceRoleScope[];
|
|
20322
|
+
}
|
|
20323
|
+
|
|
18966
20324
|
@entity model azureADAuthentication extends entity {
|
|
18967
20325
|
attainments: serviceLevelAgreementAttainment[];
|
|
18968
20326
|
}
|
|
@@ -19019,6 +20377,23 @@ namespace reference.`microsoft.graph` {
|
|
|
19019
20377
|
@entity model bulkUpload extends entity {
|
|
19020
20378
|
}
|
|
19021
20379
|
|
|
20380
|
+
@open
|
|
20381
|
+
@entity model businessFlow extends entity {
|
|
20382
|
+
customData: string | null;
|
|
20383
|
+
deDuplicationId: string | null;
|
|
20384
|
+
description: string | null;
|
|
20385
|
+
displayName: string | null;
|
|
20386
|
+
policy: governancePolicy | null;
|
|
20387
|
+
policyTemplateId: string | null;
|
|
20388
|
+
recordVersion: string | null;
|
|
20389
|
+
schemaId: string | null;
|
|
20390
|
+
settings: businessFlowSettings | null;
|
|
20391
|
+
}
|
|
20392
|
+
|
|
20393
|
+
@entity model businessFlowTemplate extends entity {
|
|
20394
|
+
displayName: string | null;
|
|
20395
|
+
}
|
|
20396
|
+
|
|
19022
20397
|
@entity model calendar extends entity {
|
|
19023
20398
|
allowedOnlineMeetingProviders: onlineMeetingProviderType[] | null;
|
|
19024
20399
|
calendarGroupId: string | null;
|
|
@@ -19212,6 +20587,7 @@ namespace reference.`microsoft.graph` {
|
|
|
19212
20587
|
@contains filesFolder: driveItem | null;
|
|
19213
20588
|
@contains members: conversationMember[];
|
|
19214
20589
|
@contains messages: chatMessage[];
|
|
20590
|
+
@contains planner: teamsChannelPlanner | null;
|
|
19215
20591
|
@contains sharedWithTeams: sharedWithChannelTeamInfo[];
|
|
19216
20592
|
@contains tabs: teamsTab[];
|
|
19217
20593
|
}
|
|
@@ -19307,7 +20683,7 @@ namespace reference.`microsoft.graph` {
|
|
|
19307
20683
|
*/
|
|
19308
20684
|
@entity model cloudCertificationAuthority extends entity {
|
|
19309
20685
|
/**
|
|
19310
|
-
*
|
|
20686
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificateDownloadUrl instead.
|
|
19311
20687
|
*/
|
|
19312
20688
|
certificateDownloadUrl: string | null;
|
|
19313
20689
|
/**
|
|
@@ -19315,11 +20691,11 @@ namespace reference.`microsoft.graph` {
|
|
|
19315
20691
|
*/
|
|
19316
20692
|
certificateKeySize: cloudCertificationAuthorityCertificateKeySize;
|
|
19317
20693
|
/**
|
|
19318
|
-
*
|
|
20694
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificateRevocationListUrl instead.
|
|
19319
20695
|
*/
|
|
19320
20696
|
certificateRevocationListUrl: string | null;
|
|
19321
20697
|
/**
|
|
19322
|
-
*
|
|
20698
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificateSigningRequest instead.
|
|
19323
20699
|
*/
|
|
19324
20700
|
certificateSigningRequest: string | null;
|
|
19325
20701
|
/**
|
|
@@ -19327,7 +20703,7 @@ namespace reference.`microsoft.graph` {
|
|
|
19327
20703
|
*/
|
|
19328
20704
|
certificationAuthorityIssuerId: string | null;
|
|
19329
20705
|
/**
|
|
19330
|
-
*
|
|
20706
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificationAuthorityIssuerUri instead.
|
|
19331
20707
|
*/
|
|
19332
20708
|
certificationAuthorityIssuerUri: string | null;
|
|
19333
20709
|
/**
|
|
@@ -19367,9 +20743,13 @@ namespace reference.`microsoft.graph` {
|
|
|
19367
20743
|
*/
|
|
19368
20744
|
eTag: string | null;
|
|
19369
20745
|
extendedKeyUsages: extendedKeyUsage[] | null;
|
|
20746
|
+
/**
|
|
20747
|
+
* The geographic region where a cloud certification authority (CA) is hosted. Read-only.
|
|
20748
|
+
*/
|
|
20749
|
+
geographicRegion: string | null;
|
|
19370
20750
|
issuerCommonName: string | null;
|
|
19371
20751
|
/**
|
|
19372
|
-
*
|
|
20752
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.keyPlatform instead.
|
|
19373
20753
|
*/
|
|
19374
20754
|
keyPlatform: cloudCertificationAuthorityKeyPlatformType;
|
|
19375
20755
|
/**
|
|
@@ -19381,7 +20761,7 @@ namespace reference.`microsoft.graph` {
|
|
|
19381
20761
|
*/
|
|
19382
20762
|
localityName: string | null;
|
|
19383
20763
|
/**
|
|
19384
|
-
*
|
|
20764
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.ocspResponderUri instead.
|
|
19385
20765
|
*/
|
|
19386
20766
|
ocspResponderUri: string | null;
|
|
19387
20767
|
/**
|
|
@@ -19401,11 +20781,11 @@ namespace reference.`microsoft.graph` {
|
|
|
19401
20781
|
*/
|
|
19402
20782
|
rootCertificateCommonName: string | null;
|
|
19403
20783
|
/**
|
|
19404
|
-
*
|
|
20784
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.scepServerUrl instead.
|
|
19405
20785
|
*/
|
|
19406
20786
|
scepServerUrl: string | null;
|
|
19407
20787
|
/**
|
|
19408
|
-
*
|
|
20788
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.serialNumber instead.
|
|
19409
20789
|
*/
|
|
19410
20790
|
serialNumber: string | null;
|
|
19411
20791
|
/**
|
|
@@ -19413,15 +20793,15 @@ namespace reference.`microsoft.graph` {
|
|
|
19413
20793
|
*/
|
|
19414
20794
|
stateName: string | null;
|
|
19415
20795
|
/**
|
|
19416
|
-
*
|
|
20796
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.subjectName instead.
|
|
19417
20797
|
*/
|
|
19418
20798
|
subjectName: string | null;
|
|
19419
20799
|
/**
|
|
19420
|
-
*
|
|
20800
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.thumbprint instead.
|
|
19421
20801
|
*/
|
|
19422
20802
|
thumbprint: string | null;
|
|
19423
20803
|
/**
|
|
19424
|
-
*
|
|
20804
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.validityEndDateTime instead.
|
|
19425
20805
|
*/
|
|
19426
20806
|
validityEndDateTime: offsetDateTime | null;
|
|
19427
20807
|
/**
|
|
@@ -19429,17 +20809,25 @@ namespace reference.`microsoft.graph` {
|
|
|
19429
20809
|
*/
|
|
19430
20810
|
validityPeriodInYears: int32;
|
|
19431
20811
|
/**
|
|
19432
|
-
*
|
|
20812
|
+
* Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.validityStartDateTime instead.
|
|
19433
20813
|
*/
|
|
19434
20814
|
validityStartDateTime: offsetDateTime | null;
|
|
19435
20815
|
/**
|
|
19436
|
-
*
|
|
20816
|
+
* Deprecated: Starting May 2026, use activeVersion.versionNumber instead.
|
|
19437
20817
|
*/
|
|
19438
20818
|
versionNumber: int32;
|
|
20819
|
+
/**
|
|
20820
|
+
* 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.
|
|
20821
|
+
*/
|
|
20822
|
+
@references activeVersion: cloudCertificationAuthorityVersion | null;
|
|
19439
20823
|
/**
|
|
19440
20824
|
* Required OData property to expose leaf certificate API.
|
|
19441
20825
|
*/
|
|
19442
20826
|
@references cloudCertificationAuthorityLeafCertificate: cloudCertificationAuthorityLeafCertificate[];
|
|
20827
|
+
/**
|
|
20828
|
+
* 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.
|
|
20829
|
+
*/
|
|
20830
|
+
@references versions: cloudCertificationAuthorityVersion[];
|
|
19443
20831
|
}
|
|
19444
20832
|
|
|
19445
20833
|
/**
|
|
@@ -19454,6 +20842,10 @@ namespace reference.`microsoft.graph` {
|
|
|
19454
20842
|
* The URI of the certification authority that issued the certificate. Read-only.
|
|
19455
20843
|
*/
|
|
19456
20844
|
certificationAuthorityIssuerUri: string | null;
|
|
20845
|
+
/**
|
|
20846
|
+
* The version number of the certification authority that issued this leaf certificate. Read-only.
|
|
20847
|
+
*/
|
|
20848
|
+
certificationAuthorityVersionNumber: int32;
|
|
19457
20849
|
/**
|
|
19458
20850
|
* URL to find the relevant Certificate Revocation List for this certificate. Read-only.
|
|
19459
20851
|
*/
|
|
@@ -19519,6 +20911,88 @@ namespace reference.`microsoft.graph` {
|
|
|
19519
20911
|
* 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.
|
|
19520
20912
|
*/
|
|
19521
20913
|
validityStartDateTime: offsetDateTime | null;
|
|
20914
|
+
/**
|
|
20915
|
+
* The certification authority version that issued this leaf certificate. Read-only.
|
|
20916
|
+
*/
|
|
20917
|
+
@references cloudCertificationAuthorityVersion: cloudCertificationAuthorityVersion | null;
|
|
20918
|
+
}
|
|
20919
|
+
|
|
20920
|
+
/**
|
|
20921
|
+
* Entity that represents version-specific properties of a cloud certification authority.
|
|
20922
|
+
*/
|
|
20923
|
+
@entity model cloudCertificationAuthorityVersion extends entity {
|
|
20924
|
+
/**
|
|
20925
|
+
* The URL to download the certification authority certificate. Read-only.
|
|
20926
|
+
*/
|
|
20927
|
+
certificateDownloadUrl: string | null;
|
|
20928
|
+
/**
|
|
20929
|
+
* The cloud certification authority's Certificate Revocation List URL that can be used to determine revocation status. Read-only.
|
|
20930
|
+
*/
|
|
20931
|
+
certificateRevocationListUrl: string | null;
|
|
20932
|
+
/**
|
|
20933
|
+
* 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.
|
|
20934
|
+
*/
|
|
20935
|
+
certificateSigningRequest: string | null;
|
|
20936
|
+
/**
|
|
20937
|
+
* The certification authority identifier. Read-only.
|
|
20938
|
+
*/
|
|
20939
|
+
certificationAuthorityId: string;
|
|
20940
|
+
/**
|
|
20941
|
+
* The URI of the issuing certification authority of a subordinate certification authority. Returns null if a root certification authority. Nullable. Read-only.
|
|
20942
|
+
*/
|
|
20943
|
+
certificationAuthorityIssuerUri: string | null;
|
|
20944
|
+
/**
|
|
20945
|
+
* The current status of this certification authority version. Possible values are: unknown, active, staged, paused, retired, expired, revoked, unknownFutureValue. Read-only.
|
|
20946
|
+
*/
|
|
20947
|
+
certificationAuthorityVersionStatus: cloudCertificationAuthorityVersionStatus;
|
|
20948
|
+
/**
|
|
20949
|
+
* 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.
|
|
20950
|
+
*/
|
|
20951
|
+
decommissionDateTime: offsetDateTime | null;
|
|
20952
|
+
/**
|
|
20953
|
+
* The key platform used to store the certification authority keys. Read-only.
|
|
20954
|
+
*/
|
|
20955
|
+
keyPlatform: cloudCertificationAuthorityKeyPlatformType;
|
|
20956
|
+
/**
|
|
20957
|
+
* 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.
|
|
20958
|
+
*/
|
|
20959
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
20960
|
+
/**
|
|
20961
|
+
* The Online Certificate Status Protocol (OCSP) responder URI that can be used to determine certificate status. Read-only.
|
|
20962
|
+
*/
|
|
20963
|
+
ocspResponderUri: string | null;
|
|
20964
|
+
/**
|
|
20965
|
+
* The SCEP server URL for device SCEP connections to request certificates. Read-only.
|
|
20966
|
+
*/
|
|
20967
|
+
scepServerUrl: string | null;
|
|
20968
|
+
/**
|
|
20969
|
+
* The serial number used to uniquely identify a certificate with its issuing certification authority. Read-only.
|
|
20970
|
+
*/
|
|
20971
|
+
serialNumber: string | null;
|
|
20972
|
+
/**
|
|
20973
|
+
* 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.
|
|
20974
|
+
*/
|
|
20975
|
+
subjectName: string | null;
|
|
20976
|
+
/**
|
|
20977
|
+
* Secure Hash Algorithm 1 digest of the certificate that can be used to identify it. Read-only.
|
|
20978
|
+
*/
|
|
20979
|
+
thumbprint: string | null;
|
|
20980
|
+
/**
|
|
20981
|
+
* 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.
|
|
20982
|
+
*/
|
|
20983
|
+
usage: cloudCertificationAuthorityVersionUsage | null;
|
|
20984
|
+
/**
|
|
20985
|
+
* 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.
|
|
20986
|
+
*/
|
|
20987
|
+
validityEndDateTime: offsetDateTime | null;
|
|
20988
|
+
/**
|
|
20989
|
+
* 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.
|
|
20990
|
+
*/
|
|
20991
|
+
validityStartDateTime: offsetDateTime | null;
|
|
20992
|
+
/**
|
|
20993
|
+
* The version number assigned to this specific certification authority version entity. Read-only.
|
|
20994
|
+
*/
|
|
20995
|
+
versionNumber: int32;
|
|
19522
20996
|
}
|
|
19523
20997
|
|
|
19524
20998
|
@entity model cloudCommunications extends MsGraph.SharedModels.entity {
|
|
@@ -19802,6 +21276,19 @@ namespace reference.`microsoft.graph` {
|
|
|
19802
21276
|
@computed lastModifiedDateTime: offsetDateTime;
|
|
19803
21277
|
}
|
|
19804
21278
|
|
|
21279
|
+
@entity model connectedOrganization extends entity {
|
|
21280
|
+
createdBy: string | null;
|
|
21281
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
21282
|
+
description: string | null;
|
|
21283
|
+
displayName: string | null;
|
|
21284
|
+
identitySources: identitySource[] | null;
|
|
21285
|
+
modifiedBy: string | null;
|
|
21286
|
+
modifiedDateTime: offsetDateTime | null;
|
|
21287
|
+
state: connectedOrganizationState | null;
|
|
21288
|
+
@contains externalSponsors: directoryObject[];
|
|
21289
|
+
@contains internalSponsors: directoryObject[];
|
|
21290
|
+
}
|
|
21291
|
+
|
|
19805
21292
|
@entity model connector extends entity {
|
|
19806
21293
|
externalIp: string;
|
|
19807
21294
|
machineName: string;
|
|
@@ -19913,6 +21400,16 @@ namespace reference.`microsoft.graph` {
|
|
|
19913
21400
|
displayName: string | null;
|
|
19914
21401
|
}
|
|
19915
21402
|
|
|
21403
|
+
@privatePreview("ControlConfigurations")
|
|
21404
|
+
@abstract
|
|
21405
|
+
@entity model controlConfiguration extends entity {
|
|
21406
|
+
createdBy: string | null;
|
|
21407
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
21408
|
+
isEnabled: boolean | null;
|
|
21409
|
+
modifiedBy: string | null;
|
|
21410
|
+
modifiedDateTime: offsetDateTime | null;
|
|
21411
|
+
}
|
|
21412
|
+
|
|
19916
21413
|
@entity model conversation extends entity {
|
|
19917
21414
|
hasAttachments: boolean;
|
|
19918
21415
|
@computed lastDeliveredDateTime: offsetDateTime;
|
|
@@ -19970,6 +21467,7 @@ namespace reference.`microsoft.graph` {
|
|
|
19970
21467
|
inboundTrust: crossTenantAccessPolicyInboundTrust | null;
|
|
19971
21468
|
invitationRedemptionIdentityProviderConfiguration: defaultInvitationRedemptionIdentityProviderConfiguration | null;
|
|
19972
21469
|
isServiceDefault: boolean | null;
|
|
21470
|
+
@contains m365Capabilities: m365CapabilityBase[];
|
|
19973
21471
|
}
|
|
19974
21472
|
|
|
19975
21473
|
@entity model crossTenantAccessPolicyConfigurationPartner extends MsGraph.SharedModels.entity {
|
|
@@ -19982,6 +21480,22 @@ namespace reference.`microsoft.graph` {
|
|
|
19982
21480
|
isServiceProvider: boolean | null;
|
|
19983
21481
|
@computed @key tenantId: string;
|
|
19984
21482
|
@contains identitySynchronization: crossTenantIdentitySyncPolicyPartner | null;
|
|
21483
|
+
@contains m365Capabilities: m365CapabilityBase[];
|
|
21484
|
+
}
|
|
21485
|
+
|
|
21486
|
+
@entity model crossTenantCalendarAvailabilityBasic extends m365CapabilityBase {
|
|
21487
|
+
}
|
|
21488
|
+
|
|
21489
|
+
@entity model crossTenantCalendarAvailabilityLimitedDetails extends m365CapabilityBase {
|
|
21490
|
+
}
|
|
21491
|
+
|
|
21492
|
+
@entity model crossTenantCalendarSharingFreeBusyDetail extends m365CapabilityBase {
|
|
21493
|
+
}
|
|
21494
|
+
|
|
21495
|
+
@entity model crossTenantCalendarSharingFreeBusyReviewer extends m365CapabilityBase {
|
|
21496
|
+
}
|
|
21497
|
+
|
|
21498
|
+
@entity model crossTenantCalendarSharingFreeBusySimple extends m365CapabilityBase {
|
|
19985
21499
|
}
|
|
19986
21500
|
|
|
19987
21501
|
@entity model crossTenantIdentitySyncPolicyPartner extends MsGraph.SharedModels.entity {
|
|
@@ -19991,6 +21505,54 @@ namespace reference.`microsoft.graph` {
|
|
|
19991
21505
|
userSyncInbound: crossTenantUserSyncInbound | null;
|
|
19992
21506
|
}
|
|
19993
21507
|
|
|
21508
|
+
@entity model crossTenantMailTipsAll extends m365CapabilityBase {
|
|
21509
|
+
}
|
|
21510
|
+
|
|
21511
|
+
@entity model crossTenantMailTipsLimited extends m365CapabilityBase {
|
|
21512
|
+
}
|
|
21513
|
+
|
|
21514
|
+
@entity model crossTenantMigration extends m365CapabilityBase {
|
|
21515
|
+
}
|
|
21516
|
+
|
|
21517
|
+
@entity model crossTenantOpenProfileCard extends m365CapabilityBase {
|
|
21518
|
+
}
|
|
21519
|
+
|
|
21520
|
+
@entity model crossTenantPlacesDeskBooking extends m365CapabilityBase {
|
|
21521
|
+
}
|
|
21522
|
+
|
|
21523
|
+
@entity model crossTenantPlacesRoomBooking extends m365CapabilityBase {
|
|
21524
|
+
}
|
|
21525
|
+
|
|
21526
|
+
@privatePreview("MicrosofEntitlementManagementCustomextensions")
|
|
21527
|
+
@entity model customAccessPackageWorkflowExtension extends customCalloutExtension {
|
|
21528
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
21529
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
21530
|
+
}
|
|
21531
|
+
|
|
21532
|
+
@abstract
|
|
21533
|
+
@entity model customCalloutExtension extends entity {
|
|
21534
|
+
authenticationConfiguration: customExtensionAuthenticationConfiguration | null;
|
|
21535
|
+
clientConfiguration: customExtensionClientConfiguration | null;
|
|
21536
|
+
description: string | null;
|
|
21537
|
+
displayName: string | null;
|
|
21538
|
+
endpointConfiguration: customExtensionEndpointConfiguration | null;
|
|
21539
|
+
}
|
|
21540
|
+
|
|
21541
|
+
@entity model customDataProvidedResource extends accessPackageResource {
|
|
21542
|
+
notificationEndpointConfiguration: customExtensionEndpointConfiguration | null;
|
|
21543
|
+
}
|
|
21544
|
+
|
|
21545
|
+
@privatePreview("MicrosofEntitlementManagementCustomextensions")
|
|
21546
|
+
@entity model customExtensionHandler extends entity {
|
|
21547
|
+
stage: accessPackageCustomExtensionStage | null;
|
|
21548
|
+
@references customExtension: customAccessPackageWorkflowExtension | null;
|
|
21549
|
+
}
|
|
21550
|
+
|
|
21551
|
+
@entity model customExtensionStageSetting extends entity {
|
|
21552
|
+
stage: accessPackageCustomExtensionStage;
|
|
21553
|
+
@references customExtension: customCalloutExtension | null;
|
|
21554
|
+
}
|
|
21555
|
+
|
|
19994
21556
|
@entity model customSecurityAttributeAudit extends entity {
|
|
19995
21557
|
activityDateTime: offsetDateTime;
|
|
19996
21558
|
activityDisplayName: string;
|
|
@@ -20018,15 +21580,6 @@ namespace reference.`microsoft.graph` {
|
|
|
20018
21580
|
@contains allowedValues: allowedValue[];
|
|
20019
21581
|
}
|
|
20020
21582
|
|
|
20021
|
-
@abstract
|
|
20022
|
-
@entity model customSecurityAttributeExemption extends entity {
|
|
20023
|
-
operator: customSecurityAttributeComparisonOperator | null;
|
|
20024
|
-
}
|
|
20025
|
-
|
|
20026
|
-
@entity model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
|
|
20027
|
-
value: string | null;
|
|
20028
|
-
}
|
|
20029
|
-
|
|
20030
21583
|
@entity model dailyInactiveUsersMetric extends inactiveUsersMetricBase {
|
|
20031
21584
|
inactive1DayCount: int64 | null;
|
|
20032
21585
|
}
|
|
@@ -21566,6 +23119,10 @@ namespace reference.`microsoft.graph` {
|
|
|
21566
23119
|
* The timestamp of when the device compliance script was modified. This property is read-only.
|
|
21567
23120
|
*/
|
|
21568
23121
|
@computed lastModifiedDateTime: offsetDateTime;
|
|
23122
|
+
/**
|
|
23123
|
+
* Indicates the operating system platform type that this compliance script targets.
|
|
23124
|
+
*/
|
|
23125
|
+
platform: deviceComplianceScriptPlatformType | null;
|
|
21569
23126
|
/**
|
|
21570
23127
|
* Name of the device compliance script publisher
|
|
21571
23128
|
*/
|
|
@@ -22791,6 +24348,9 @@ namespace reference.`microsoft.graph` {
|
|
|
22791
24348
|
status: appLogUploadState;
|
|
22792
24349
|
}
|
|
22793
24350
|
|
|
24351
|
+
/**
|
|
24352
|
+
* Singleton that acts as container for a collection of Resource Access entities.
|
|
24353
|
+
*/
|
|
22794
24354
|
@entity model deviceManagement extends entity {
|
|
22795
24355
|
/**
|
|
22796
24356
|
* The date & time when tenant data moved between scaleunits.
|
|
@@ -22876,6 +24436,10 @@ namespace reference.`microsoft.graph` {
|
|
|
22876
24436
|
* The summary state of ATP onboarding state for this account.
|
|
22877
24437
|
*/
|
|
22878
24438
|
@contains advancedThreatProtectionOnboardingStateSummary: advancedThreatProtectionOnboardingStateSummary | null;
|
|
24439
|
+
/**
|
|
24440
|
+
* Android App Configurations Schema entity.
|
|
24441
|
+
*/
|
|
24442
|
+
@contains androidAppConfigurationSchema: androidAppConfigurationSchema | null;
|
|
22879
24443
|
/**
|
|
22880
24444
|
* Android device owner enrollment profile entities.
|
|
22881
24445
|
*/
|
|
@@ -25317,6 +26881,9 @@ namespace reference.`microsoft.graph` {
|
|
|
25317
26881
|
@contains customSecurityAttributeDefinitions: customSecurityAttributeDefinition[];
|
|
25318
26882
|
@contains deletedItems: directoryObject[];
|
|
25319
26883
|
@contains deviceLocalCredentials: deviceLocalCredentialInfo[];
|
|
26884
|
+
|
|
26885
|
+
@graphDeprecated("DirectoryFeatureRolloutPolicies")
|
|
26886
|
+
@contains featureRolloutPolicies: featureRolloutPolicy[];
|
|
25320
26887
|
@contains federationConfigurations: identityProviderBase[];
|
|
25321
26888
|
@contains impactedResources: impactedResource[];
|
|
25322
26889
|
@contains onPremisesSynchronization: onPremisesDirectorySynchronization[];
|
|
@@ -25369,6 +26936,10 @@ namespace reference.`microsoft.graph` {
|
|
|
25369
26936
|
@contains scopedMembers: scopedRoleMembership[];
|
|
25370
26937
|
}
|
|
25371
26938
|
|
|
26939
|
+
@entity model directoryRoleAccessReviewPolicy extends entity {
|
|
26940
|
+
settings: accessReviewScheduleSettings | null;
|
|
26941
|
+
}
|
|
26942
|
+
|
|
25372
26943
|
@open
|
|
25373
26944
|
@entity model directoryRoleTemplate extends directoryObject {
|
|
25374
26945
|
description: string | null;
|
|
@@ -25713,6 +27284,12 @@ namespace reference.`microsoft.graph` {
|
|
|
25713
27284
|
onboardedToMicrosoftManagedPlatform: boolean;
|
|
25714
27285
|
}
|
|
25715
27286
|
|
|
27287
|
+
@privatePreview("ControlConfigurations")
|
|
27288
|
+
@entity model endUserSettings extends controlConfiguration {
|
|
27289
|
+
relatedPeopleInsightLevel: accessPackageSuggestionRelatedPeopleInsightLevel | null;
|
|
27290
|
+
showApproverDetailsToMembers: boolean;
|
|
27291
|
+
}
|
|
27292
|
+
|
|
25716
27293
|
/**
|
|
25717
27294
|
* Enrollment Configuration Assignment
|
|
25718
27295
|
*/
|
|
@@ -25848,6 +27425,35 @@ namespace reference.`microsoft.graph` {
|
|
|
25848
27425
|
uploadDateTime: offsetDateTime;
|
|
25849
27426
|
}
|
|
25850
27427
|
|
|
27428
|
+
@entity model entitlementManagement extends entity {
|
|
27429
|
+
@contains accessPackageAssignmentApprovals: approval[];
|
|
27430
|
+
@contains accessPackageAssignmentPolicies: accessPackageAssignmentPolicy[];
|
|
27431
|
+
@contains accessPackageAssignmentRequests: accessPackageAssignmentRequest[];
|
|
27432
|
+
@contains accessPackageAssignmentResourceRoles: accessPackageAssignmentResourceRole[];
|
|
27433
|
+
@contains accessPackageAssignments: accessPackageAssignment[];
|
|
27434
|
+
@contains accessPackageCatalogs: accessPackageCatalog[];
|
|
27435
|
+
@contains accessPackageResourceEnvironments: accessPackageResourceEnvironment[];
|
|
27436
|
+
@contains accessPackageResourceRequests: accessPackageResourceRequest[];
|
|
27437
|
+
@contains accessPackageResourceRoleScopes: accessPackageResourceRoleScope[];
|
|
27438
|
+
@contains accessPackageResources: accessPackageResource[];
|
|
27439
|
+
@contains accessPackages: accessPackage[];
|
|
27440
|
+
@contains accessPackageSuggestions: accessPackageSuggestion[];
|
|
27441
|
+
@contains assignmentRequests: accessPackageAssignmentRequest[];
|
|
27442
|
+
@contains availableAccessPackages: availableAccessPackage[];
|
|
27443
|
+
@contains connectedOrganizations: connectedOrganization[];
|
|
27444
|
+
|
|
27445
|
+
@privatePreview("ControlConfigurations")
|
|
27446
|
+
@contains controlConfigurations: controlConfiguration[];
|
|
27447
|
+
@contains externalOriginResourceConnectors: externalOriginResourceConnector[];
|
|
27448
|
+
@contains settings: entitlementManagementSettings | null;
|
|
27449
|
+
@contains subjects: accessPackageSubject[];
|
|
27450
|
+
}
|
|
27451
|
+
|
|
27452
|
+
@entity model entitlementManagementSettings extends entity {
|
|
27453
|
+
daysUntilExternalUserDeletedAfterBlocked: int32 | null;
|
|
27454
|
+
externalUserLifecycleAction: string | null;
|
|
27455
|
+
}
|
|
27456
|
+
|
|
25851
27457
|
@abstract
|
|
25852
27458
|
@entity model entity {
|
|
25853
27459
|
@computed @key id: string;
|
|
@@ -25856,6 +27462,12 @@ namespace reference.`microsoft.graph` {
|
|
|
25856
27462
|
@entity model entra extends entity {
|
|
25857
27463
|
}
|
|
25858
27464
|
|
|
27465
|
+
@privatePreview("ControlConfigurations")
|
|
27466
|
+
@entity model entraIdProtectionRiskyUserApproval extends controlConfiguration {
|
|
27467
|
+
isApprovalRequired: boolean;
|
|
27468
|
+
minimumRiskLevel: riskLevel;
|
|
27469
|
+
}
|
|
27470
|
+
|
|
25859
27471
|
@open
|
|
25860
27472
|
@entity model event extends outlookItem {
|
|
25861
27473
|
allowNewTimeProposals: boolean | null;
|
|
@@ -25951,6 +27563,26 @@ namespace reference.`microsoft.graph` {
|
|
|
25951
27563
|
allowExternalIdentitiesToLeave: boolean;
|
|
25952
27564
|
}
|
|
25953
27565
|
|
|
27566
|
+
@entity model externalOriginResourceConnector extends entity {
|
|
27567
|
+
connectionInfo: connectionInfo;
|
|
27568
|
+
connectorType: connectorType;
|
|
27569
|
+
createdBy: string | null;
|
|
27570
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
27571
|
+
description: string | null;
|
|
27572
|
+
displayName: string | null;
|
|
27573
|
+
modifiedBy: string | null;
|
|
27574
|
+
modifiedDateTime: offsetDateTime | null;
|
|
27575
|
+
}
|
|
27576
|
+
|
|
27577
|
+
@entity model featureRolloutPolicy extends entity {
|
|
27578
|
+
description: string | null;
|
|
27579
|
+
displayName: string;
|
|
27580
|
+
feature: stagedFeatureName;
|
|
27581
|
+
isAppliedToOrganization: boolean;
|
|
27582
|
+
isEnabled: boolean;
|
|
27583
|
+
@contains appliesTo: directoryObject[];
|
|
27584
|
+
}
|
|
27585
|
+
|
|
25954
27586
|
@entity model federatedIdentityCredential extends entity {
|
|
25955
27587
|
audiences: string[];
|
|
25956
27588
|
claimsMatchingExpression: federatedIdentityExpression | null;
|
|
@@ -26047,6 +27679,14 @@ namespace reference.`microsoft.graph` {
|
|
|
26047
27679
|
|
|
26048
27680
|
@abstract
|
|
26049
27681
|
@entity model governanceInsight extends entity {
|
|
27682
|
+
insightCreatedDateTime: offsetDateTime | null;
|
|
27683
|
+
}
|
|
27684
|
+
|
|
27685
|
+
@open
|
|
27686
|
+
@entity model governancePolicyTemplate extends entity {
|
|
27687
|
+
displayName: string | null;
|
|
27688
|
+
policy: governancePolicy | null;
|
|
27689
|
+
settings: businessFlowSettings | null;
|
|
26050
27690
|
}
|
|
26051
27691
|
|
|
26052
27692
|
@open
|
|
@@ -26080,6 +27720,7 @@ namespace reference.`microsoft.graph` {
|
|
|
26080
27720
|
membershipRuleProcessingState: string | null;
|
|
26081
27721
|
membershipRuleProcessingStatus: membershipRuleProcessingStatus | null;
|
|
26082
27722
|
onPremisesDomainName: string | null;
|
|
27723
|
+
onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
|
|
26083
27724
|
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
26084
27725
|
onPremisesNetBiosName: string | null;
|
|
26085
27726
|
onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
|
|
@@ -26101,6 +27742,7 @@ namespace reference.`microsoft.graph` {
|
|
|
26101
27742
|
unseenCount: int32 | null;
|
|
26102
27743
|
unseenMessagesCount: int32 | null;
|
|
26103
27744
|
visibility: string | null;
|
|
27745
|
+
welcomeMessageEnabled: boolean | null;
|
|
26104
27746
|
writebackConfiguration: groupWritebackConfiguration | null;
|
|
26105
27747
|
@contains acceptedSenders: directoryObject[];
|
|
26106
27748
|
@contains appRoleAssignments: appRoleAssignment[];
|
|
@@ -27171,6 +28813,10 @@ namespace reference.`microsoft.graph` {
|
|
|
27171
28813
|
}
|
|
27172
28814
|
|
|
27173
28815
|
@entity model identityGovernance extends MsGraph.SharedModels.entity {
|
|
28816
|
+
@contains accessReviews: accessReviewSet | null;
|
|
28817
|
+
@contains appConsent: appConsentApprovalRoute | null;
|
|
28818
|
+
@contains catalogs: accessPackageCatalog[];
|
|
28819
|
+
@contains entitlementManagement: entitlementManagement | null;
|
|
27174
28820
|
@contains privilegedAccess: privilegedAccessRoot | null;
|
|
27175
28821
|
@contains roleManagementAlerts: roleManagementAlert | null;
|
|
27176
28822
|
@contains termsOfUse: termsOfUseContainer | null;
|
|
@@ -27400,10 +29046,16 @@ namespace reference.`microsoft.graph` {
|
|
|
27400
29046
|
}
|
|
27401
29047
|
|
|
27402
29048
|
@entity model inheritablePermission extends MsGraph.SharedModels.entity {
|
|
27403
|
-
inheritableScopes: inheritableScopes;
|
|
29049
|
+
inheritableScopes: inheritableScopes | null;
|
|
27404
29050
|
@computed @key resourceAppId: string;
|
|
27405
29051
|
}
|
|
27406
29052
|
|
|
29053
|
+
@privatePreview("ControlConfigurations")
|
|
29054
|
+
@entity model insiderRiskyUserApproval extends controlConfiguration {
|
|
29055
|
+
isApprovalRequired: boolean;
|
|
29056
|
+
minimumRiskLevel: purviewInsiderRiskManagementLevel;
|
|
29057
|
+
}
|
|
29058
|
+
|
|
27407
29059
|
@entity model insightsSettings extends entity {
|
|
27408
29060
|
disabledForGroup: string | null;
|
|
27409
29061
|
isEnabledInOrganization: boolean | null;
|
|
@@ -29749,7 +31401,6 @@ namespace reference.`microsoft.graph` {
|
|
|
29749
31401
|
retentionSettings: retentionLabelSettings | null;
|
|
29750
31402
|
}
|
|
29751
31403
|
|
|
29752
|
-
|
|
29753
31404
|
@entity model languageProficiency extends itemFacet {
|
|
29754
31405
|
displayName: string | null;
|
|
29755
31406
|
proficiency: languageProficiencyLevel | null;
|
|
@@ -29768,6 +31419,7 @@ namespace reference.`microsoft.graph` {
|
|
|
29768
31419
|
|
|
29769
31420
|
@entity model list extends baseItem {
|
|
29770
31421
|
displayName: string | null;
|
|
31422
|
+
itemCount: int32 | null;
|
|
29771
31423
|
list: listInfo | null;
|
|
29772
31424
|
sharepointIds: sharepointIds | null;
|
|
29773
31425
|
system: systemFacet | null;
|
|
@@ -29832,6 +31484,13 @@ namespace reference.`microsoft.graph` {
|
|
|
29832
31484
|
statusDetail: string | null;
|
|
29833
31485
|
}
|
|
29834
31486
|
|
|
31487
|
+
@abstract
|
|
31488
|
+
@entity model m365CapabilityBase extends MsGraph.SharedModels.entity {
|
|
31489
|
+
inboundAccess: m365CapabilityInboundAccess | null;
|
|
31490
|
+
@computed lastModifiedDateTime: offsetDateTime;
|
|
31491
|
+
@computed @key name: string;
|
|
31492
|
+
}
|
|
31493
|
+
|
|
29835
31494
|
/**
|
|
29836
31495
|
* Mac OS certificate profile.
|
|
29837
31496
|
*/
|
|
@@ -29864,87 +31523,91 @@ namespace reference.`microsoft.graph` {
|
|
|
29864
31523
|
*/
|
|
29865
31524
|
@entity model macOSCompliancePolicy extends deviceCompliancePolicy {
|
|
29866
31525
|
/**
|
|
29867
|
-
*
|
|
31526
|
+
* 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.
|
|
29868
31527
|
*/
|
|
29869
31528
|
advancedThreatProtectionRequiredSecurityLevel: deviceThreatProtectionLevel;
|
|
29870
31529
|
/**
|
|
29871
|
-
*
|
|
31530
|
+
* 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.
|
|
31531
|
+
*/
|
|
31532
|
+
deviceCompliancePolicyScript: deviceCompliancePolicyScript | null;
|
|
31533
|
+
/**
|
|
31534
|
+
* 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.
|
|
29872
31535
|
*/
|
|
29873
31536
|
deviceThreatProtectionEnabled: boolean;
|
|
29874
31537
|
/**
|
|
29875
|
-
*
|
|
31538
|
+
* 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.
|
|
29876
31539
|
*/
|
|
29877
31540
|
deviceThreatProtectionRequiredSecurityLevel: deviceThreatProtectionLevel;
|
|
29878
31541
|
/**
|
|
29879
|
-
*
|
|
31542
|
+
* 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.
|
|
29880
31543
|
*/
|
|
29881
31544
|
firewallBlockAllIncoming: boolean;
|
|
29882
31545
|
/**
|
|
29883
|
-
*
|
|
31546
|
+
* 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.
|
|
29884
31547
|
*/
|
|
29885
31548
|
firewallEnabled: boolean;
|
|
29886
31549
|
/**
|
|
29887
|
-
*
|
|
31550
|
+
* 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.
|
|
29888
31551
|
*/
|
|
29889
31552
|
firewallEnableStealthMode: boolean;
|
|
29890
31553
|
/**
|
|
29891
|
-
* System
|
|
31554
|
+
* 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.
|
|
29892
31555
|
*/
|
|
29893
31556
|
gatekeeperAllowedAppSource: macOSGatekeeperAppSources;
|
|
29894
31557
|
/**
|
|
29895
|
-
*
|
|
31558
|
+
* 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.
|
|
29896
31559
|
*/
|
|
29897
31560
|
osMaximumBuildVersion: string | null;
|
|
29898
31561
|
/**
|
|
29899
|
-
*
|
|
31562
|
+
* 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.
|
|
29900
31563
|
*/
|
|
29901
31564
|
osMaximumVersion: string | null;
|
|
29902
31565
|
/**
|
|
29903
|
-
*
|
|
31566
|
+
* 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.
|
|
29904
31567
|
*/
|
|
29905
31568
|
osMinimumBuildVersion: string | null;
|
|
29906
31569
|
/**
|
|
29907
|
-
*
|
|
31570
|
+
* 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.
|
|
29908
31571
|
*/
|
|
29909
31572
|
osMinimumVersion: string | null;
|
|
29910
31573
|
/**
|
|
29911
|
-
*
|
|
31574
|
+
* 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.
|
|
29912
31575
|
*/
|
|
29913
31576
|
passwordBlockSimple: boolean;
|
|
29914
31577
|
/**
|
|
29915
|
-
*
|
|
31578
|
+
* 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
|
|
29916
31579
|
*/
|
|
29917
31580
|
passwordExpirationDays: int32 | null;
|
|
29918
31581
|
/**
|
|
29919
|
-
*
|
|
31582
|
+
* 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.
|
|
29920
31583
|
*/
|
|
29921
31584
|
passwordMinimumCharacterSetCount: int32 | null;
|
|
29922
31585
|
/**
|
|
29923
|
-
*
|
|
31586
|
+
* 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
|
|
29924
31587
|
*/
|
|
29925
31588
|
passwordMinimumLength: int32 | null;
|
|
29926
31589
|
/**
|
|
29927
|
-
*
|
|
31590
|
+
* 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.
|
|
29928
31591
|
*/
|
|
29929
31592
|
passwordMinutesOfInactivityBeforeLock: int32 | null;
|
|
29930
31593
|
/**
|
|
29931
|
-
*
|
|
31594
|
+
* 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
|
|
29932
31595
|
*/
|
|
29933
31596
|
passwordPreviousPasswordBlockCount: int32 | null;
|
|
29934
31597
|
/**
|
|
29935
|
-
*
|
|
31598
|
+
* 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.
|
|
29936
31599
|
*/
|
|
29937
31600
|
passwordRequired: boolean;
|
|
29938
31601
|
/**
|
|
29939
|
-
*
|
|
31602
|
+
* 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.
|
|
29940
31603
|
*/
|
|
29941
31604
|
passwordRequiredType: requiredPasswordType;
|
|
29942
31605
|
/**
|
|
29943
|
-
*
|
|
31606
|
+
* 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.
|
|
29944
31607
|
*/
|
|
29945
31608
|
storageRequireEncryption: boolean;
|
|
29946
31609
|
/**
|
|
29947
|
-
*
|
|
31610
|
+
* 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.
|
|
29948
31611
|
*/
|
|
29949
31612
|
systemIntegrityProtectionEnabled: boolean;
|
|
29950
31613
|
}
|
|
@@ -33806,6 +35469,10 @@ namespace reference.`microsoft.graph` {
|
|
|
33806
35469
|
* 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.
|
|
33807
35470
|
*/
|
|
33808
35471
|
androidMobileApplicationManagementEnabled: boolean;
|
|
35472
|
+
/**
|
|
35473
|
+
* 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.
|
|
35474
|
+
*/
|
|
35475
|
+
grantMobileThreatDefensePartnerRole: boolean;
|
|
33809
35476
|
/**
|
|
33810
35477
|
* 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.
|
|
33811
35478
|
*/
|
|
@@ -33822,6 +35489,10 @@ namespace reference.`microsoft.graph` {
|
|
|
33822
35489
|
* DateTime of last Heartbeat recieved from the Mobile Threat Defense partner
|
|
33823
35490
|
*/
|
|
33824
35491
|
@computed lastHeartbeatDateTime: offsetDateTime;
|
|
35492
|
+
/**
|
|
35493
|
+
* 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.
|
|
35494
|
+
*/
|
|
35495
|
+
launchMobileThreatDefensePartnerOnSetupEnabled: boolean;
|
|
33825
35496
|
/**
|
|
33826
35497
|
* 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.
|
|
33827
35498
|
*/
|
|
@@ -34391,7 +36062,6 @@ namespace reference.`microsoft.graph` {
|
|
|
34391
36062
|
allowedPasskeyProfiles: guid | null;
|
|
34392
36063
|
}
|
|
34393
36064
|
|
|
34394
|
-
|
|
34395
36065
|
/**
|
|
34396
36066
|
* A class containing the properties used for Payload Compatible Assignment Filter.
|
|
34397
36067
|
*/
|
|
@@ -34407,6 +36077,8 @@ namespace reference.`microsoft.graph` {
|
|
|
34407
36077
|
@contains namePronunciation: namePronunciationSettings | null;
|
|
34408
36078
|
@contains photoUpdateSettings: photoUpdateSettings | null;
|
|
34409
36079
|
@contains profileCardProperties: profileCardProperty[];
|
|
36080
|
+
@contains profilePropertySettings: profilePropertySetting[];
|
|
36081
|
+
@contains profileSources: profileSource[];
|
|
34410
36082
|
@contains pronouns: pronounsSettings | null;
|
|
34411
36083
|
}
|
|
34412
36084
|
|
|
@@ -34451,6 +36123,10 @@ namespace reference.`microsoft.graph` {
|
|
|
34451
36123
|
conditions: preApprovalDetail[] | null;
|
|
34452
36124
|
}
|
|
34453
36125
|
|
|
36126
|
+
@entity model permissionsManagement extends entity {
|
|
36127
|
+
@contains scheduledPermissionsApprovals: approval[];
|
|
36128
|
+
}
|
|
36129
|
+
|
|
34454
36130
|
@entity model person extends entity {
|
|
34455
36131
|
birthday: string | null;
|
|
34456
36132
|
companyName: string | null;
|
|
@@ -34653,6 +36329,7 @@ namespace reference.`microsoft.graph` {
|
|
|
34653
36329
|
@computed createdDateTime: offsetDateTime | null;
|
|
34654
36330
|
creationSource: plannerTaskCreation | null;
|
|
34655
36331
|
dueDateTime: offsetDateTime | null;
|
|
36332
|
+
hasChat: boolean;
|
|
34656
36333
|
hasDescription: boolean | null;
|
|
34657
36334
|
isArchived: boolean | null;
|
|
34658
36335
|
isOnMyDay: boolean | null;
|
|
@@ -34672,9 +36349,22 @@ namespace reference.`microsoft.graph` {
|
|
|
34672
36349
|
@contains assignedToTaskBoardFormat: plannerAssignedToTaskBoardTaskFormat | null;
|
|
34673
36350
|
@contains bucketTaskBoardFormat: plannerBucketTaskBoardTaskFormat | null;
|
|
34674
36351
|
@contains details: plannerTaskDetails | null;
|
|
36352
|
+
@contains messages: plannerTaskChatMessage[];
|
|
34675
36353
|
@contains progressTaskBoardFormat: plannerProgressTaskBoardTaskFormat | null;
|
|
34676
36354
|
}
|
|
34677
36355
|
|
|
36356
|
+
@entity model plannerTaskChatMessage extends entity {
|
|
36357
|
+
content: string | null;
|
|
36358
|
+
createdBy: identitySet | null;
|
|
36359
|
+
@computed createdDateTime: offsetDateTime;
|
|
36360
|
+
deletedDateTime: offsetDateTime | null;
|
|
36361
|
+
editedDateTime: offsetDateTime | null;
|
|
36362
|
+
mentions: plannerTaskChatMention[];
|
|
36363
|
+
messageType: plannerTaskChatMessageType;
|
|
36364
|
+
parentEntityId: string | null;
|
|
36365
|
+
reactions: plannerTaskChatReaction[];
|
|
36366
|
+
}
|
|
36367
|
+
|
|
34678
36368
|
@entity model plannerTaskDetails extends plannerDelta {
|
|
34679
36369
|
approvalAttachment: plannerBaseApprovalAttachment | null;
|
|
34680
36370
|
checklist: plannerChecklistItems | null;
|
|
@@ -34710,7 +36400,9 @@ namespace reference.`microsoft.graph` {
|
|
|
34710
36400
|
}
|
|
34711
36401
|
|
|
34712
36402
|
@entity model policyRoot extends entity {
|
|
36403
|
+
@contains accessReviewPolicy: accessReviewPolicy | null;
|
|
34713
36404
|
@contains activityBasedTimeoutPolicies: activityBasedTimeoutPolicy[];
|
|
36405
|
+
@contains adminConsentRequestPolicy: adminConsentRequestPolicy | null;
|
|
34714
36406
|
@contains appManagementPolicies: appManagementPolicy[];
|
|
34715
36407
|
@contains authorizationPolicy: authorizationPolicy[];
|
|
34716
36408
|
@contains claimsMappingPolicies: claimsMappingPolicy[];
|
|
@@ -34718,7 +36410,9 @@ namespace reference.`microsoft.graph` {
|
|
|
34718
36410
|
@contains crossTenantAccessPolicy: crossTenantAccessPolicy | null;
|
|
34719
36411
|
@contains defaultAppManagementPolicy: tenantAppManagementPolicy | null;
|
|
34720
36412
|
@contains deviceRegistrationPolicy: deviceRegistrationPolicy | null;
|
|
36413
|
+
@contains directoryRoleAccessReviewPolicy: directoryRoleAccessReviewPolicy | null;
|
|
34721
36414
|
@contains externalIdentitiesPolicy: externalIdentitiesPolicy | null;
|
|
36415
|
+
@contains featureRolloutPolicies: featureRolloutPolicy[];
|
|
34722
36416
|
@contains federatedTokenValidationPolicy: federatedTokenValidationPolicy | null;
|
|
34723
36417
|
@contains homeRealmDiscoveryPolicies: homeRealmDiscoveryPolicy[];
|
|
34724
36418
|
@contains identitySecurityDefaultsEnforcementPolicy: identitySecurityDefaultsEnforcementPolicy | null;
|
|
@@ -34856,6 +36550,7 @@ namespace reference.`microsoft.graph` {
|
|
|
34856
36550
|
}
|
|
34857
36551
|
|
|
34858
36552
|
@entity model privilegedAccessGroup extends entity {
|
|
36553
|
+
@contains assignmentApprovals: approval[];
|
|
34859
36554
|
@contains assignmentScheduleInstances: privilegedAccessGroupAssignmentScheduleInstance[];
|
|
34860
36555
|
@contains assignmentScheduleRequests: privilegedAccessGroupAssignmentScheduleRequest[];
|
|
34861
36556
|
@contains assignmentSchedules: privilegedAccessGroupAssignmentSchedule[];
|
|
@@ -35144,7 +36839,41 @@ namespace reference.`microsoft.graph` {
|
|
|
35144
36839
|
width: int32 | null;
|
|
35145
36840
|
}
|
|
35146
36841
|
|
|
36842
|
+
@entity model profilePropertySetting extends entity {
|
|
36843
|
+
displayName: string | null;
|
|
36844
|
+
name: string | null;
|
|
36845
|
+
prioritizedSourceUrls: string[] | null;
|
|
36846
|
+
}
|
|
36847
|
+
|
|
35147
36848
|
@entity model profileSource extends entity {
|
|
36849
|
+
displayName: string | null;
|
|
36850
|
+
kind: string | null;
|
|
36851
|
+
localizations: profileSourceLocalization[];
|
|
36852
|
+
sourceId: string | null;
|
|
36853
|
+
webUrl: string | null;
|
|
36854
|
+
}
|
|
36855
|
+
|
|
36856
|
+
@entity model program extends entity {
|
|
36857
|
+
description: string;
|
|
36858
|
+
displayName: string;
|
|
36859
|
+
@contains controls: programControl[];
|
|
36860
|
+
}
|
|
36861
|
+
|
|
36862
|
+
@entity model programControl extends entity {
|
|
36863
|
+
controlId: string;
|
|
36864
|
+
controlTypeId: string;
|
|
36865
|
+
@computed createdDateTime: offsetDateTime;
|
|
36866
|
+
displayName: string | null;
|
|
36867
|
+
owner: userIdentity | null;
|
|
36868
|
+
programId: string;
|
|
36869
|
+
resource: programResource | null;
|
|
36870
|
+
status: string | null;
|
|
36871
|
+
@contains program: program | null;
|
|
36872
|
+
}
|
|
36873
|
+
|
|
36874
|
+
@entity model programControlType extends entity {
|
|
36875
|
+
controlTypeGroupId: string | null;
|
|
36876
|
+
displayName: string | null;
|
|
35148
36877
|
}
|
|
35149
36878
|
|
|
35150
36879
|
@entity model projectParticipation extends itemFacet {
|
|
@@ -35205,6 +36934,7 @@ namespace reference.`microsoft.graph` {
|
|
|
35205
36934
|
|
|
35206
36935
|
@entity model rbacApplication extends entity {
|
|
35207
36936
|
@contains resourceNamespaces: unifiedRbacResourceNamespace[];
|
|
36937
|
+
@contains roleAssignmentApprovals: approval[];
|
|
35208
36938
|
@contains roleAssignments: unifiedRoleAssignment[];
|
|
35209
36939
|
@contains roleAssignmentScheduleInstances: unifiedRoleAssignmentScheduleInstance[];
|
|
35210
36940
|
@contains roleAssignmentScheduleRequests: unifiedRoleAssignmentScheduleRequest[];
|
|
@@ -35392,6 +37122,7 @@ namespace reference.`microsoft.graph` {
|
|
|
35392
37122
|
|
|
35393
37123
|
@entity model remoteDesktopSecurityConfiguration extends entity {
|
|
35394
37124
|
isRemoteDesktopProtocolEnabled: boolean;
|
|
37125
|
+
@contains approvedClientApps: approvedClientApp[];
|
|
35395
37126
|
@contains targetDeviceGroups: targetDeviceGroup[];
|
|
35396
37127
|
}
|
|
35397
37128
|
|
|
@@ -35403,8 +37134,13 @@ namespace reference.`microsoft.graph` {
|
|
|
35403
37134
|
@contains userInsights: userInsightsRoot | null;
|
|
35404
37135
|
}
|
|
35405
37136
|
|
|
35406
|
-
@abstract
|
|
35407
37137
|
@entity model request extends entity {
|
|
37138
|
+
approvalId: string | null;
|
|
37139
|
+
completedDateTime: offsetDateTime | null;
|
|
37140
|
+
createdBy: identitySet | null;
|
|
37141
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
37142
|
+
customData: string | null;
|
|
37143
|
+
status: string;
|
|
35408
37144
|
}
|
|
35409
37145
|
|
|
35410
37146
|
/**
|
|
@@ -35652,6 +37388,10 @@ namespace reference.`microsoft.graph` {
|
|
|
35652
37388
|
@contains deviceManagement: rbacApplicationMultiple | null;
|
|
35653
37389
|
@contains directory: rbacApplication | null;
|
|
35654
37390
|
@contains enterpriseApps: rbacApplication[];
|
|
37391
|
+
/**
|
|
37392
|
+
* The RbacApplication for Entitlement Management
|
|
37393
|
+
*/
|
|
37394
|
+
@contains entitlementManagement: rbacApplication | null;
|
|
35655
37395
|
}
|
|
35656
37396
|
|
|
35657
37397
|
@entity model roleManagementAlert extends entity {
|
|
@@ -36034,6 +37774,7 @@ namespace reference.`microsoft.graph` {
|
|
|
36034
37774
|
errorUrl: string | null;
|
|
36035
37775
|
homepage: string | null;
|
|
36036
37776
|
info: informationalUrl | null;
|
|
37777
|
+
isDisabled: boolean | null;
|
|
36037
37778
|
keyCredentials: keyCredential[];
|
|
36038
37779
|
loginUrl: string | null;
|
|
36039
37780
|
logoutUrl: string | null;
|
|
@@ -36422,6 +38163,7 @@ namespace reference.`microsoft.graph` {
|
|
|
36422
38163
|
azureResourceId: string | null;
|
|
36423
38164
|
clientAppUsed: string | null;
|
|
36424
38165
|
clientCredentialType: clientCredentialType | null;
|
|
38166
|
+
clientSessionId: string | null;
|
|
36425
38167
|
conditionalAccessAudiences: string[] | null;
|
|
36426
38168
|
conditionalAccessStatus: conditionalAccessStatus | null;
|
|
36427
38169
|
correlationId: string | null;
|
|
@@ -36699,6 +38441,7 @@ namespace reference.`microsoft.graph` {
|
|
|
36699
38441
|
signInCount: int64 | null;
|
|
36700
38442
|
status: signInStatus | null;
|
|
36701
38443
|
tenantId: string | null;
|
|
38444
|
+
tokenIssuerType: tokenIssuerType;
|
|
36702
38445
|
userPrincipalName: string | null;
|
|
36703
38446
|
}
|
|
36704
38447
|
|
|
@@ -36955,6 +38698,10 @@ namespace reference.`microsoft.graph` {
|
|
|
36955
38698
|
targetResourceLocation: string | null;
|
|
36956
38699
|
}
|
|
36957
38700
|
|
|
38701
|
+
@entity model teamsChannelPlanner extends entity {
|
|
38702
|
+
@contains plans: plannerPlan[];
|
|
38703
|
+
}
|
|
38704
|
+
|
|
36958
38705
|
@entity model teamsTab extends entity {
|
|
36959
38706
|
configuration: teamsTabConfiguration | null;
|
|
36960
38707
|
displayName: string | null;
|
|
@@ -37557,11 +39304,13 @@ namespace reference.`microsoft.graph` {
|
|
|
37557
39304
|
|
|
37558
39305
|
@open
|
|
37559
39306
|
@entity model user extends directoryObject {
|
|
39307
|
+
aboutMe: string | null;
|
|
37560
39308
|
accountEnabled: boolean | null;
|
|
37561
39309
|
ageGroup: string | null;
|
|
37562
39310
|
assignedLicenses: assignedLicense[];
|
|
37563
39311
|
assignedPlans: assignedPlan[];
|
|
37564
39312
|
authorizationInfo: authorizationInfo | null;
|
|
39313
|
+
birthday: offsetDateTime;
|
|
37565
39314
|
businessPhones: string[];
|
|
37566
39315
|
city: string | null;
|
|
37567
39316
|
cloudRealtimeCommunicationInfo: cloudRealtimeCommunicationInfo | null;
|
|
@@ -37587,10 +39336,13 @@ namespace reference.`microsoft.graph` {
|
|
|
37587
39336
|
externalUserStateChangeDateTime: string | null;
|
|
37588
39337
|
faxNumber: string | null;
|
|
37589
39338
|
givenName: string | null;
|
|
39339
|
+
hireDate: offsetDateTime;
|
|
37590
39340
|
identities: objectIdentity[] | null;
|
|
39341
|
+
identityGovernance: identityGovernanceUserSettings | null;
|
|
37591
39342
|
identityParentId: string | null;
|
|
37592
39343
|
imAddresses: string[] | null;
|
|
37593
39344
|
infoCatalogs: string[];
|
|
39345
|
+
interests: string[] | null;
|
|
37594
39346
|
isManagementRestricted: boolean | null;
|
|
37595
39347
|
isResourceAccount: boolean | null;
|
|
37596
39348
|
jobTitle: string | null;
|
|
@@ -37601,6 +39353,7 @@ namespace reference.`microsoft.graph` {
|
|
|
37601
39353
|
mailboxSettings: mailboxSettings | null;
|
|
37602
39354
|
mailNickname: string | null;
|
|
37603
39355
|
mobilePhone: string | null;
|
|
39356
|
+
mySite: string | null;
|
|
37604
39357
|
officeLocation: string | null;
|
|
37605
39358
|
onPremisesDistinguishedName: string | null;
|
|
37606
39359
|
onPremisesDomainName: string | null;
|
|
@@ -37615,16 +39368,21 @@ namespace reference.`microsoft.graph` {
|
|
|
37615
39368
|
otherMails: string[];
|
|
37616
39369
|
passwordPolicies: string | null;
|
|
37617
39370
|
passwordProfile: passwordProfile | null;
|
|
39371
|
+
pastProjects: string[] | null;
|
|
37618
39372
|
postalCode: string | null;
|
|
37619
39373
|
preferredDataLocation: string | null;
|
|
37620
39374
|
preferredLanguage: string | null;
|
|
39375
|
+
preferredName: string | null;
|
|
37621
39376
|
provisionedPlans: provisionedPlan[];
|
|
37622
39377
|
proxyAddresses: string[];
|
|
37623
39378
|
refreshTokensValidFromDateTime: offsetDateTime | null;
|
|
39379
|
+
responsibilities: string[] | null;
|
|
39380
|
+
schools: string[] | null;
|
|
37624
39381
|
securityIdentifier: string | null;
|
|
37625
39382
|
showInAddressList: boolean | null;
|
|
37626
39383
|
signInActivity: signInActivity | null;
|
|
37627
39384
|
signInSessionsValidFromDateTime: offsetDateTime | null;
|
|
39385
|
+
skills: string[] | null;
|
|
37628
39386
|
state: string | null;
|
|
37629
39387
|
streetAddress: string | null;
|
|
37630
39388
|
surname: string | null;
|
|
@@ -37633,8 +39391,10 @@ namespace reference.`microsoft.graph` {
|
|
|
37633
39391
|
userType: string | null;
|
|
37634
39392
|
@contains adhocCalls: adhocCall[];
|
|
37635
39393
|
@references agreementAcceptances: agreementAcceptance[];
|
|
39394
|
+
@contains appConsentRequestsForApproval: appConsentRequest[];
|
|
37636
39395
|
@references appRoleAssignedResources: servicePrincipal[];
|
|
37637
39396
|
@contains appRoleAssignments: appRoleAssignment[];
|
|
39397
|
+
@contains approvals: approval[];
|
|
37638
39398
|
@contains calendar: calendar | null;
|
|
37639
39399
|
@contains calendarGroups: calendarGroup[];
|
|
37640
39400
|
@contains calendars: calendar[];
|
|
@@ -37686,6 +39446,7 @@ namespace reference.`microsoft.graph` {
|
|
|
37686
39446
|
@contains outlook: outlookUser | null;
|
|
37687
39447
|
@references ownedDevices: directoryObject[];
|
|
37688
39448
|
@references ownedObjects: directoryObject[];
|
|
39449
|
+
@contains pendingAccessReviewInstances: accessReviewInstance[];
|
|
37689
39450
|
@contains people: person[];
|
|
37690
39451
|
@contains permissionGrants: resourceSpecificPermissionGrant[];
|
|
37691
39452
|
@contains photo: profilePhoto | null;
|
|
@@ -37751,6 +39512,11 @@ namespace reference.`microsoft.graph` {
|
|
|
37751
39512
|
binaryData: binary | null;
|
|
37752
39513
|
}
|
|
37753
39514
|
|
|
39515
|
+
@entity model userConsentRequest extends request {
|
|
39516
|
+
reason: string | null;
|
|
39517
|
+
@contains approval: approval | null;
|
|
39518
|
+
}
|
|
39519
|
+
|
|
37754
39520
|
@entity model userCountMetric extends entity {
|
|
37755
39521
|
count: int64;
|
|
37756
39522
|
factDate: offsetDateTime;
|
|
@@ -39686,6 +41452,10 @@ namespace reference.`microsoft.graph` {
|
|
|
39686
41452
|
@contains regionalAndLanguageSettings: regionalAndLanguageSettings | null;
|
|
39687
41453
|
}
|
|
39688
41454
|
|
|
41455
|
+
@entity model userSignInInsight extends governanceInsight {
|
|
41456
|
+
@computed lastSignInDateTime: offsetDateTime | null;
|
|
41457
|
+
}
|
|
41458
|
+
|
|
39689
41459
|
@entity model userSignInUsageByAuthMethodActivity extends MsGraph.SharedModels.entity {
|
|
39690
41460
|
@computed @key authenticationMethod: string;
|
|
39691
41461
|
successActivityCount: int64;
|
|
@@ -43583,6 +45353,14 @@ namespace reference.`microsoft.graph` {
|
|
|
43583
45353
|
* A mobileApp that is based on a referenced branch in a Win32CatalogApp repository
|
|
43584
45354
|
*/
|
|
43585
45355
|
@entity model windowsAutoUpdateCatalogApp extends mobileApp {
|
|
45356
|
+
/**
|
|
45357
|
+
* 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.
|
|
45358
|
+
*/
|
|
45359
|
+
allowedArchitectures: windowsArchitecture | null;
|
|
45360
|
+
/**
|
|
45361
|
+
* 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).
|
|
45362
|
+
*/
|
|
45363
|
+
installExperience: windowsAutoUpdateCatalogAppInstallExperience | null;
|
|
43586
45364
|
/**
|
|
43587
45365
|
* 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
|
|
43588
45366
|
*/
|
|
@@ -46179,6 +47957,140 @@ namespace reference.`microsoft.graph` {
|
|
|
46179
47957
|
roleScopeTagIds: string[] | null;
|
|
46180
47958
|
}
|
|
46181
47959
|
|
|
47960
|
+
enum accessPackageAssignmentFilterByCurrentUserOptions {
|
|
47961
|
+
target: 1,
|
|
47962
|
+
createdBy: 2,
|
|
47963
|
+
unknownFutureValue: 99,
|
|
47964
|
+
targetManager: 100,
|
|
47965
|
+
targetAgentIdentitySponsorOrOwner: 101,
|
|
47966
|
+
}
|
|
47967
|
+
|
|
47968
|
+
enum accessPackageAssignmentRequestFilterByCurrentUserOptions {
|
|
47969
|
+
target: 1,
|
|
47970
|
+
createdBy: 2,
|
|
47971
|
+
approver: 3,
|
|
47972
|
+
unknownFutureValue: 99,
|
|
47973
|
+
targetOrRequestor: 100,
|
|
47974
|
+
targetManager: 101,
|
|
47975
|
+
requestForOthers: 102,
|
|
47976
|
+
targetAgentIdentitySponsorOrOwner: 103,
|
|
47977
|
+
}
|
|
47978
|
+
|
|
47979
|
+
enum accessPackageCustomExtensionHandlerStatus {
|
|
47980
|
+
requestSent: 1,
|
|
47981
|
+
requestReceived: 2,
|
|
47982
|
+
unknownFutureValue: 3,
|
|
47983
|
+
}
|
|
47984
|
+
|
|
47985
|
+
enum accessPackageCustomExtensionStage {
|
|
47986
|
+
assignmentRequestCreated: 1,
|
|
47987
|
+
assignmentRequestApproved: 2,
|
|
47988
|
+
assignmentRequestGranted: 3,
|
|
47989
|
+
assignmentRequestRemoved: 4,
|
|
47990
|
+
assignmentFourteenDaysBeforeExpiration: 5,
|
|
47991
|
+
assignmentOneDayBeforeExpiration: 6,
|
|
47992
|
+
unknownFutureValue: 7,
|
|
47993
|
+
}
|
|
47994
|
+
|
|
47995
|
+
enum accessPackageFilterByCurrentUserOptions {
|
|
47996
|
+
allowedRequestor: 1,
|
|
47997
|
+
unknownFutureValue: 99,
|
|
47998
|
+
}
|
|
47999
|
+
|
|
48000
|
+
enum accessPackageSubjectLifecycle {
|
|
48001
|
+
notDefined: 0,
|
|
48002
|
+
notGoverned: 1,
|
|
48003
|
+
governed: 2,
|
|
48004
|
+
unknownFutureValue: 3,
|
|
48005
|
+
}
|
|
48006
|
+
|
|
48007
|
+
@graphFlags
|
|
48008
|
+
enum accessPackageSuggestionFilterByCurrentUserOptions {
|
|
48009
|
+
none: 0,
|
|
48010
|
+
relatedPeopleAssignments: 1,
|
|
48011
|
+
assignmentHistory: 2,
|
|
48012
|
+
unknownFutureValue: 4,
|
|
48013
|
+
}
|
|
48014
|
+
|
|
48015
|
+
enum accessPackageSuggestionRelatedPeopleInsightLevel {
|
|
48016
|
+
disabled: 0,
|
|
48017
|
+
count: 1,
|
|
48018
|
+
countAndNames: 2,
|
|
48019
|
+
unknownFutureValue: 3,
|
|
48020
|
+
}
|
|
48021
|
+
|
|
48022
|
+
enum accessReviewHistoryDecisionFilter {
|
|
48023
|
+
approve: 0,
|
|
48024
|
+
deny: 1,
|
|
48025
|
+
notReviewed: 2,
|
|
48026
|
+
dontKnow: 3,
|
|
48027
|
+
notNotified: 4,
|
|
48028
|
+
unknownFutureValue: 5,
|
|
48029
|
+
}
|
|
48030
|
+
|
|
48031
|
+
enum accessReviewHistoryStatus {
|
|
48032
|
+
done: 0,
|
|
48033
|
+
inprogress: 1,
|
|
48034
|
+
error: 2,
|
|
48035
|
+
requested: 3,
|
|
48036
|
+
unknownFutureValue: 4,
|
|
48037
|
+
}
|
|
48038
|
+
|
|
48039
|
+
enum accessReviewInstanceDecisionItemFilterByCurrentUserOptions {
|
|
48040
|
+
reviewer: 1,
|
|
48041
|
+
unknownFutureValue: 2,
|
|
48042
|
+
}
|
|
48043
|
+
|
|
48044
|
+
enum accessReviewInstanceFilterByCurrentUserOptions {
|
|
48045
|
+
reviewer: 1,
|
|
48046
|
+
unknownFutureValue: 2,
|
|
48047
|
+
}
|
|
48048
|
+
|
|
48049
|
+
enum accessReviewPrincipalScopeType {
|
|
48050
|
+
allUsers: 0,
|
|
48051
|
+
guestUsers: 1,
|
|
48052
|
+
inactiveUsers: 2,
|
|
48053
|
+
inactiveGuestUsers: 3,
|
|
48054
|
+
unknownFutureValue: 4,
|
|
48055
|
+
}
|
|
48056
|
+
|
|
48057
|
+
enum accessReviewResourceScopeType {
|
|
48058
|
+
group: 0,
|
|
48059
|
+
catalog: 1,
|
|
48060
|
+
servicePrincipal: 2,
|
|
48061
|
+
directoryRole: 3,
|
|
48062
|
+
accessPackageAssignmentPolicy: 4,
|
|
48063
|
+
unknownFutureValue: 5,
|
|
48064
|
+
}
|
|
48065
|
+
|
|
48066
|
+
enum accessReviewReviewerScopeType {
|
|
48067
|
+
user: 0,
|
|
48068
|
+
group: 1,
|
|
48069
|
+
self: 2,
|
|
48070
|
+
manager: 3,
|
|
48071
|
+
sponsor: 4,
|
|
48072
|
+
resourceOwner: 5,
|
|
48073
|
+
managerOrSponsor: 6,
|
|
48074
|
+
unknownFutureValue: 7,
|
|
48075
|
+
}
|
|
48076
|
+
|
|
48077
|
+
enum accessReviewScheduleDefinitionFilterByCurrentUserOptions {
|
|
48078
|
+
reviewer: 1,
|
|
48079
|
+
unknownFutureValue: 2,
|
|
48080
|
+
}
|
|
48081
|
+
|
|
48082
|
+
enum accessReviewStageFilterByCurrentUserOptions {
|
|
48083
|
+
reviewer: 1,
|
|
48084
|
+
unknownFutureValue: 2,
|
|
48085
|
+
}
|
|
48086
|
+
|
|
48087
|
+
enum accessReviewTimeoutBehavior {
|
|
48088
|
+
keepAccess: 0,
|
|
48089
|
+
removeAccess: 1,
|
|
48090
|
+
acceptAccessRecommendation: 2,
|
|
48091
|
+
unknownFutureValue: 99,
|
|
48092
|
+
}
|
|
48093
|
+
|
|
46182
48094
|
/**
|
|
46183
48095
|
* State of the action on the device
|
|
46184
48096
|
*/
|
|
@@ -48098,6 +50010,20 @@ namespace reference.`microsoft.graph` {
|
|
|
48098
50010
|
unknownFutureValue: 3,
|
|
48099
50011
|
}
|
|
48100
50012
|
|
|
50013
|
+
enum approvalFilterByCurrentUserOptions {
|
|
50014
|
+
target: 0,
|
|
50015
|
+
createdBy: 1,
|
|
50016
|
+
approver: 2,
|
|
50017
|
+
unknownFutureValue: 3,
|
|
50018
|
+
}
|
|
50019
|
+
|
|
50020
|
+
enum approverInformationVisibility {
|
|
50021
|
+
default: 0,
|
|
50022
|
+
notVisible: 1,
|
|
50023
|
+
visible: 2,
|
|
50024
|
+
unknownFutureValue: 3,
|
|
50025
|
+
}
|
|
50026
|
+
|
|
48101
50027
|
/**
|
|
48102
50028
|
* Device app management task mitigation type.
|
|
48103
50029
|
*/
|
|
@@ -49277,7 +51203,7 @@ namespace reference.`microsoft.graph` {
|
|
|
49277
51203
|
}
|
|
49278
51204
|
|
|
49279
51205
|
/**
|
|
49280
|
-
* Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates
|
|
51206
|
+
* 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.
|
|
49281
51207
|
*/
|
|
49282
51208
|
enum cloudCertificationAuthorityStatus {
|
|
49283
51209
|
/**
|
|
@@ -49301,6 +51227,10 @@ namespace reference.`microsoft.graph` {
|
|
|
49301
51227
|
*/
|
|
49302
51228
|
signingPending: 4,
|
|
49303
51229
|
unknownFutureValue: 5,
|
|
51230
|
+
/**
|
|
51231
|
+
* Indicates certification authority has expired and cannot issue certificates until renewed and activated.
|
|
51232
|
+
*/
|
|
51233
|
+
expired: 6,
|
|
49304
51234
|
}
|
|
49305
51235
|
|
|
49306
51236
|
/**
|
|
@@ -49326,6 +51256,49 @@ namespace reference.`microsoft.graph` {
|
|
|
49326
51256
|
unknownFutureValue: 4,
|
|
49327
51257
|
}
|
|
49328
51258
|
|
|
51259
|
+
/**
|
|
51260
|
+
* 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.
|
|
51261
|
+
*/
|
|
51262
|
+
enum cloudCertificationAuthorityVersionStatus {
|
|
51263
|
+
/**
|
|
51264
|
+
* Default. Indicates certification authority version has an unknown or invalid status.
|
|
51265
|
+
*/
|
|
51266
|
+
`unknown`: 0,
|
|
51267
|
+
/**
|
|
51268
|
+
* Indicates certification authority version is active and can issue leaf certificates.
|
|
51269
|
+
*/
|
|
51270
|
+
active: 1,
|
|
51271
|
+
/**
|
|
51272
|
+
* 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.
|
|
51273
|
+
*/
|
|
51274
|
+
staged: 2,
|
|
51275
|
+
/**
|
|
51276
|
+
* 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.
|
|
51277
|
+
*/
|
|
51278
|
+
paused: 3,
|
|
51279
|
+
/**
|
|
51280
|
+
* 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.
|
|
51281
|
+
*/
|
|
51282
|
+
retired: 4,
|
|
51283
|
+
/**
|
|
51284
|
+
* Indicates certification authority version has exceeded its validity period.
|
|
51285
|
+
*/
|
|
51286
|
+
expired: 5,
|
|
51287
|
+
/**
|
|
51288
|
+
* Indicates certification authority version has been revoked. This is a permanent state that cannot be changed.
|
|
51289
|
+
*/
|
|
51290
|
+
revoked: 6,
|
|
51291
|
+
/**
|
|
51292
|
+
* 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.
|
|
51293
|
+
*/
|
|
51294
|
+
decommissioned: 7,
|
|
51295
|
+
/**
|
|
51296
|
+
* Indicates certification authority version was created with a Bring Your Own CA (BYOCA) root and requires external signing.
|
|
51297
|
+
*/
|
|
51298
|
+
signingPending: 8,
|
|
51299
|
+
unknownFutureValue: 9,
|
|
51300
|
+
}
|
|
51301
|
+
|
|
49329
51302
|
/**
|
|
49330
51303
|
* Error code for rule validation.
|
|
49331
51304
|
*/
|
|
@@ -49827,6 +51800,12 @@ namespace reference.`microsoft.graph` {
|
|
|
49827
51800
|
notConfigured: 3,
|
|
49828
51801
|
}
|
|
49829
51802
|
|
|
51803
|
+
enum connectedOrganizationState {
|
|
51804
|
+
configured: 0,
|
|
51805
|
+
proposed: 1,
|
|
51806
|
+
unknownFutureValue: 2,
|
|
51807
|
+
}
|
|
51808
|
+
|
|
49830
51809
|
enum connectorGroupRegion {
|
|
49831
51810
|
nam: 0,
|
|
49832
51811
|
eur: 1,
|
|
@@ -49941,6 +51920,17 @@ namespace reference.`microsoft.graph` {
|
|
|
49941
51920
|
inactive: 1,
|
|
49942
51921
|
}
|
|
49943
51922
|
|
|
51923
|
+
enum connectorType {
|
|
51924
|
+
sapIag: 0,
|
|
51925
|
+
sapAc: 1,
|
|
51926
|
+
unknownFutureValue: 3,
|
|
51927
|
+
}
|
|
51928
|
+
|
|
51929
|
+
enum consentRequestFilterByCurrentUserOptions {
|
|
51930
|
+
reviewer: 0,
|
|
51931
|
+
unknownFutureValue: 1,
|
|
51932
|
+
}
|
|
51933
|
+
|
|
49944
51934
|
enum contentModelType {
|
|
49945
51935
|
teachingMethod: 0,
|
|
49946
51936
|
layoutMethod: 1,
|
|
@@ -49977,6 +51967,15 @@ namespace reference.`microsoft.graph` {
|
|
|
49977
51967
|
unknownFutureValue: 4,
|
|
49978
51968
|
}
|
|
49979
51969
|
|
|
51970
|
+
enum customExtensionCalloutInstanceStatus {
|
|
51971
|
+
calloutSent: 1,
|
|
51972
|
+
callbackReceived: 2,
|
|
51973
|
+
calloutFailed: 3,
|
|
51974
|
+
callbackTimedOut: 4,
|
|
51975
|
+
waitingForCallback: 5,
|
|
51976
|
+
unknownFutureValue: 6,
|
|
51977
|
+
}
|
|
51978
|
+
|
|
49980
51979
|
enum customSecurityAttributeComparisonOperator {
|
|
49981
51980
|
equals: 1,
|
|
49982
51981
|
unknownFutureValue: 2,
|
|
@@ -50068,6 +52067,13 @@ namespace reference.`microsoft.graph` {
|
|
|
50068
52067
|
saturday: 6,
|
|
50069
52068
|
}
|
|
50070
52069
|
|
|
52070
|
+
@graphFlags
|
|
52071
|
+
enum decisionItemPrincipalResourceMembershipType {
|
|
52072
|
+
direct: 1,
|
|
52073
|
+
indirect: 2,
|
|
52074
|
+
unknownFutureValue: 4,
|
|
52075
|
+
}
|
|
52076
|
+
|
|
50071
52077
|
enum defaultMfaMethodType {
|
|
50072
52078
|
none: 0,
|
|
50073
52079
|
mobilePhone: 1,
|
|
@@ -50829,6 +52835,25 @@ namespace reference.`microsoft.graph` {
|
|
|
50829
52835
|
remoteLock: 10,
|
|
50830
52836
|
}
|
|
50831
52837
|
|
|
52838
|
+
/**
|
|
52839
|
+
* Indicates the platform that a device compliance script targets for evaluation.
|
|
52840
|
+
*/
|
|
52841
|
+
enum deviceComplianceScriptPlatformType {
|
|
52842
|
+
/**
|
|
52843
|
+
* Default. Indicates that the compliance script targets devices running Windows 10 and later.
|
|
52844
|
+
*/
|
|
52845
|
+
windows10: 0,
|
|
52846
|
+
/**
|
|
52847
|
+
* Indicates that the compliance script targets devices running Linux.
|
|
52848
|
+
*/
|
|
52849
|
+
linux: 1,
|
|
52850
|
+
/**
|
|
52851
|
+
* Indicates that the compliance script targets devices running macOS.
|
|
52852
|
+
*/
|
|
52853
|
+
macOS: 2,
|
|
52854
|
+
unknownFutureValue: 3,
|
|
52855
|
+
}
|
|
52856
|
+
|
|
50832
52857
|
/**
|
|
50833
52858
|
* Data types for rules.
|
|
50834
52859
|
*/
|
|
@@ -55440,6 +57465,19 @@ namespace reference.`microsoft.graph` {
|
|
|
55440
57465
|
`unknown`: 5,
|
|
55441
57466
|
}
|
|
55442
57467
|
|
|
57468
|
+
enum intelligentInsightConfidence {
|
|
57469
|
+
high: 0,
|
|
57470
|
+
medium: 1,
|
|
57471
|
+
low: 2,
|
|
57472
|
+
unknownFutureValue: 3,
|
|
57473
|
+
}
|
|
57474
|
+
|
|
57475
|
+
enum intelligentInsightRecommendation {
|
|
57476
|
+
approve: 0,
|
|
57477
|
+
deny: 1,
|
|
57478
|
+
unknownFutureValue: 2,
|
|
57479
|
+
}
|
|
57480
|
+
|
|
55443
57481
|
/**
|
|
55444
57482
|
* PFX Import Options.
|
|
55445
57483
|
*/
|
|
@@ -56129,6 +58167,13 @@ namespace reference.`microsoft.graph` {
|
|
|
56129
58167
|
enabled: 1,
|
|
56130
58168
|
}
|
|
56131
58169
|
|
|
58170
|
+
enum m365ResourceType {
|
|
58171
|
+
none: 0,
|
|
58172
|
+
group: 1,
|
|
58173
|
+
user: 2,
|
|
58174
|
+
unknownFutureValue: 3,
|
|
58175
|
+
}
|
|
58176
|
+
|
|
56132
58177
|
/**
|
|
56133
58178
|
* An enum representing the possible values of Android MAC Address Randomization Mode.
|
|
56134
58179
|
*/
|
|
@@ -58747,6 +60792,25 @@ namespace reference.`microsoft.graph` {
|
|
|
58747
60792
|
reference: 4,
|
|
58748
60793
|
}
|
|
58749
60794
|
|
|
60795
|
+
enum plannerRuleKind {
|
|
60796
|
+
taskRule: 1,
|
|
60797
|
+
bucketRule: 2,
|
|
60798
|
+
planRule: 3,
|
|
60799
|
+
unknownFutureValue: 4,
|
|
60800
|
+
}
|
|
60801
|
+
|
|
60802
|
+
enum plannerTaskChatMentionType {
|
|
60803
|
+
user: 1,
|
|
60804
|
+
application: 2,
|
|
60805
|
+
unknownFutureValue: 3,
|
|
60806
|
+
}
|
|
60807
|
+
|
|
60808
|
+
enum plannerTaskChatMessageType {
|
|
60809
|
+
richTextHtml: 1,
|
|
60810
|
+
plainText: 2,
|
|
60811
|
+
unknownFutureValue: 3,
|
|
60812
|
+
}
|
|
60813
|
+
|
|
58750
60814
|
@graphFlags
|
|
58751
60815
|
enum plannerTaskCompletionRequirements {
|
|
58752
60816
|
none: 0,
|
|
@@ -58754,6 +60818,7 @@ namespace reference.`microsoft.graph` {
|
|
|
58754
60818
|
unknownFutureValue: 2,
|
|
58755
60819
|
formCompletion: 4,
|
|
58756
60820
|
approvalCompletion: 8,
|
|
60821
|
+
completionInHostedApp: 16,
|
|
58757
60822
|
}
|
|
58758
60823
|
|
|
58759
60824
|
/**
|
|
@@ -58969,6 +61034,12 @@ namespace reference.`microsoft.graph` {
|
|
|
58969
61034
|
unknownFutureValue: 3,
|
|
58970
61035
|
}
|
|
58971
61036
|
|
|
61037
|
+
enum privilegeLevel {
|
|
61038
|
+
standard: 0,
|
|
61039
|
+
privileged: 1,
|
|
61040
|
+
unknownFutureValue: 2,
|
|
61041
|
+
}
|
|
61042
|
+
|
|
58972
61043
|
/**
|
|
58973
61044
|
* Indicates the type of elevation occured
|
|
58974
61045
|
*/
|
|
@@ -59112,6 +61183,14 @@ namespace reference.`microsoft.graph` {
|
|
|
59112
61183
|
unknownFutureValue: 6,
|
|
59113
61184
|
}
|
|
59114
61185
|
|
|
61186
|
+
enum purviewInsiderRiskManagementLevel {
|
|
61187
|
+
none: 0,
|
|
61188
|
+
minor: 1,
|
|
61189
|
+
moderate: 2,
|
|
61190
|
+
elevated: 3,
|
|
61191
|
+
unknownFutureValue: 4,
|
|
61192
|
+
}
|
|
61193
|
+
|
|
59115
61194
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
59116
61195
|
enum quarantineReason {
|
|
59117
61196
|
EncounteredBaseEscrowThreshold: 0,
|
|
@@ -60539,6 +62618,14 @@ namespace reference.`microsoft.graph` {
|
|
|
60539
62618
|
unknownFutureValue: 4,
|
|
60540
62619
|
}
|
|
60541
62620
|
|
|
62621
|
+
enum roleType {
|
|
62622
|
+
active: 0,
|
|
62623
|
+
eligible: 1,
|
|
62624
|
+
application: 2,
|
|
62625
|
+
delegated: 3,
|
|
62626
|
+
unknownFutureValue: 99,
|
|
62627
|
+
}
|
|
62628
|
+
|
|
60542
62629
|
enum rootDomains {
|
|
60543
62630
|
none: 0,
|
|
60544
62631
|
all: 1,
|
|
@@ -61143,6 +63230,21 @@ namespace reference.`microsoft.graph` {
|
|
|
61143
63230
|
unknownFutureValue: 5,
|
|
61144
63231
|
}
|
|
61145
63232
|
|
|
63233
|
+
enum socialIdentitySourceType {
|
|
63234
|
+
facebook: 1,
|
|
63235
|
+
unknownFutureValue: 2,
|
|
63236
|
+
}
|
|
63237
|
+
|
|
63238
|
+
enum stagedFeatureName {
|
|
63239
|
+
passthroughAuthentication: 0,
|
|
63240
|
+
seamlessSso: 1,
|
|
63241
|
+
passwordHashSync: 2,
|
|
63242
|
+
emailAsAlternateId: 3,
|
|
63243
|
+
unknownFutureValue: 4,
|
|
63244
|
+
certificateBasedAuthentication: 5,
|
|
63245
|
+
multiFactorAuthentication: 6,
|
|
63246
|
+
}
|
|
63247
|
+
|
|
61146
63248
|
/**
|
|
61147
63249
|
* State Management Setting.
|
|
61148
63250
|
*/
|
|
@@ -62136,12 +64238,24 @@ namespace reference.`microsoft.graph` {
|
|
|
62136
64238
|
oaepSha512: 5,
|
|
62137
64239
|
}
|
|
62138
64240
|
|
|
64241
|
+
enum userSignInRecommendationScope {
|
|
64242
|
+
tenant: 0,
|
|
64243
|
+
application: 1,
|
|
64244
|
+
unknownFutureValue: 2,
|
|
64245
|
+
}
|
|
64246
|
+
|
|
62139
64247
|
enum userType {
|
|
62140
64248
|
member: 0,
|
|
62141
64249
|
guest: 1,
|
|
62142
64250
|
unknownFutureValue: 2,
|
|
62143
64251
|
}
|
|
62144
64252
|
|
|
64253
|
+
enum verifiableCredentialPresentationStatusCode {
|
|
64254
|
+
request_retrieved: 0,
|
|
64255
|
+
presentation_verified: 1,
|
|
64256
|
+
unknownFutureValue: 9,
|
|
64257
|
+
}
|
|
64258
|
+
|
|
62145
64259
|
/**
|
|
62146
64260
|
* Generic visibility state.
|
|
62147
64261
|
*/
|
|
@@ -63772,6 +65886,63 @@ namespace reference.`microsoft.graph` {
|
|
|
63772
65886
|
unknownFutureValue: 3,
|
|
63773
65887
|
}
|
|
63774
65888
|
|
|
65889
|
+
/**
|
|
65890
|
+
* 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).
|
|
65891
|
+
*/
|
|
65892
|
+
enum windowsAutoUpdateCatalogAppDeliveryOptimizationPriority {
|
|
65893
|
+
/**
|
|
65894
|
+
* 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.
|
|
65895
|
+
*/
|
|
65896
|
+
notConfigured: 0,
|
|
65897
|
+
/**
|
|
65898
|
+
* 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.
|
|
65899
|
+
*/
|
|
65900
|
+
foreground: 1,
|
|
65901
|
+
unknownFutureValue: 2,
|
|
65902
|
+
}
|
|
65903
|
+
|
|
65904
|
+
/**
|
|
65905
|
+
* Indicates which notifications the Intune management extension displays to the end user during the app installation and restart lifecycle on managed devices.
|
|
65906
|
+
*/
|
|
65907
|
+
enum windowsAutoUpdateCatalogAppNotificationType {
|
|
65908
|
+
/**
|
|
65909
|
+
* Indicates that all notifications related to app installation and restart are displayed to the end user.
|
|
65910
|
+
*/
|
|
65911
|
+
showAll: 0,
|
|
65912
|
+
/**
|
|
65913
|
+
* Indicates that only restart notifications are displayed to the end user; other installation progress notifications are suppressed.
|
|
65914
|
+
*/
|
|
65915
|
+
showReboot: 1,
|
|
65916
|
+
/**
|
|
65917
|
+
* Indicates that all notifications related to app installation and restart are suppressed. The end user is not informed of the installation or pending restarts.
|
|
65918
|
+
*/
|
|
65919
|
+
hideAll: 2,
|
|
65920
|
+
unknownFutureValue: 3,
|
|
65921
|
+
}
|
|
65922
|
+
|
|
65923
|
+
/**
|
|
65924
|
+
* 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.
|
|
65925
|
+
*/
|
|
65926
|
+
enum windowsAutoUpdateCatalogAppRestartBehavior {
|
|
65927
|
+
/**
|
|
65928
|
+
* 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).
|
|
65929
|
+
*/
|
|
65930
|
+
basedOnReturnCode: 0,
|
|
65931
|
+
/**
|
|
65932
|
+
* 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.
|
|
65933
|
+
*/
|
|
65934
|
+
allow: 1,
|
|
65935
|
+
/**
|
|
65936
|
+
* 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.
|
|
65937
|
+
*/
|
|
65938
|
+
suppress: 2,
|
|
65939
|
+
/**
|
|
65940
|
+
* Indicates that the Intune management extension forces an immediate device restart after the app installation completes, regardless of the installer's exit code.
|
|
65941
|
+
*/
|
|
65942
|
+
force: 3,
|
|
65943
|
+
unknownFutureValue: 4,
|
|
65944
|
+
}
|
|
65945
|
+
|
|
63775
65946
|
/**
|
|
63776
65947
|
* Enum values for the various WindowsDefenderApplicationControl supplemental policy deployment statuses.
|
|
63777
65948
|
*/
|