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

    Interface UpdateRightsSuccess

    interface UpdateRightsSuccess {
        rights_id: string;
        terms: RightsTerms;
        generation_credentials?: GenerationCredential[];
        rights_constraint?: RightsConstraint;
        paused?: boolean;
        implementation_date?: string | null;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    rights_id: string

    Rights grant identifier

    generation_credentials?: GenerationCredential[]

    Re-issued credentials reflecting updated terms (new expiration dates, adjusted caps)

    rights_constraint?: RightsConstraint
    paused?: boolean

    Whether the grant is currently paused. Included when the update changes pause state.

    implementation_date?: string | null

    When changes take effect (null if pending approval from rights holder)

    date-time

    context?: ContextObject
    ext?: ExtensionObject