service/domain/workflow/subproject_permission_grant
Api Code Documentation / Exports / service/domain/workflow/subproject_permission_grant
Table of contents
Functions
Functions
grantSubprojectPermission
▸ grantSubprojectPermission(ctx
, issuer
, projectId
, subprojectId
, grantee
, intent
, repository
): Promise
<Type
<BusinessEvent
[]>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
subprojectId | string |
grantee | string |
intent | default |
repository | Repository |
Returns
Promise
<Type
<BusinessEvent
[]>>
Defined in
src/service/domain/workflow/subproject_permission_grant.ts:27