Class CreateImportJobRequest (2.3.0)

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

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