Type Alias PermissionBeta

Permission: WorkspaceItem & {
    os_flags?: number;
    os_permission: number;
    os_role?: string;
    os_username?: string;
}

Type representing a permission for a workspace item.

Type declaration

  • Optional Betaos_flags?: number

    The flags associated with the permission

  • Betaos_permission: number

    The permission value.

  • Optional Betaos_role?: string

    The role associated with the permission.

  • Optional Betaos_username?: string

    The username associated with the permission.