Skip to content

Commit

Permalink
feat(androidmanagement): update the api
Browse files Browse the repository at this point in the history
#### androidmanagement:v1

The following keys were added:
- schemas.DeviceConnectivityManagement (Total Keys: 3)
- schemas.Policy.properties.deviceConnectivityManagement.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent 6b91e38 commit 4b79abb
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 20 deletions.
36 changes: 24 additions & 12 deletions docs/dyn/androidmanagement_v1.enterprises.policies.html
Expand Up @@ -152,9 +152,9 @@ <h3>Method Details</h3>
&quot;androidDevicePolicyTracks&quot;: [ # The app tracks for Android Device Policy the device can access. The device receives the latest version among all accessible tracks. If no tracks are specified, then the device only uses the production track.
&quot;A String&quot;,
],
&quot;appAutoUpdatePolicy&quot;: &quot;A String&quot;, # Deprecated. Use autoUpdateMode instead.When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.The app auto update policy, which controls when automatic app updates can be applied.
&quot;appAutoUpdatePolicy&quot;: &quot;A String&quot;, # Recommended alternative: autoUpdateMode which is set per app, provides greater flexibility around update frequency.When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.The app auto update policy, which controls when automatic app updates can be applied.
&quot;applications&quot;: [ # Policy applied to apps.
{ # Policy for an individual app.
{ # Policy for an individual app. Note: Application availability on a given device cannot be changed using this policy if installAppsDisabled is enabled.
&quot;accessibleTrackIds&quot;: [ # List of the app鈥檚 track IDs that a device belonging to the enterprise can access. If the list contains multiple track IDs, devices receive the latest version among all accessible tracks. If the list contains no track IDs, devices only have access to the app鈥檚 production track. More details about each track are available in AppTrackInfo.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -239,6 +239,9 @@ <h3>Method Details</h3>
&quot;dataRoamingDisabled&quot;: True or False, # Whether roaming data services are disabled.
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.
&quot;deviceConnectivityManagement&quot;: { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
&quot;usbDataAccess&quot;: &quot;A String&quot;, # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
},
&quot;deviceOwnerLockScreenInfo&quot;: { # Provides a user-facing message with locale info. The maximum message length is 4096 characters. # The device owner information to be shown on the lock screen.
&quot;defaultMessage&quot;: &quot;A String&quot;, # The default message displayed if no localized message is specified or the user&#x27;s locale doesn&#x27;t match with any of the localized messages. A default message must be provided if any localized messages are provided.
&quot;localizedMessages&quot;: { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
Expand Down Expand Up @@ -487,7 +490,7 @@ <h3>Method Details</h3>
&quot;usbMassStorageEnabled&quot;: True or False, # Whether USB storage is enabled. Deprecated.
&quot;version&quot;: &quot;A String&quot;, # The version of the policy. This is a read-only field. The version is incremented each time the policy is updated.
&quot;vpnConfigDisabled&quot;: True or False, # Whether configuring VPN is disabled.
&quot;wifiConfigDisabled&quot;: True or False, # Whether configuring Wi-Fi access points is disabled. Note: If a network connection can&#x27;t be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled).
&quot;wifiConfigDisabled&quot;: True or False, # Whether configuring Wi-Fi networks is disabled. Supported on fully managed devices and work profiles on company-owned devices. For fully managed devices, setting this to true removes all configured networks and retains only the networks configured using openNetworkConfiguration. For work profiles on company-owned devices, existing configured networks are not affected and the user is not allowed to add, remove, or modify Wi-Fi networks. Note: If a network connection can&#x27;t be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled).
&quot;wifiConfigsLockdownEnabled&quot;: True or False, # DEPRECATED - Use wifi_config_disabled.
}</pre>
</div>
Expand Down Expand Up @@ -533,9 +536,9 @@ <h3>Method Details</h3>
&quot;androidDevicePolicyTracks&quot;: [ # The app tracks for Android Device Policy the device can access. The device receives the latest version among all accessible tracks. If no tracks are specified, then the device only uses the production track.
&quot;A String&quot;,
],
&quot;appAutoUpdatePolicy&quot;: &quot;A String&quot;, # Deprecated. Use autoUpdateMode instead.When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.The app auto update policy, which controls when automatic app updates can be applied.
&quot;appAutoUpdatePolicy&quot;: &quot;A String&quot;, # Recommended alternative: autoUpdateMode which is set per app, provides greater flexibility around update frequency.When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.The app auto update policy, which controls when automatic app updates can be applied.
&quot;applications&quot;: [ # Policy applied to apps.
{ # Policy for an individual app.
{ # Policy for an individual app. Note: Application availability on a given device cannot be changed using this policy if installAppsDisabled is enabled.
&quot;accessibleTrackIds&quot;: [ # List of the app鈥檚 track IDs that a device belonging to the enterprise can access. If the list contains multiple track IDs, devices receive the latest version among all accessible tracks. If the list contains no track IDs, devices only have access to the app鈥檚 production track. More details about each track are available in AppTrackInfo.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -620,6 +623,9 @@ <h3>Method Details</h3>
&quot;dataRoamingDisabled&quot;: True or False, # Whether roaming data services are disabled.
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.
&quot;deviceConnectivityManagement&quot;: { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
&quot;usbDataAccess&quot;: &quot;A String&quot;, # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
},
&quot;deviceOwnerLockScreenInfo&quot;: { # Provides a user-facing message with locale info. The maximum message length is 4096 characters. # The device owner information to be shown on the lock screen.
&quot;defaultMessage&quot;: &quot;A String&quot;, # The default message displayed if no localized message is specified or the user&#x27;s locale doesn&#x27;t match with any of the localized messages. A default message must be provided if any localized messages are provided.
&quot;localizedMessages&quot;: { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
Expand Down Expand Up @@ -868,7 +874,7 @@ <h3>Method Details</h3>
&quot;usbMassStorageEnabled&quot;: True or False, # Whether USB storage is enabled. Deprecated.
&quot;version&quot;: &quot;A String&quot;, # The version of the policy. This is a read-only field. The version is incremented each time the policy is updated.
&quot;vpnConfigDisabled&quot;: True or False, # Whether configuring VPN is disabled.
&quot;wifiConfigDisabled&quot;: True or False, # Whether configuring Wi-Fi access points is disabled. Note: If a network connection can&#x27;t be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled).
&quot;wifiConfigDisabled&quot;: True or False, # Whether configuring Wi-Fi networks is disabled. Supported on fully managed devices and work profiles on company-owned devices. For fully managed devices, setting this to true removes all configured networks and retains only the networks configured using openNetworkConfiguration. For work profiles on company-owned devices, existing configured networks are not affected and the user is not allowed to add, remove, or modify Wi-Fi networks. Note: If a network connection can&#x27;t be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled).
&quot;wifiConfigsLockdownEnabled&quot;: True or False, # DEPRECATED - Use wifi_config_disabled.
},
],
Expand Down Expand Up @@ -920,9 +926,9 @@ <h3>Method Details</h3>
&quot;androidDevicePolicyTracks&quot;: [ # The app tracks for Android Device Policy the device can access. The device receives the latest version among all accessible tracks. If no tracks are specified, then the device only uses the production track.
&quot;A String&quot;,
],
&quot;appAutoUpdatePolicy&quot;: &quot;A String&quot;, # Deprecated. Use autoUpdateMode instead.When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.The app auto update policy, which controls when automatic app updates can be applied.
&quot;appAutoUpdatePolicy&quot;: &quot;A String&quot;, # Recommended alternative: autoUpdateMode which is set per app, provides greater flexibility around update frequency.When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.The app auto update policy, which controls when automatic app updates can be applied.
&quot;applications&quot;: [ # Policy applied to apps.
{ # Policy for an individual app.
{ # Policy for an individual app. Note: Application availability on a given device cannot be changed using this policy if installAppsDisabled is enabled.
&quot;accessibleTrackIds&quot;: [ # List of the app鈥檚 track IDs that a device belonging to the enterprise can access. If the list contains multiple track IDs, devices receive the latest version among all accessible tracks. If the list contains no track IDs, devices only have access to the app鈥檚 production track. More details about each track are available in AppTrackInfo.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -1007,6 +1013,9 @@ <h3>Method Details</h3>
&quot;dataRoamingDisabled&quot;: True or False, # Whether roaming data services are disabled.
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.
&quot;deviceConnectivityManagement&quot;: { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
&quot;usbDataAccess&quot;: &quot;A String&quot;, # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
},
&quot;deviceOwnerLockScreenInfo&quot;: { # Provides a user-facing message with locale info. The maximum message length is 4096 characters. # The device owner information to be shown on the lock screen.
&quot;defaultMessage&quot;: &quot;A String&quot;, # The default message displayed if no localized message is specified or the user&#x27;s locale doesn&#x27;t match with any of the localized messages. A default message must be provided if any localized messages are provided.
&quot;localizedMessages&quot;: { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
Expand Down Expand Up @@ -1255,7 +1264,7 @@ <h3>Method Details</h3>
&quot;usbMassStorageEnabled&quot;: True or False, # Whether USB storage is enabled. Deprecated.
&quot;version&quot;: &quot;A String&quot;, # The version of the policy. This is a read-only field. The version is incremented each time the policy is updated.
&quot;vpnConfigDisabled&quot;: True or False, # Whether configuring VPN is disabled.
&quot;wifiConfigDisabled&quot;: True or False, # Whether configuring Wi-Fi access points is disabled. Note: If a network connection can&#x27;t be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled).
&quot;wifiConfigDisabled&quot;: True or False, # Whether configuring Wi-Fi networks is disabled. Supported on fully managed devices and work profiles on company-owned devices. For fully managed devices, setting this to true removes all configured networks and retains only the networks configured using openNetworkConfiguration. For work profiles on company-owned devices, existing configured networks are not affected and the user is not allowed to add, remove, or modify Wi-Fi networks. Note: If a network connection can&#x27;t be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled).
&quot;wifiConfigsLockdownEnabled&quot;: True or False, # DEPRECATED - Use wifi_config_disabled.
}

Expand Down Expand Up @@ -1290,9 +1299,9 @@ <h3>Method Details</h3>
&quot;androidDevicePolicyTracks&quot;: [ # The app tracks for Android Device Policy the device can access. The device receives the latest version among all accessible tracks. If no tracks are specified, then the device only uses the production track.
&quot;A String&quot;,
],
&quot;appAutoUpdatePolicy&quot;: &quot;A String&quot;, # Deprecated. Use autoUpdateMode instead.When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.The app auto update policy, which controls when automatic app updates can be applied.
&quot;appAutoUpdatePolicy&quot;: &quot;A String&quot;, # Recommended alternative: autoUpdateMode which is set per app, provides greater flexibility around update frequency.When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.The app auto update policy, which controls when automatic app updates can be applied.
&quot;applications&quot;: [ # Policy applied to apps.
{ # Policy for an individual app.
{ # Policy for an individual app. Note: Application availability on a given device cannot be changed using this policy if installAppsDisabled is enabled.
&quot;accessibleTrackIds&quot;: [ # List of the app鈥檚 track IDs that a device belonging to the enterprise can access. If the list contains multiple track IDs, devices receive the latest version among all accessible tracks. If the list contains no track IDs, devices only have access to the app鈥檚 production track. More details about each track are available in AppTrackInfo.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -1377,6 +1386,9 @@ <h3>Method Details</h3>
&quot;dataRoamingDisabled&quot;: True or False, # Whether roaming data services are disabled.
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.
&quot;deviceConnectivityManagement&quot;: { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
&quot;usbDataAccess&quot;: &quot;A String&quot;, # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
},
&quot;deviceOwnerLockScreenInfo&quot;: { # Provides a user-facing message with locale info. The maximum message length is 4096 characters. # The device owner information to be shown on the lock screen.
&quot;defaultMessage&quot;: &quot;A String&quot;, # The default message displayed if no localized message is specified or the user&#x27;s locale doesn&#x27;t match with any of the localized messages. A default message must be provided if any localized messages are provided.
&quot;localizedMessages&quot;: { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
Expand Down Expand Up @@ -1625,7 +1637,7 @@ <h3>Method Details</h3>
&quot;usbMassStorageEnabled&quot;: True or False, # Whether USB storage is enabled. Deprecated.
&quot;version&quot;: &quot;A String&quot;, # The version of the policy. This is a read-only field. The version is incremented each time the policy is updated.
&quot;vpnConfigDisabled&quot;: True or False, # Whether configuring VPN is disabled.
&quot;wifiConfigDisabled&quot;: True or False, # Whether configuring Wi-Fi access points is disabled. Note: If a network connection can&#x27;t be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled).
&quot;wifiConfigDisabled&quot;: True or False, # Whether configuring Wi-Fi networks is disabled. Supported on fully managed devices and work profiles on company-owned devices. For fully managed devices, setting this to true removes all configured networks and retains only the networks configured using openNetworkConfiguration. For work profiles on company-owned devices, existing configured networks are not affected and the user is not allowed to add, remove, or modify Wi-Fi networks. Note: If a network connection can&#x27;t be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled).
&quot;wifiConfigsLockdownEnabled&quot;: True or False, # DEPRECATED - Use wifi_config_disabled.
}</pre>
</div>
Expand Down

0 comments on commit 4b79abb

Please sign in to comment.