Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 742 Bytes

PolicyRuleOperators.md

File metadata and controls

25 lines (13 loc) · 742 Bytes

PolicyRuleOperators

Defines users/groups who can initiate the type of transaction to which the rule applies.

Properties

Name Type Description Notes
wildcard WildcardEnum If used then this property should appear as the only child property * "*" - All users are allowed [optional]
users List<String> Set of users ids [optional]
usersGroups List<String> Set of group ids [optional]
services List<String> set of services to initiate transactions [optional]

Enum: WildcardEnum

Name Value
STAR "*"