Interface RegistryCreateKeyReq

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

Properties

Hive: string
Hostname: string
Key: string
Path: string
Request?: commonpb.Request