Skip to main content

RevokePermissionRequest

  • Stability: stable

Removes an authorization edge so the principal no longer has the specified permission on the resource. Use this to revoke access during offboarding or policy changes.

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

Properties

NameTypeDescription
principal_idUuidPrincipal whose permission edge should be removed.
resourceStringResource portion of the tuple to revoke.
permissionStringPermission or relation name to revoke.

Back to Control Plane