ConnectionInterfaceAttribute: {
    id: string;
    key: string;
    sensitive: boolean;
    value: object;
}

Type declaration

  • id: string

    Indicates the outuput id for the respective attribute and is used for validation.

  • key: string

    Attribute key.

  • sensitive: boolean

    Indicates if this attribute value is sensitive or not.

  • value: object

    Attribute value.