public sealed class GetImportJobRequest : IMessage<GetImportJobRequest>, IEquatable<GetImportJobRequest>, IDeepCloneable<GetImportJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Key Management Service v1 API class GetImportJobRequest.
Request message for [KeyManagementService.GetImportJob][google.cloud.kms.v1.KeyManagementService.GetImportJob].
Implements
IMessageGetImportJobRequest, IEquatableGetImportJobRequest, IDeepCloneableGetImportJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
GetImportJobRequest()
public GetImportJobRequest()GetImportJobRequest(GetImportJobRequest)
public GetImportJobRequest(GetImportJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetImportJobRequest |
Properties
ImportJobName
public ImportJobName ImportJobName { get; set; }ImportJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ImportJobName |
|
Name
public string Name { get; set; }Required. The [name][google.cloud.kms.v1.ImportJob.name] of the [ImportJob][google.cloud.kms.v1.ImportJob] to get.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PublicKeyFormat
public PublicKey.Types.PublicKeyFormat PublicKeyFormat { get; set; }Optional. Specifies the [WrappingPublicKey][] format. If not specified:
- For RSA-based import methods, the wrapping key will be returned in PEM format
- For pure ML-KEM-based import methods, the wrapping key will be returned in the raw bytes format specified in FIPS-203
- For X-Wing-based import methods, the wrapping key will be returned in the raw bytes format specified in https://datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem.
| Property Value | |
|---|---|
| Type | Description |
PublicKeyTypesPublicKeyFormat |
|