Properties of an ImportJob.
Package
@google-cloud/kmsProperties
attestation
attestation
?:
(
google
.
cloud
.
kms
.
v1
.
IKeyOperationAttestation
|
null
);
ImportJob attestation
createTime
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
ImportJob createTime
expireEventTime
expireEventTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
ImportJob expireEventTime
expireTime
expireTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
ImportJob expireTime
generateTime
generateTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
ImportJob generateTime
importMethod
importMethod
?:
(
google
.
cloud
.
kms
.
v1
.
ImportJob
.
ImportMethod
|
keyof
typeof
google
.
cloud
.
kms
.
v1
.
ImportJob
.
ImportMethod
|
null
);
ImportJob importMethod
name
name
?:
(
string
|
null
);
ImportJob name
protectionLevel
protectionLevel
?:
(
google
.
cloud
.
kms
.
v1
.
ProtectionLevel
|
keyof
typeof
google
.
cloud
.
kms
.
v1
.
ProtectionLevel
|
null
);
ImportJob protectionLevel
publicKey
publicKey
?:
(
google
.
cloud
.
kms
.
v1
.
ImportJob
.
IWrappingPublicKey
|
null
);
ImportJob publicKey
state
state
?:
(
google
.
cloud
.
kms
.
v1
.
ImportJob
.
ImportJobState
|
keyof
typeof
google
.
cloud
.
kms
.
v1
.
ImportJob
.
ImportJobState
|
null
);
ImportJob state