Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 890 Bytes

PolicyRuleOperators.md

File metadata and controls

22 lines (11 loc) · 890 Bytes

PolicyRuleOperators

Properties

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

Enum: PolicyRuleOperatorsWildcardEnum

  • Star (value: '*')

[Back to top] [Back to API list] [Back to Model list] [Back to README]