DevicePolicy constructor

DevicePolicy({
  1. List<String>? allowedDeviceManagementLevels,
  2. List<String>? allowedEncryptionStatuses,
  3. List<OsConstraint>? osConstraints,
  4. bool? requireAdminApproval,
  5. bool? requireCorpOwned,
  6. bool? requireScreenlock,
})

Implementation

DevicePolicy({
  this.allowedDeviceManagementLevels,
  this.allowedEncryptionStatuses,
  this.osConstraints,
  this.requireAdminApproval,
  this.requireCorpOwned,
  this.requireScreenlock,
});