public sealed class UpdateAutokeyConfigRequest : IMessage<UpdateAutokeyConfigRequest>, IEquatable<UpdateAutokeyConfigRequest>, IDeepCloneable<UpdateAutokeyConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Key Management Service v1 API class UpdateAutokeyConfigRequest.
Request message for [UpdateAutokeyConfig][google.cloud.kms.v1.AutokeyAdmin.UpdateAutokeyConfig].
Implements
IMessageUpdateAutokeyConfigRequest, IEquatableUpdateAutokeyConfigRequest, IDeepCloneableUpdateAutokeyConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
UpdateAutokeyConfigRequest()
public UpdateAutokeyConfigRequest()UpdateAutokeyConfigRequest(UpdateAutokeyConfigRequest)
public UpdateAutokeyConfigRequest(UpdateAutokeyConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateAutokeyConfigRequest |
Properties
AutokeyConfig
public AutokeyConfig AutokeyConfig { get; set; }Required. [AutokeyConfig][google.cloud.kms.v1.AutokeyConfig] with values to update.
| Property Value | |
|---|---|
| Type | Description |
AutokeyConfig |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Masks which fields of the
[AutokeyConfig][google.cloud.kms.v1.AutokeyConfig] to update, e.g.
keyProject.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|