Skip to main content

PermissionTuple

  • Stability: stable

Represents user, relation, and object components compatible with the control plane's underlying authorization model.

  • Qualified id: com.dataspine.controlplane.PermissionTuple@1
  • Kind: struct

Properties

NameTypeDescription
userStringUser or principal subject string stored in the tuple.
relationStringRelation or role name connecting the user to the object.
objectStringObject or resource identifier referenced by the tuple.

Back to Control Plane