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
>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
userId | string |
issuer | ServiceUser |
issuerOrganization | string |
repository | Repository |
#
ReturnsPromise
<Type
<UserAssignments
>>
#
Defined insrc/service/domain/workflow/user_assignments_get.ts:41
#
hasAssignmentsâ–¸ hasAssignments(assignments
): boolean
#
ParametersName | Type |
---|---|
assignments | UserAssignments |
#
Returnsboolean
#
Defined insrc/service/domain/workflow/user_assignments_get.ts:187
#
toStringâ–¸ toString(assignments
): string
#
ParametersName | Type |
---|---|
assignments | UserAssignments |
#
Returnsstring