@adcp/client API Reference - v3.3.3
    Preparing search index...

    Interface ListAuthorizedPropertiesRequest

    Request parameters for discovering which publishers this agent is authorized to represent

    interface ListAuthorizedPropertiesRequest {
        publisher_domains?: [string, ...string[]];
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    publisher_domains?: [string, ...string[]]

    Filter to specific publisher domains (optional). If omitted, returns all publishers this agent represents.

    1

    context?: ContextObject
    ext?: ExtensionObject