|
53 | 53 | - defaultRedirectUri desc |
54 | 54 | - description |
55 | 55 | - description desc |
| 56 | + - disabledByMicrosoftStatus |
| 57 | + - disabledByMicrosoftStatus desc |
56 | 58 | - displayName |
57 | 59 | - displayName desc |
58 | 60 | - groupMembershipClaims |
@@ -116,6 +118,7 @@ paths: |
116 | 118 | - createdDateTime |
117 | 119 | - defaultRedirectUri |
118 | 120 | - description |
| 121 | + - disabledByMicrosoftStatus |
119 | 122 | - displayName |
120 | 123 | - groupMembershipClaims |
121 | 124 | - identifierUris |
@@ -254,6 +257,7 @@ paths: |
254 | 257 | - createdDateTime |
255 | 258 | - defaultRedirectUri |
256 | 259 | - description |
| 260 | + - disabledByMicrosoftStatus |
257 | 261 | - displayName |
258 | 262 | - groupMembershipClaims |
259 | 263 | - identifierUris |
@@ -8513,6 +8517,8 @@ paths: |
8513 | 8517 | - defaultRedirectUri desc |
8514 | 8518 | - description |
8515 | 8519 | - description desc |
| 8520 | + - disabledByMicrosoftStatus |
| 8521 | + - disabledByMicrosoftStatus desc |
8516 | 8522 | - displayName |
8517 | 8523 | - displayName desc |
8518 | 8524 | - groupMembershipClaims |
@@ -8576,6 +8582,7 @@ paths: |
8576 | 8582 | - createdDateTime |
8577 | 8583 | - defaultRedirectUri |
8578 | 8584 | - description |
| 8585 | + - disabledByMicrosoftStatus |
8579 | 8586 | - displayName |
8580 | 8587 | - groupMembershipClaims |
8581 | 8588 | - identifierUris |
@@ -8703,6 +8710,8 @@ paths: |
8703 | 8710 | - defaultRedirectUri desc |
8704 | 8711 | - description |
8705 | 8712 | - description desc |
| 8713 | + - disabledByMicrosoftStatus |
| 8714 | + - disabledByMicrosoftStatus desc |
8706 | 8715 | - displayName |
8707 | 8716 | - displayName desc |
8708 | 8717 | - groupMembershipClaims |
@@ -10066,6 +10075,8 @@ paths: |
10066 | 10075 | - defaultRedirectUri desc |
10067 | 10076 | - description |
10068 | 10077 | - description desc |
| 10078 | + - disabledByMicrosoftStatus |
| 10079 | + - disabledByMicrosoftStatus desc |
10069 | 10080 | - displayName |
10070 | 10081 | - displayName desc |
10071 | 10082 | - groupMembershipClaims |
@@ -10129,6 +10140,7 @@ paths: |
10129 | 10140 | - createdDateTime |
10130 | 10141 | - defaultRedirectUri |
10131 | 10142 | - description |
| 10143 | + - disabledByMicrosoftStatus |
10132 | 10144 | - displayName |
10133 | 10145 | - groupMembershipClaims |
10134 | 10146 | - identifierUris |
@@ -10263,6 +10275,8 @@ paths: |
10263 | 10275 | - defaultRedirectUri desc |
10264 | 10276 | - description |
10265 | 10277 | - description desc |
| 10278 | + - disabledByMicrosoftStatus |
| 10279 | + - disabledByMicrosoftStatus desc |
10266 | 10280 | - displayName |
10267 | 10281 | - displayName desc |
10268 | 10282 | - groupMembershipClaims |
@@ -12355,6 +12369,8 @@ paths: |
12355 | 12369 | - appRoles desc |
12356 | 12370 | - description |
12357 | 12371 | - description desc |
| 12372 | + - disabledByMicrosoftStatus |
| 12373 | + - disabledByMicrosoftStatus desc |
12358 | 12374 | - displayName |
12359 | 12375 | - displayName desc |
12360 | 12376 | - errorUrl |
@@ -12426,6 +12442,7 @@ paths: |
12426 | 12442 | - appRoleAssignmentRequired |
12427 | 12443 | - appRoles |
12428 | 12444 | - description |
| 12445 | + - disabledByMicrosoftStatus |
12429 | 12446 | - displayName |
12430 | 12447 | - errorUrl |
12431 | 12448 | - homepage |
@@ -12587,6 +12604,7 @@ paths: |
12587 | 12604 | - appRoleAssignmentRequired |
12588 | 12605 | - appRoles |
12589 | 12606 | - description |
| 12607 | + - disabledByMicrosoftStatus |
12590 | 12608 | - displayName |
12591 | 12609 | - errorUrl |
12592 | 12610 | - homepage |
@@ -18805,6 +18823,10 @@ components: |
18805 | 18823 | description: |
18806 | 18824 | type: string |
18807 | 18825 | nullable: true |
| 18826 | + disabledByMicrosoftStatus: |
| 18827 | + type: string |
| 18828 | + description: '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).' |
| 18829 | + nullable: true |
18808 | 18830 | displayName: |
18809 | 18831 | type: string |
18810 | 18832 | description: The display name for the application. |
@@ -19678,6 +19700,10 @@ components: |
19678 | 19700 | type: string |
19679 | 19701 | description: Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps will display the application description in this field. The maximum allowed size is 1024 characters. |
19680 | 19702 | nullable: true |
| 19703 | + disabledByMicrosoftStatus: |
| 19704 | + type: string |
| 19705 | + description: '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).' |
| 19706 | + nullable: true |
19681 | 19707 | displayName: |
19682 | 19708 | type: string |
19683 | 19709 | description: The display name for the service principal. |
@@ -20260,6 +20286,9 @@ components: |
20260 | 20286 | type: string |
20261 | 20287 | description: 'The internal url of the application. For example, https://intranet/.' |
20262 | 20288 | nullable: true |
| 20289 | + isBackendCertificateValidationEnabled: |
| 20290 | + type: boolean |
| 20291 | + nullable: true |
20263 | 20292 | isHttpOnlyCookieEnabled: |
20264 | 20293 | type: boolean |
20265 | 20294 | description: 'Indicates if the HTTPOnly cookie flag should be set in the HTTP response headers. Set this value to true to have Application Proxy cookies include the HTTPOnly flag in the HTTP response headers. If using Remote Desktop Services, set this value to False. Default value is false.' |
|
0 commit comments