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

PermissionDescriptorRecord

    PermissionDescriptorBase defines the base fields for a permission descriptor.

    Properties

    • created string required
      When the role was created.
    • name string optional
      The name of the permission descriptor.
    • description string optional
      A human-readable description of the permission descriptor.
    • modified string required
      When the role was last modified.
    • id string required
      The unique identifier for this role.
    • resourceType string optional
      The resource type this permission descriptor applies to.
    • orgId string required
      The ID of the organization this role belongs to.
    • uxPurpose enum optional
      The UX purpose of this permission descriptor (e.g. role, policy, set).
      Values: role, role_private, role_temporary, policy, set
    • defaultIdentifier string optional
      The identifier for default roles. Empty for custom roles.
    • details PermissionDescriptor optional
      The detailed permission descriptor tree.
    • __type string required
    • version integer required
      The version of this role.
    • isOrgDefault boolean required
      Whether this role is the organization default.