IQ FireWatch LogoIQ FireWatch Docs

Permission

Grants a permission for a message type to a role.

Entity: Permission

Description

Grants a permission (PTID) for a message type (MTID) to a role (RID).

Attributes

AttributeType / UnitDescription
MTIDPK+FK → MessageType(MTID)Message type.
PTIDPK+FK → PermissionType(PTID)Permission type.
RIDPK+FK → Role(RID)Role.
constraint_valuestring/jsonConstraint literal/value.

Keys

  • Primary Key (composite): (MTID, PTID, RID)
  • Foreign Keys: MTIDMessageType.MTID, PTIDPermissionType.PTID, RIDRole.RID
  • Unique Keys:

On this page