DevicePolicyArgs

fun DevicePolicyArgs(allowedDeviceManagementLevels: Output<List<DevicePolicyAllowedDeviceManagementLevelsItem>>? = null, allowedEncryptionStatuses: Output<List<DevicePolicyAllowedEncryptionStatusesItem>>? = null, osConstraints: Output<List<OsConstraintArgs>>? = null, requireAdminApproval: Output<Boolean>? = null, requireCorpOwned: Output<Boolean>? = null, requireScreenlock: Output<Boolean>? = null)