Interface LinkedInNodeParameters

Source
interface LinkedInNodeParameters {
    additionalFields?: {
        description?: string;
        originalUrl?: string;
        thumbnailBinaryPropertyName?: string;
        title?: string;
        visibility?: "CONNECTIONS" | "PUBLIC";
    };
    authentication?: "standard"
    | "communityManagement";
    binaryPropertyName?: string;
    operation?: "create";
    organization?: string;
    person?: string;
    postAs?: "person" | "organization";
    resource?: "post";
    shareMediaCategory?: "NONE" | "ARTICLE" | "IMAGE";
    text?: string;
}

Properties§

§readonly additionalFields?: { ... }

Default: {}

§readonly authentication?: "standard" | "communityManagement"

Default: "standard"

§readonly binaryPropertyName?: string

Default: "data"

§readonly operation?: "create"

Default: "create"

§readonly organization?: string

URN of Organization as which the post should be posted as

§readonly person?: string

Person as which the post should be posted as. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getPersonUrn"}

§readonly postAs?: "person" | "organization"

If to post on behalf of a user or an organization Default: "person"

§readonly resource?: "post"

Default: "post"

§readonly shareMediaCategory?: "NONE" | "ARTICLE" | "IMAGE"

Default: "NONE"

§readonly text?: string

The primary content of the post