Interface protos.google.cloud.kms.v1.IMacSignResponse

Properties of a MacSignResponse.

Package

@google-cloud/kms

Properties

mac

mac?: (Uint8Array|string|null);

MacSignResponse mac

Property Value
TypeDescription
(Uint8Array|string|null)

macCrc32c

macCrc32c?: (google.protobuf.IInt64Value|null);

MacSignResponse macCrc32c

Property Value
TypeDescription
(google.protobuf.IInt64Value|null)

name

name?: (string|null);

MacSignResponse name

Property Value
TypeDescription
(string|null)

protectionLevel

protectionLevel?: (google.cloud.kms.v1.ProtectionLevel|keyof typeof google.cloud.kms.v1.ProtectionLevel|null);

MacSignResponse protectionLevel

Property Value
TypeDescription
(google.cloud.kms.v1.ProtectionLevel|keyof typeof google.cloud.kms.v1.ProtectionLevel|null)

verifiedDataCrc32c

verifiedDataCrc32c?: (boolean|null);

MacSignResponse verifiedDataCrc32c

Property Value
TypeDescription
(boolean|null)