Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRoleAssignmentCollection

IRoleAssignmentCollection

Hierarchy

Index

Properties

Optional done

done: (resolve: (value?: Array<RoleAssignment>) => void) => void

Type declaration

existsFl

existsFl: boolean

True, if the object exists, false otherwise.

nextFl

nextFl: boolean

True, if more items exist.

response

response: string

The response

results

results: Array<RoleAssignment>

Results

Methods

addRoleAssignment

  • addRoleAssignment(principalId?: number, roleDefId?: number): IBaseExecution<any>

getByPrincipalId

next

removeRoleAssignment

  • removeRoleAssignment(principalId?: number, roleDefId?: number): IBaseExecution<any>

stringify

  • stringify(): string

Generated using TypeDoc