1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. PermissionSelectvalue

PermissionSelectvalue

    PermissionSelectvalue pairs a value expression with its corresponding permission descriptor node.

    Properties

    • value PermissionExpression optional
      The value expression to match against the selector.
    • __type string required
    • node PermissionDescriptor optional
      The permission descriptor to apply when this value matches.
    • __type string required