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

PermissionDescriptorSelect

    Base type for permission descriptors.

    Properties

    • selector PermissionExpression optional
      The expression used to select which option to apply.
    • __type string required
    • options array[PermissionSelectvalue] optional
      The available options to select from based on the selector expression.
    • value PermissionExpression optional
      The value expression to match against the selector.
    • node PermissionDescriptor optional
      The permission descriptor to apply when this value matches.
    • __type string required