interface ImportRawDNSZoneRequestTsigKey {
    algorithm: string;
    key: string;
    name: string;
}

Properties

Properties

algorithm: string
key: string
name: string