Represents a misconfiguration type with specific details.

interface MisConfigType {
    ExternalId: string;
    Id: number;
    PluginSystemName: string;
}

Properties

ExternalId: string

The external identifier or reference for the misconfiguration.

Id: number

The unique identifier of the misconfiguration type.

PluginSystemName: string

The plugin system name associated with the misconfiguration.