SchemaRegistry: {
    brokerType?: SchemaRegistry.brokerType;
    changedBy?: string;
    connections?: resourceConnectionDetails[];
    createdBy?: string;
    createdTime?: string;
    id?: string;
    messagingServiceIds?: string[];
    schemaRegistryType?: SchemaRegistry.schemaRegistryType;
    type?: string;
    updatedTime?: string;
}

Type declaration

  • Optional brokerType?: SchemaRegistry.brokerType

    The type of the broker used in the event mesh.

  • Optional Readonly changedBy?: string
  • Optional connections?: resourceConnectionDetails[]
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional messagingServiceIds?: string[]
  • Optional schemaRegistryType?: SchemaRegistry.schemaRegistryType

    The type of the Schema Registry.

  • Optional Readonly type?: string

    The type of this payload, schemaRegistry.

  • Optional Readonly updatedTime?: string