adobe-firefly-sdk
    Preparing search index...

    Type Alias CommonNonProjectPermissions

    NonProjectPermissions

    The permissions for the user applicable to non-project type of asset

    type CommonNonProjectPermissions = {
        can_delete_assets: boolean;
        can_edit_assets: boolean;
        can_permanent_delete_assets: boolean;
        can_restore_assets: boolean;
        can_view_assets: boolean;
    }
    Index

    Properties

    can_delete_assets: boolean

    Whether the user can soft delete the asset

    can_edit_assets: boolean

    Whether the user can edit the asset

    can_permanent_delete_assets: boolean

    Whether the user can permanently delete the asset

    can_restore_assets: boolean

    Whether the user can restore the asset

    can_view_assets: boolean

    Whether the user can view the asset