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

    Interface CAPKUpdateSchema

    interface CAPKUpdateSchema {
        algorithm_type?: "RSA";
        expires_at?: string;
        exponent: string;
        hash: string;
        hash_type?: CAPKHashType;
        index: string;
        modulus: string;
        name?: string;
        rid: string;
    }
    Index

    Properties

    algorithm_type?: "RSA"
    expires_at?: string
    exponent: string
    hash: string
    hash_type?: CAPKHashType
    index: string
    modulus: string
    name?: string
    rid: string