@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20240129 → 0.0.20240207
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 +8 -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: 20240207
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -124,6 +124,8 @@ declare namespace gapi.client {
|
|
|
124
124
|
autoUpdateMode?: string;
|
|
125
125
|
/** Controls whether the app can communicate with itself across a device’s work and personal profiles, subject to user consent. */
|
|
126
126
|
connectedWorkAndPersonalApp?: string;
|
|
127
|
+
/** Optional. Whether the app is allowed to act as a credential provider on Android 14 and above. */
|
|
128
|
+
credentialProviderPolicy?: string;
|
|
127
129
|
/** 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
130
|
defaultPermissionPolicy?: string;
|
|
129
131
|
/** The scopes delegated to the app from Android Device Policy. These provide additional privileges for the applications they are applied to. */
|
|
@@ -134,7 +136,7 @@ declare namespace gapi.client {
|
|
|
134
136
|
extensionConfig?: ExtensionConfig;
|
|
135
137
|
/** Optional. The constraints for installing the app. You can specify a maximum of one InstallConstraint. Multiple constraints are rejected. */
|
|
136
138
|
installConstraint?: InstallConstraint[];
|
|
137
|
-
/** Optional. Amongst apps with
|
|
139
|
+
/** 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
140
|
installPriority?: number;
|
|
139
141
|
/** The type of installation to perform. */
|
|
140
142
|
installType?: string;
|
|
@@ -1030,6 +1032,8 @@ declare namespace gapi.client {
|
|
|
1030
1032
|
complianceRules?: ComplianceRule[];
|
|
1031
1033
|
/** Whether creating windows besides app windows is disabled. */
|
|
1032
1034
|
createWindowsDisabled?: boolean;
|
|
1035
|
+
/** 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. */
|
|
1036
|
+
credentialProviderPolicyDefault?: string;
|
|
1033
1037
|
/** Whether configuring user credentials is disabled. */
|
|
1034
1038
|
credentialsConfigDisabled?: boolean;
|
|
1035
1039
|
/** Cross-profile policies applied on the device. */
|
|
@@ -1118,6 +1122,8 @@ declare namespace gapi.client {
|
|
|
1118
1122
|
policyEnforcementRules?: PolicyEnforcementRule[];
|
|
1119
1123
|
/** 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
1124
|
preferentialNetworkService?: string;
|
|
1125
|
+
/** Optional. Controls whether printing is allowed. This is supported on devices running Android 9 and above. . */
|
|
1126
|
+
printingPolicy?: string;
|
|
1121
1127
|
/** 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
1128
|
privateKeySelectionEnabled?: boolean;
|
|
1123
1129
|
/** 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. */
|