adobe-firefly-sdk
    Preparing search index...

    Type Alias CommonPermissions

    CommonPermissions

    Common Permissions for the user on any kind of asset

    type CommonPermissions = {
        can_comment: boolean;
        can_download_assets: boolean;
        can_share: boolean;
    }
    Index

    Properties

    can_comment: boolean

    Whether the user can comment on the asset

    can_download_assets: boolean

    Whether the user can download the asset

    can_share: boolean

    Whether the user can share the asset with other users