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

PermissionDescriptorBase

    PermissionDescriptorBase defines the base fields for a permission descriptor.

    Properties

    • name string optional
      The name of the permission descriptor.
    • description string optional
      A human-readable description of the permission descriptor.
    • resourceType string optional
      The resource type this permission descriptor applies to.
    • uxPurpose enum optional
      The UX purpose of this permission descriptor (e.g. role, policy, set).
      Values: role, role_private, role_temporary, policy, set
    • details PermissionDescriptor optional
      The detailed permission descriptor tree.
    • __type string required