CreateConnectionInterfaceRequest: {
    applicationId?: string;
    attributesByEnv: ConnectionInterfaceAttributesByEnv[];
    automaticallyGenerated: boolean;
    connectionInterfaceId: string;
    sharedInfraId?: string;
    sourcePluginVersionId?: string;
    typeId: string;
}

Type declaration

  • OptionalapplicationId?: string

    Connection interface owner applications.

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

  • OptionalsharedInfraId?: string

    Connection interface owner shared infra.

  • OptionalsourcePluginVersionId?: string

    Version id from plugin that generated this connection interface.

  • typeId: string

    Connection interface type id.