approvedPermissions property

String? approvedPermissions
getter/setter pair

Sets how new permission requests for the product are handled.

"allPermissions" automatically approves all current and future permissions for the product. "currentPermissionsOnly" approves the current set of permissions for the product, but any future permissions added through updates will require manual reapproval. If not specified, only the current set of permissions will be approved. Possible string values are:

  • "currentPermissionsOnly" : Approve only the permissions the product requires at approval time. If an update requires additional permissions, the app will not be updated on devices associated with enterprise users until the additional permissions are approved.
  • "allPermissions" : All current and future permissions the app requires are automatically approved.

Implementation

core.String? approvedPermissions;