Skip to main content

GrantPermissionRequest

  • Stability: stable

Creates an authorization edge that allows a principal to act on a specific resource. Use this to grant access (for example, to administer a data product, mutate an organization, or manage applications) according to your deployment's permission model.

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

Properties

NameTypeDescription
principal_idUuidPrincipal receiving the new permission edge.
resourceStringResource identifier or object string understood by the authorization engine.
permissionStringPermission or relation name to grant on the resource.

Back to Control Plane