@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface AcquireRightsAcquired

    interface AcquireRightsAcquired {
        rights_id: string;
        status: "acquired";
        brand_id: string;
        terms: RightsTerms;
        generation_credentials: GenerationCredential[];
        restrictions?: string[];
        disclosure?: { required: boolean; text?: string };
        approval_webhook?: PushNotificationConfig;
        usage_reporting_url?: string;
        rights_constraint: RightsConstraint;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    rights_id: string

    Rights grant identifier

    status: "acquired"

    Rights have been cleared and credentials issued

    brand_id: string

    Brand identifier of the rights subject

    generation_credentials: GenerationCredential[]

    Scoped credentials for generating rights-cleared content

    restrictions?: string[]

    Usage restrictions and requirements

    disclosure?: { required: boolean; text?: string }

    Required disclosure for creatives using these rights

    Type Declaration

    • required: boolean

      Whether disclosure is required

    • Optionaltext?: string

      Disclosure text to include with the creative

    approval_webhook?: PushNotificationConfig
    usage_reporting_url?: string

    Endpoint for reporting usage against these rights

    rights_constraint: RightsConstraint
    context?: ContextObject
    ext?: ExtensionObject