- Navigation Guide
@aws-sdk/client-kms
VerifyCommandOutput Interface
The output of VerifyCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
KeyId | string | undefined | The Amazon Resource Name (key ARN ) of the asymmetric KMS key that was used to verify the signature. |
SignatureValid | boolean | undefined | A Boolean value that indicates whether the signature was verified. A value of |
SigningAlgorithm | SigningAlgorithmSpec | undefined | The signing algorithm that was used to verify the signature. |
Full Signature
export interface VerifyCommandOutput extends VerifyResponse, MetadataBearer