@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20240129 → 0.0.20240213
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +10 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://androidmanagement.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240213
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -40,6 +40,8 @@ declare namespace gapi.client {
|
|
|
40
40
|
developerSettings?: string;
|
|
41
41
|
/** Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced. Replaces ensureVerifyAppsEnabled (deprecated). */
|
|
42
42
|
googlePlayProtectVerifyApps?: string;
|
|
43
|
+
/** Optional. Controls Memory Tagging Extension (MTE) (https://source.android.com/docs/security/test/memory-safety/arm-mte) on the device. The device needs to be rebooted to apply changes to the MTE policy. */
|
|
44
|
+
mtePolicy?: string;
|
|
43
45
|
/** Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService). By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name. */
|
|
44
46
|
personalAppsThatCanReadWorkNotifications?: string[];
|
|
45
47
|
/** The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces install_unknown_sources_allowed (deprecated). */
|
|
@@ -124,6 +126,8 @@ declare namespace gapi.client {
|
|
|
124
126
|
autoUpdateMode?: string;
|
|
125
127
|
/** Controls whether the app can communicate with itself across a device’s work and personal profiles, subject to user consent. */
|
|
126
128
|
connectedWorkAndPersonalApp?: string;
|
|
129
|
+
/** Optional. Whether the app is allowed to act as a credential provider on Android 14 and above. */
|
|
130
|
+
credentialProviderPolicy?: string;
|
|
127
131
|
/** The default policy for all permissions requested by the app. If specified, this overrides the policy-level default_permission_policy which applies to all apps. It does not override the permission_grants which applies to all apps. */
|
|
128
132
|
defaultPermissionPolicy?: string;
|
|
129
133
|
/** The scopes delegated to the app from Android Device Policy. These provide additional privileges for the applications they are applied to. */
|
|
@@ -134,7 +138,7 @@ declare namespace gapi.client {
|
|
|
134
138
|
extensionConfig?: ExtensionConfig;
|
|
135
139
|
/** Optional. The constraints for installing the app. You can specify a maximum of one InstallConstraint. Multiple constraints are rejected. */
|
|
136
140
|
installConstraint?: InstallConstraint[];
|
|
137
|
-
/** Optional. Amongst apps with
|
|
141
|
+
/** Optional. Amongst apps with installType set to: FORCE_INSTALLED PREINSTALLEDthis controls the relative priority of installation. A value of 0 (default) means this app has no priority over other apps. For values between 1 and 10,000, a lower value means a higher priority. Values outside of the range 0 to 10,000 inclusive are rejected. */
|
|
138
142
|
installPriority?: number;
|
|
139
143
|
/** The type of installation to perform. */
|
|
140
144
|
installType?: string;
|
|
@@ -1030,6 +1034,8 @@ declare namespace gapi.client {
|
|
|
1030
1034
|
complianceRules?: ComplianceRule[];
|
|
1031
1035
|
/** Whether creating windows besides app windows is disabled. */
|
|
1032
1036
|
createWindowsDisabled?: boolean;
|
|
1037
|
+
/** Controls which apps are allowed to act as credential providers on Android 14 and above. These apps store credentials, see this (https://developer.android.com/training/sign-in/passkeys) and this (https://developer.android.com/reference/androidx/credentials/CredentialManager) for details. See also credentialProviderPolicy. */
|
|
1038
|
+
credentialProviderPolicyDefault?: string;
|
|
1033
1039
|
/** Whether configuring user credentials is disabled. */
|
|
1034
1040
|
credentialsConfigDisabled?: boolean;
|
|
1035
1041
|
/** Cross-profile policies applied on the device. */
|
|
@@ -1118,6 +1124,8 @@ declare namespace gapi.client {
|
|
|
1118
1124
|
policyEnforcementRules?: PolicyEnforcementRule[];
|
|
1119
1125
|
/** Controls whether preferential network service is enabled on the work profile. For example, an organization may have an agreement with a carrier that all of the work data from its employees' devices will be sent via a network service dedicated for enterprise use. An example of a supported preferential network service is the enterprise slice on 5G networks. This has no effect on fully managed devices. */
|
|
1120
1126
|
preferentialNetworkService?: string;
|
|
1127
|
+
/** Optional. Controls whether printing is allowed. This is supported on devices running Android 9 and above. . */
|
|
1128
|
+
printingPolicy?: string;
|
|
1121
1129
|
/** Allows showing UI on a device for a user to choose a private key alias if there are no matching rules in ChoosePrivateKeyRules. For devices below Android P, setting this may leave enterprise keys vulnerable. This value will have no effect if any application has CERT_SELECTION delegation scope. */
|
|
1122
1130
|
privateKeySelectionEnabled?: boolean;
|
|
1123
1131
|
/** The network-independent global HTTP proxy. Typically proxies should be configured per-network in open_network_configuration. However for unusual configurations like general internal filtering a global HTTP proxy may be useful. If the proxy is not accessible, network access may break. The global proxy is only a recommendation and some apps may ignore it. */
|