ConnectionInterfaceSummaryResponse: {
    applicationId?: string;
    automaticallyGenerated: boolean;
    connectionInterfaceId: string;
    id: string;
    sharedInfraId?: string;
    sourcePluginVersionId?: string;
    typeId: string;
}

Type declaration

  • OptionalapplicationId?: string

    Application that was used to generated this Connection interface.

  • automaticallyGenerated: boolean

    Indicates if this connection interface was generated by a plugin or manually.

  • connectionInterfaceId: string

    Connection interface id generated by client.

  • id: string

    Connection interface id.

  • OptionalsharedInfraId?: string

    Shared infra that was used to generated this Connection interface.

  • OptionalsourcePluginVersionId?: string

    The version ID of the plugin that generated this.

  • typeId: string

    Connection interface id type generate by client.