@nebius/js-sdk - v0.2.22
Services Index
GitHub
Preparing search index...
api/nebius/kms/v1
AsymmetricSignHashResponse
Interface AsymmetricSignHashResponse
interface
AsymmetricSignHashResponse
{
"[customJson]"
?:
()
=>
unknown
;
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
;
$type
:
"nebius.kms.v1.AsymmetricSignHashResponse"
;
keyId
:
string
;
signature
:
Uint8Array
;
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
;
}
Indexable
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
Index
Properties
[custom
Json]?
[unknown
Fields
Symbol]?
$type
key
Id
signature
Properties
Optional
[custom
Json]
"[customJson]"
?:
()
=>
unknown
Optional
[unknown
Fields
Symbol]
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
$type
$type
:
"nebius.kms.v1.AsymmetricSignHashResponse"
key
Id
keyId
:
string
ID of the asymmetric KMS key used to produce the signature.
signature
signature
:
Uint8Array
Value of signature.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[custom
Json]
[unknown
Fields
Symbol]
$type
key
Id
signature
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.2.22
Loading...
ID of the asymmetric KMS key used to produce the signature.