service/domain/workflow/user_assignments_get
Api Code Documentation / Exports / service/domain/workflow/user_assignments_get
Table of contents
Interfaces
Functions
Functions
getUserAssignments
▸ getUserAssignments(ctx
, userId
, issuer
, issuerOrganization
, repository
): Promise
<Type
<UserAssignments
>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
userId | string |
issuer | ServiceUser |
issuerOrganization | string |
repository | Repository |
Returns
Promise
<Type
<UserAssignments
>>
Defined in
src/service/domain/workflow/user_assignments_get.ts:43
hasAssignments
▸ hasAssignments(assignments
): boolean
Parameters
Name | Type |
---|---|
assignments | UserAssignments |
Returns
boolean
Defined in
src/service/domain/workflow/user_assignments_get.ts:189
toString
▸ toString(assignments
): string
Parameters
Name | Type |
---|---|
assignments | UserAssignments |
Returns
string