resourceConnectionProperties: {
    changedBy?: string;
    connectionDetailsId?: string;
    createdBy?: string;
    createdTime?: string;
    id?: string;
    name?: string;
    type?: string;
    updatedTime?: string;
    value?: string;
}

The list of connection properties.

Type declaration

  • Optional Readonly changedBy?: string
  • Optional Readonly connectionDetailsId?: string

    The connection Id the property is associated to.

  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional name?: string

    The property name.

  • Optional Readonly type?: string

    The type of this payload, resourceConnectionProperties.

  • Optional Readonly updatedTime?: string
  • Optional value?: string

    The property value.