Dfns TypeScript SDK - v0.8.20
    Preparing search index...

    Type Alias CreateCloneInputBody

    type CreateCloneInputBody = {
        hsmSourceSerial: string;
        hsmTargetSerial: string;
        kind: "Clone";
    }
    Index

    Properties

    hsmSourceSerial: string
    hsmTargetSerial: string
    kind: "Clone"