Google Cloud Key Management Service v1 API - Class CreateImportJobRequest (3.10.0)

public sealed class CreateImportJobRequest : IMessage<CreateImportJobRequest>, IEquatable<CreateImportJobRequest>, IDeepCloneable<CreateImportJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class CreateImportJobRequest.

Request message for [KeyManagementService.CreateImportJob][google.cloud.kms.v1.KeyManagementService.CreateImportJob].

Inheritance

object > CreateImportJobRequest

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

CreateImportJobRequest()

public CreateImportJobRequest()

CreateImportJobRequest(CreateImportJobRequest)

public CreateImportJobRequest(CreateImportJobRequest other)
Parameter
NameDescription
otherCreateImportJobRequest

Properties

ImportJob

public ImportJob ImportJob { get; set; }

Required. An [ImportJob][google.cloud.kms.v1.ImportJob] with initial field values.

Property Value
TypeDescription
ImportJob

ImportJobId

public string ImportJobId { get; set; }

Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The [name][google.cloud.kms.v1.KeyRing.name] of the [KeyRing][google.cloud.kms.v1.KeyRing] associated with the [ImportJobs][google.cloud.kms.v1.ImportJob].

Property Value
TypeDescription
string

ParentAsKeyRingName

public KeyRingName ParentAsKeyRingName { get; set; }

KeyRingName-typed view over the Parent resource name property.

Property Value
TypeDescription
KeyRingName