adobe-firefly-sdk
    Preparing search index...

    BaseAsset

    Contains the common properties for all assets in the system.


    NOTE: It is not intended to be used directly


    type BaseAsset = {
        ancestors?: Ancestors;
        assetId: AssetId;
        createdBy?: PrincipalId;
        createdDate?: Date;
        modifiedBy?: PrincipalId;
        modifiedDate?: Date;
        name: string;
        path?: Path;
        state?: "active" | "deleted" | "deleted_parent";
    }
    Index

    Properties

    ancestors?: Ancestors
    assetId: AssetId
    createdBy?: PrincipalId

    IMS user ID of the principal who created the asset

    createdDate?: Date

    Timestamp when the asset was created

    modifiedBy?: PrincipalId

    IMS user ID of the principal who last modified the asset

    modifiedDate?: Date

    Timestamp of the most recent update

    name: string

    Human-readable name of the asset

    path?: Path
    state?: "active" | "deleted" | "deleted_parent"

    Current state of the asset