ScopeMember: {
    createdAt: string;
    isAdmin: boolean;
    scope: ScopeName;
    updatedAt: string;
    user: User;
}

Type declaration

  • createdAt: string

    The date and time when the user was added to the scope.

  • isAdmin: boolean

    Whether the user is an admin of the scope.

  • scope: ScopeName
  • updatedAt: string

    The date and time when the scope member roles were last updated.

  • user: User