Properties of a PublicKey.
Package
@google-cloud/kmsProperties
algorithm
algorithm
?:
(
google
.
cloud
.
kms
.
v1
.
CryptoKeyVersion
.
CryptoKeyVersionAlgorithm
|
keyof
typeof
google
.
cloud
.
kms
.
v1
.
CryptoKeyVersion
.
CryptoKeyVersionAlgorithm
|
null
);
PublicKey algorithm
name
name
?:
(
string
|
null
);
PublicKey name
pem
pem
?:
(
string
|
null
);
PublicKey pem
pemCrc32c
pemCrc32c
?:
(
google
.
protobuf
.
IInt64Value
|
null
);
PublicKey pemCrc32c
protectionLevel
protectionLevel
?:
(
google
.
cloud
.
kms
.
v1
.
ProtectionLevel
|
keyof
typeof
google
.
cloud
.
kms
.
v1
.
ProtectionLevel
|
null
);
PublicKey protectionLevel