priority: Int!
Priority of the rule. Rules are evaluated in order from lowest to highest value. First are evaulated rules that allows access, then these that disallow it.
description: String!
Description of this access rule.
remoteOrigin: IPNetwork2
CIDR standardized network mask, to limit from where this client or user can connect to Qualo.
startDate: DateTime
Date and time when this rule will start to take effect.
endDate: DateTime
Date and time when this rule will stop take effect.
dateTimeMask: CrontabSchedule
Cron mask that can be used to point certain moments in time in which this rule is active.
isAccessAllowed: Boolean!
If true then access to system will be allowed, if false it will be denied.
