@switstack/switcloud-api-ts
    Preparing search index...

    Interface CAPKUpdateSchema

    CAPKUpdateSchema

    interface CAPKUpdateSchema {
        algorithmType?: "RSA";
        expiresAt?: Date;
        exponent: string;
        hash: string;
        hashType?: CAPKHashType;
        index: string;
        modulus: string;
        name?: string;
        rid: string;
    }
    Index

    Properties

    algorithmType?: "RSA"

    CAPKUpdateSchema

    expiresAt?: Date

    CAPKUpdateSchema

    exponent: string

    CAPKUpdateSchema

    hash: string

    CAPKUpdateSchema

    hashType?: CAPKHashType

    CAPKUpdateSchema

    index: string

    CAPKUpdateSchema

    modulus: string

    CAPKUpdateSchema

    name?: string

    CAPKUpdateSchema

    rid: string

    CAPKUpdateSchema