IKMSVerifyMacResponse
Interface in AWS.KMS
Interface for VerifyMac responses.
Ancestors
Properties
KeyId
property KeyId: TARN
The Amazon Resource Name (ARN) of the HMAC KMS key used in the verification.
MacAlgorithm
property MacAlgorithm: string
The MAC algorithm that was used in verification.
MacValid
property MacValid: TOptional<Boolean>
Indicates whether the HMAC was verified.