Type alias MessagingServiceOperation
MessagingServiceOperation: {
changedBy?: string;
createdBy?: string;
createdTime?: string;
destinations?: ("EVENT_PORTAL" | "FILE_WRITER")[];
id?: string;
scanTypes: ("KAFKA_ALL" | "CONFLUENT_SCHEMA_REGISTRY_SCHEMA" | "SOLACE_ALL")[];
type?: string;
updatedTime?: string;
}
Type declaration
-
Optional
Readonly
changedBy?: string
-
Optional
Readonly
createdBy?: string
-
Optional
Readonly
createdTime?: string
-
Optional
destinations?: ("EVENT_PORTAL" | "FILE_WRITER")[]
-
Optional
Readonly
id?: string
-
scanTypes: ("KAFKA_ALL" | "CONFLUENT_SCHEMA_REGISTRY_SCHEMA" | "SOLACE_ALL")[]
-
Optional
Readonly
type?: string
-
Optional
Readonly
updatedTime?: string
Primary key set by the server.