adobe-firefly-sdk
    Preparing search index...

    Type Alias ProjectPermissions

    ProjectPermissions: CommonPermissions & ContainerOnlyPermissions & {
        can_delete: boolean;
        can_edit_project: boolean;
        can_permanent_delete: boolean;
        can_restore: boolean;
        can_view_project: boolean;
    }

    ProjectPermissions

    The permissions for the user on a project

    Type Declaration

    • can_delete: boolean

      Whether the user can soft delete the project

    • can_edit_project: boolean

      Whether the user can edit the project

    • can_permanent_delete: boolean

      Whether the user can permanently delete the project

    • can_restore: boolean

      Whether the user can restore the project

    • can_view_project: boolean

      Whether the user can view the project