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
| Name | Type | Description |
|---|---|---|
user | String | User or principal subject string stored in the tuple. |
relation | String | Relation or role name connecting the user to the object. |
object | String | Object or resource identifier referenced by the tuple. |