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/Model/AllowedValue.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ class AllowedValue extends Entity
26
26
{
27
27
/**
28
28
* Gets the isActive
29
+
* Indicates whether the predefined value is active or deactivated. If set to false, this predefined value cannot be assigned to any additional supported directory objects.
29
30
*
30
31
* @return bool|null The isActive
31
32
*/
@@ -40,6 +41,7 @@ public function getIsActive()
40
41
41
42
/**
42
43
* Sets the isActive
44
+
* Indicates whether the predefined value is active or deactivated. If set to false, this predefined value cannot be assigned to any additional supported directory objects.
Copy file name to clipboardExpand all lines: src/Model/Application.php
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ public function setAppRoles($val)
125
125
126
126
/**
127
127
* Gets the createdDateTime
128
-
* The date and time the application was registered. 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 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, NOT, ge, le, in, and eq on null values) and $orderBy.
128
+
* The date and time the application was registered. 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 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderBy.
129
129
*
130
130
* @return \DateTime|null The createdDateTime
131
131
*/
@@ -144,7 +144,7 @@ public function getCreatedDateTime()
144
144
145
145
/**
146
146
* Sets the createdDateTime
147
-
* The date and time the application was registered. 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 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, NOT, ge, le, in, and eq on null values) and $orderBy.
147
+
* The date and time the application was registered. 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 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderBy.
148
148
*
149
149
* @param \DateTime $val The createdDateTime
150
150
*
@@ -187,7 +187,7 @@ public function setDefaultRedirectUri($val)
187
187
188
188
/**
189
189
* Gets the description
190
-
* An optional description of the application. Supports $filter (eq, ne, NOT, ge, le, startsWith) and $search.
190
+
* An optional description of the application. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
191
191
*
192
192
* @return string|null The description
193
193
*/
@@ -202,7 +202,7 @@ public function getDescription()
202
202
203
203
/**
204
204
* Sets the description
205
-
* An optional description of the application. Supports $filter (eq, ne, NOT, ge, le, startsWith) and $search.
205
+
* An optional description of the application. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
206
206
*
207
207
* @param string $val The description
208
208
*
@@ -216,7 +216,7 @@ public function setDescription($val)
216
216
217
217
/**
218
218
* Gets the disabledByMicrosoftStatus
219
-
* Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, NOT).
219
+
* Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
220
220
*
221
221
* @return string|null The disabledByMicrosoftStatus
222
222
*/
@@ -231,7 +231,7 @@ public function getDisabledByMicrosoftStatus()
231
231
232
232
/**
233
233
* Sets the disabledByMicrosoftStatus
234
-
* Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, NOT).
234
+
* Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
235
235
*
236
236
* @param string $val The disabledByMicrosoftStatus
237
237
*
@@ -245,7 +245,7 @@ public function setDisabledByMicrosoftStatus($val)
245
245
246
246
/**
247
247
* Gets the displayName
248
-
* The display name for the application. Supports $filter (eq, ne, NOT, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
248
+
* The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
249
249
*
250
250
* @return string|null The displayName
251
251
*/
@@ -260,7 +260,7 @@ public function getDisplayName()
260
260
261
261
/**
262
262
* Sets the displayName
263
-
* The display name for the application. Supports $filter (eq, ne, NOT, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
263
+
* The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
264
264
*
265
265
* @param string $val The displayName
266
266
*
@@ -332,7 +332,7 @@ public function setIdentifierUris($val)
332
332
333
333
/**
334
334
* Gets the info
335
-
* Basic profile information of the application such as app's marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Azure AD apps. Supports $filter (eq, ne, NOT, ge, le, and eq on null values).
335
+
* Basic profile information of the application such as app's marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Azure AD apps. Supports $filter (eq, ne, not, ge, le, and eq on null values).
336
336
*
337
337
* @return InformationalUrl|null The info
338
338
*/
@@ -351,7 +351,7 @@ public function getInfo()
351
351
352
352
/**
353
353
* Sets the info
354
-
* Basic profile information of the application such as app's marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Azure AD apps. Supports $filter (eq, ne, NOT, ge, le, and eq on null values).
354
+
* Basic profile information of the application such as app's marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Azure AD apps. Supports $filter (eq, ne, not, ge, le, and eq on null values).
355
355
*
356
356
* @param InformationalUrl $val The info
357
357
*
@@ -424,7 +424,7 @@ public function setIsFallbackPublicClient($val)
424
424
425
425
/**
426
426
* Gets the keyCredentials
427
-
* The collection of key credentials associated with the application. Not nullable. Supports $filter (eq, NOT, ge, le).
427
+
* The collection of key credentials associated with the application. Not nullable. Supports $filter (eq, not, ge, le).
428
428
*
429
429
* @return KeyCredential[]|null The keyCredentials
430
430
*/
@@ -446,7 +446,7 @@ public function getKeyCredentials()
446
446
447
447
/**
448
448
* Sets the keyCredentials
449
-
* The collection of key credentials associated with the application. Not nullable. Supports $filter (eq, NOT, ge, le).
449
+
* The collection of key credentials associated with the application. Not nullable. Supports $filter (eq, not, ge, le).
450
450
*
451
451
* @param KeyCredential[] $val The keyCredentials
452
452
*
@@ -688,7 +688,7 @@ public function setPublisherDomain($val)
688
688
689
689
/**
690
690
* Gets the requiredResourceAccess
691
-
* Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. Not nullable. Supports $filter (eq, NOT, ge, le).
691
+
* Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. Not nullable. Supports $filter (eq, not, ge, le).
692
692
*
693
693
* @return RequiredResourceAccess[]|null The requiredResourceAccess
694
694
*/
@@ -710,7 +710,7 @@ public function getRequiredResourceAccess()
710
710
711
711
/**
712
712
* Sets the requiredResourceAccess
713
-
* Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. Not nullable. Supports $filter (eq, NOT, ge, le).
713
+
* Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. Not nullable. Supports $filter (eq, not, ge, le).
714
714
*
715
715
* @param RequiredResourceAccess[] $val The requiredResourceAccess
716
716
*
@@ -724,7 +724,7 @@ public function setRequiredResourceAccess($val)
724
724
725
725
/**
726
726
* Gets the signInAudience
727
-
* Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, NOT).
727
+
* Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
728
728
*
729
729
* @return string|null The signInAudience
730
730
*/
@@ -739,7 +739,7 @@ public function getSignInAudience()
739
739
740
740
/**
741
741
* Sets the signInAudience
742
-
* Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, NOT).
742
+
* Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
743
743
*
744
744
* @param string $val The signInAudience
745
745
*
@@ -786,7 +786,7 @@ public function setSpa($val)
786
786
787
787
/**
788
788
* Gets the tags
789
-
* Custom strings that can be used to categorize and identify the application. Not nullable. Supports $filter (eq, NOT, ge, le, startsWith).
789
+
* Custom strings that can be used to categorize and identify the application. Not nullable. Supports $filter (eq, not, ge, le, startsWith).
790
790
*
791
791
* @return string|null The tags
792
792
*/
@@ -801,7 +801,7 @@ public function getTags()
801
801
802
802
/**
803
803
* Sets the tags
804
-
* Custom strings that can be used to categorize and identify the application. Not nullable. Supports $filter (eq, NOT, ge, le, startsWith).
804
+
* Custom strings that can be used to categorize and identify the application. Not nullable. Supports $filter (eq, not, ge, le, startsWith).
0 commit comments