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