Interface RegistrySubKeyListReq

interface RegistrySubKeyListReq {
    Hive: string;
    Hostname: string;
    Path: string;
    Request?: commonpb.Request;
}

Properties

Hive: string
Hostname: string

Keep the same ID as the other registry operations

Path: string
Request?: commonpb.Request