@nebius/js-sdk - v0.2.54
    Preparing search index...

    Supplies the fields that are required to sign a service-account token.

    privateKeyPem is secret. Do not print, serialize, or send it to an API other than the local signing operation. The SDK sends both IDs as supplied; it does not validate their format locally.

    interface ServiceAccountLike {
        privateKeyPem: string;
        publicKeyId: string;
        serviceAccountId: string;
        getExchangeTokenRequest(): ExchangeTokenRequest;
    }

    Hierarchy (View Summary)

    Implemented by

    Index
    privateKeyPem: string

    Contains a PEM-encoded PKCS#8 or PKCS#1 private key.

    publicKeyId: string

    Contains the public key ID.

    serviceAccountId: string

    Contains the service account ID used as the JWT subject and issuer.