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
Type | Description |
---|---|
( google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm |keyof typeof google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm |null) |
name
name
?:
(
string
|
null
);
PublicKey name
Type | Description |
---|---|
(string|null) |
pem
pem
?:
(
string
|
null
);
PublicKey pem
Type | Description |
---|---|
(string|null) |
pemCrc32c
pemCrc32c
?:
(
google
.
protobuf
.
IInt64Value
|
null
);
PublicKey pemCrc32c
Type | Description |
---|---|
( google.protobuf.IInt64Value |null) |
protectionLevel
protectionLevel
?:
(
google
.
cloud
.
kms
.
v1
.
ProtectionLevel
|
keyof
typeof
google
.
cloud
.
kms
.
v1
.
ProtectionLevel
|
null
);
PublicKey protectionLevel
Type | Description |
---|---|
( google.cloud.kms.v1.ProtectionLevel |keyof typeof google.cloud.kms.v1.ProtectionLevel |null) |