ConnectionInterfaceDetailsResponse: {
    attributesByEnv: ConnectionInterfaceAttributesByEnv[];
    automaticallyGenerated: boolean;
    connectionInterfaceId: string;
    id: string;
    sourcePluginVersionId?: string;
    typeId: string;
    visibility: Visibility;
}

Type declaration

  • attributesByEnv: ConnectionInterfaceAttributesByEnv[]

    Connection interface attributes.

  • 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.

  • OptionalsourcePluginVersionId?: string

    Version id from plugin that generated this connection interface.

  • typeId: string

    Connection interface type id.

  • visibility: Visibility