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: openApiDocs/beta/Applications.yml
+24-5Lines changed: 24 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9837,6 +9837,8 @@ paths:
9837
9837
- machineName desc
9838
9838
- status
9839
9839
- status desc
9840
+
- version
9841
+
- version desc
9840
9842
type: string
9841
9843
- name: $select
9842
9844
in: query
@@ -9852,6 +9854,7 @@ paths:
9852
9854
- externalIp
9853
9855
- machineName
9854
9856
- status
9857
+
- version
9855
9858
- memberOf
9856
9859
type: string
9857
9860
- name: $expand
@@ -10002,6 +10005,8 @@ paths:
10002
10005
- machineName desc
10003
10006
- status
10004
10007
- status desc
10008
+
- version
10009
+
- version desc
10005
10010
type: string
10006
10011
responses:
10007
10012
2XX:
@@ -10106,6 +10111,8 @@ paths:
10106
10111
- machineName desc
10107
10112
- status
10108
10113
- status desc
10114
+
- version
10115
+
- version desc
10109
10116
type: string
10110
10117
- name: $select
10111
10118
in: query
@@ -10121,6 +10128,7 @@ paths:
10121
10128
- externalIp
10122
10129
- machineName
10123
10130
- status
10131
+
- version
10124
10132
- memberOf
10125
10133
type: string
10126
10134
- name: $expand
@@ -10217,6 +10225,7 @@ paths:
10217
10225
- externalIp
10218
10226
- machineName
10219
10227
- status
10228
+
- version
10220
10229
- memberOf
10221
10230
type: string
10222
10231
- name: $expand
@@ -21313,7 +21322,7 @@ components:
21313
21322
description: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum
21314
21323
isMultiValued:
21315
21324
type: boolean
21316
-
description: 'Defines the directory extension as a multi-valued property. When true, the directory extension property can store a collection of objects of the dataType; for example, a collection of integers. The default value is false. Supports $filter (eq).'
21325
+
description: 'Defines the directory extension as a multi-valued property. When true, the directory extension property can store a collection of objects of the dataType; for example, a collection of integers. The default value is false.'
21317
21326
isSyncedFromOnPremises:
21318
21327
type: boolean
21319
21328
description: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only.
description: 'The internal url of the application. For example, https://intranet/.'
23890
23901
nullable: true
23902
+
isAccessibleViaZTNAClient:
23903
+
type: boolean
23904
+
nullable: true
23891
23905
isBackendCertificateValidationEnabled:
23892
23906
type: boolean
23893
23907
description: 'Indicates whether backend SSL certificate validation is enabled for the application. For all new Application Proxy apps, the property will be set to true by default. For all existing apps, the property will be set to false.'
@@ -25374,7 +25388,7 @@ components:
25374
25388
nullable: true
25375
25389
isFavorite:
25376
25390
type: boolean
25377
-
description: true if the user has flagged this person as a favorite.
25391
+
description: True if the user has flagged this person as a favorite.
description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.'
28819
28836
nullable: true
28820
28837
value:
28821
28838
type: string
28822
-
description: Value.
28839
+
description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false.
0 commit comments