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

    Type Alias CreateCloneInputResponse

    type CreateCloneInputResponse = {
        inputJson: {
            fleet_id: string;
            keystore_id: string;
            operations: {
                ceremony_challenge: string;
                hsm_source_serial: string;
                hsm_target_serial: string;
                id: string;
                type: "clone-registration";
            }[];
            org_id: string;
            type: "fleet-input";
            version: 1;
        };
    }
    Index

    Properties

    Properties

    inputJson: {
        fleet_id: string;
        keystore_id: string;
        operations: {
            ceremony_challenge: string;
            hsm_source_serial: string;
            hsm_target_serial: string;
            id: string;
            type: "clone-registration";
        }[];
        org_id: string;
        type: "fleet-input";
        version: 1;
    }