Config: {
    fabricId: FabricId;
    fabricIndex: FabricIndex;
    identityProtectionKey: Uint8Array;
    intermediateCACert: Uint8Array | undefined;
    keyPair: BinaryKeyPair;
    label: string;
    nodeId: NodeId;
    operationalCert: Uint8Array;
    operationalId: Uint8Array;
    operationalIdentityProtectionKey: Uint8Array;
    rootCert: Uint8Array;
    rootNodeId: NodeId;
    rootPublicKey: Uint8Array;
    rootVendorId: VendorId;
    scopedClusterData?: ScopedClusterData;
}