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: docs/dyn/androidenterprise_v1.devices.html
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,11 @@ <h3>Method Details</h3>
158
158
"minimumVersionCode": 42, # The minimum version of the app. If a lower version of the app is installed, then the app will be auto-updated according to the auto-install constraints, instead of waiting for the regular auto-update. You can set a minimum version code for at most 20 apps per device.
159
159
},
160
160
"autoUpdateMode": "A String", # The auto-update mode for the product.
161
+
"enterpriseAuthenticationAppLinkConfigs": [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider's authenticator app during the authentication happening in a private app using Android WebView. Authenticator app should already be the [default handler](https://developer.android.com/training/app-links/verify-site-associations) for the authentication url on the device.
162
+
{ # An authentication URL configuration for the authenticator app of an identity provider.
163
+
"uri": "A String", # An authentication url.
164
+
},
165
+
],
161
166
"managedConfiguration": { # A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
162
167
"configurationVariables": { # A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings. # Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
163
168
"mcmId": "A String", # The ID of the managed configurations settings.
@@ -288,6 +293,11 @@ <h3>Method Details</h3>
288
293
"minimumVersionCode": 42, # The minimum version of the app. If a lower version of the app is installed, then the app will be auto-updated according to the auto-install constraints, instead of waiting for the regular auto-update. You can set a minimum version code for at most 20 apps per device.
289
294
},
290
295
"autoUpdateMode": "A String", # The auto-update mode for the product.
296
+
"enterpriseAuthenticationAppLinkConfigs": [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider's authenticator app during the authentication happening in a private app using Android WebView. Authenticator app should already be the [default handler](https://developer.android.com/training/app-links/verify-site-associations) for the authentication url on the device.
297
+
{ # An authentication URL configuration for the authenticator app of an identity provider.
298
+
"uri": "A String", # An authentication url.
299
+
},
300
+
],
291
301
"managedConfiguration": { # A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
292
302
"configurationVariables": { # A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings. # Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
293
303
"mcmId": "A String", # The ID of the managed configurations settings.
@@ -421,6 +431,11 @@ <h3>Method Details</h3>
421
431
"minimumVersionCode": 42, # The minimum version of the app. If a lower version of the app is installed, then the app will be auto-updated according to the auto-install constraints, instead of waiting for the regular auto-update. You can set a minimum version code for at most 20 apps per device.
422
432
},
423
433
"autoUpdateMode": "A String", # The auto-update mode for the product.
434
+
"enterpriseAuthenticationAppLinkConfigs": [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider's authenticator app during the authentication happening in a private app using Android WebView. Authenticator app should already be the [default handler](https://developer.android.com/training/app-links/verify-site-associations) for the authentication url on the device.
435
+
{ # An authentication URL configuration for the authenticator app of an identity provider.
436
+
"uri": "A String", # An authentication url.
437
+
},
438
+
],
424
439
"managedConfiguration": { # A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
425
440
"configurationVariables": { # A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings. # Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
426
441
"mcmId": "A String", # The ID of the managed configurations settings.
@@ -521,6 +536,11 @@ <h3>Method Details</h3>
521
536
"minimumVersionCode": 42, # The minimum version of the app. If a lower version of the app is installed, then the app will be auto-updated according to the auto-install constraints, instead of waiting for the regular auto-update. You can set a minimum version code for at most 20 apps per device.
522
537
},
523
538
"autoUpdateMode": "A String", # The auto-update mode for the product.
539
+
"enterpriseAuthenticationAppLinkConfigs": [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider's authenticator app during the authentication happening in a private app using Android WebView. Authenticator app should already be the [default handler](https://developer.android.com/training/app-links/verify-site-associations) for the authentication url on the device.
540
+
{ # An authentication URL configuration for the authenticator app of an identity provider.
541
+
"uri": "A String", # An authentication url.
542
+
},
543
+
],
524
544
"managedConfiguration": { # A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
525
545
"configurationVariables": { # A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings. # Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
526
546
"mcmId": "A String", # The ID of the managed configurations settings.
"description": "An authentication URL configuration for the authenticator app of an identity provider.",
3246
+
"id": "EnterpriseAuthenticationAppLinkConfig",
3247
+
"properties": {
3248
+
"uri": {
3249
+
"description": "An authentication url.",
3250
+
"type": "string"
3251
+
}
3252
+
},
3253
+
"type": "object"
3254
+
},
3244
3255
"EnterprisesListResponse": {
3245
3256
"id": "EnterprisesListResponse",
3246
3257
"properties": {
@@ -4232,6 +4243,13 @@
4232
4243
],
4233
4244
"type": "string"
4234
4245
},
4246
+
"enterpriseAuthenticationAppLinkConfigs": {
4247
+
"description": "An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider's authenticator app during the authentication happening in a private app using Android WebView. Authenticator app should already be the [default handler](https://developer.android.com/training/app-links/verify-site-associations) for the authentication url on the device.",
4248
+
"items": {
4249
+
"$ref": "EnterpriseAuthenticationAppLinkConfig"
4250
+
},
4251
+
"type": "array"
4252
+
},
4235
4253
"managedConfiguration": {
4236
4254
"$ref": "ManagedConfiguration",
4237
4255
"description": "The managed configuration for the product."
0 commit comments