You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/IdentityGovernanceNamespace/Model/WorkflowBase.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,7 @@ public function setIsEnabled($val)
243
243
244
244
/**
245
245
* Gets the isSchedulingEnabled
246
-
* If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Cannot be true for a disabled workflow (where isEnabled is false).
246
+
* If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Can't be true for a disabled workflow (where isEnabled is false).
247
247
*
248
248
* @return bool|null The isSchedulingEnabled
249
249
*/
@@ -258,7 +258,7 @@ public function getIsSchedulingEnabled()
258
258
259
259
/**
260
260
* Sets the isSchedulingEnabled
261
-
* If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Cannot be true for a disabled workflow (where isEnabled is false).
261
+
* If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Can't be true for a disabled workflow (where isEnabled is false).
262
262
*
263
263
* @param bool $val The isSchedulingEnabled
264
264
*
@@ -338,7 +338,7 @@ public function setCreatedBy($val)
338
338
339
339
/**
340
340
* Gets the lastModifiedBy
341
-
* The unique identifier of the AAD identity that last modified the workflow.
341
+
* The unique identifier of the Azure Active Directory identity that last modified the workflow.
342
342
*
343
343
* @return \Microsoft\Graph\Model\User|null The lastModifiedBy
344
344
*/
@@ -357,7 +357,7 @@ public function getLastModifiedBy()
357
357
358
358
/**
359
359
* Sets the lastModifiedBy
360
-
* The unique identifier of the AAD identity that last modified the workflow.
360
+
* The unique identifier of the Azure Active Directory identity that last modified the workflow.
361
361
*
362
362
* @param \Microsoft\Graph\Model\User $val The lastModifiedBy
Copy file name to clipboardExpand all lines: src/Model/AccessReviewHistoryDefinition.php
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ public function setCreatedDateTime($val)
93
93
94
94
/**
95
95
* Gets the decisions
96
-
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
96
+
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
97
97
*
98
98
* @return array|null The decisions
99
99
*/
@@ -108,7 +108,7 @@ public function getDecisions()
108
108
109
109
/**
110
110
* Sets the decisions
111
-
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
111
+
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
112
112
*
113
113
* @param AccessReviewHistoryDecisionFilter[] $val The decisions
114
114
*
@@ -151,7 +151,7 @@ public function setDisplayName($val)
151
151
152
152
/**
153
153
* Gets the reviewHistoryPeriodEndDateTime
154
-
* A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined.
154
+
* A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined.
155
155
*
156
156
* @return \DateTime|null The reviewHistoryPeriodEndDateTime
157
157
*/
@@ -170,7 +170,7 @@ public function getReviewHistoryPeriodEndDateTime()
170
170
171
171
/**
172
172
* Sets the reviewHistoryPeriodEndDateTime
173
-
* A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined.
173
+
* A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined.
174
174
*
175
175
* @param \DateTime $val The reviewHistoryPeriodEndDateTime
176
176
*
@@ -184,7 +184,7 @@ public function setReviewHistoryPeriodEndDateTime($val)
184
184
185
185
/**
186
186
* Gets the reviewHistoryPeriodStartDateTime
187
-
* A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined.
187
+
* A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined.
188
188
*
189
189
* @return \DateTime|null The reviewHistoryPeriodStartDateTime
190
190
*/
@@ -203,7 +203,7 @@ public function getReviewHistoryPeriodStartDateTime()
203
203
204
204
/**
205
205
* Sets the reviewHistoryPeriodStartDateTime
206
-
* A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined.
206
+
* A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined.
207
207
*
208
208
* @param \DateTime $val The reviewHistoryPeriodStartDateTime
209
209
*
@@ -217,7 +217,7 @@ public function setReviewHistoryPeriodStartDateTime($val)
217
217
218
218
/**
219
219
* Gets the scheduleSettings
220
-
* The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet.
220
+
* The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime aren't defined. Not supported yet.
221
221
*
222
222
* @return AccessReviewHistoryScheduleSettings|null The scheduleSettings
223
223
*/
@@ -236,7 +236,7 @@ public function getScheduleSettings()
236
236
237
237
/**
238
238
* Sets the scheduleSettings
239
-
* The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet.
239
+
* The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime aren't defined. Not supported yet.
240
240
*
241
241
* @param AccessReviewHistoryScheduleSettings $val The scheduleSettings
242
242
*
@@ -314,7 +314,7 @@ public function setStatus($val)
314
314
315
315
/**
316
316
* Gets the instances
317
-
* If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that does not recur will have exactly one instance.
317
+
* If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance.
318
318
*
319
319
* @return array|null The instances
320
320
*/
@@ -329,7 +329,7 @@ public function getInstances()
329
329
330
330
/**
331
331
* Sets the instances
332
-
* If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that does not recur will have exactly one instance.
332
+
* If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance.
333
333
*
334
334
* @param AccessReviewHistoryInstance[] $val The instances
0 commit comments