Skip to main content

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#

NameType
ctxCtx
userIdstring
issuerServiceUser
issuerOrganizationstring
repositoryRepository

Returns#

Promise<Type<UserAssignments>>

Defined in#

src/service/domain/workflow/user_assignments_get.ts:41


hasAssignments#

â–¸ hasAssignments(assignments): boolean

Parameters#

NameType
assignmentsUserAssignments

Returns#

boolean

Defined in#

src/service/domain/workflow/user_assignments_get.ts:187


toString#

â–¸ toString(assignments): string

Parameters#

NameType
assignmentsUserAssignments

Returns#

string

Defined in#

src/service/domain/workflow/user_assignments_get.ts:148