GoogleIdentityAccesscontextmanagerV1DevicePolicy constructor

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

Implementation

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