Cloud Security Compliance v1 API - Class UpdateCloudControlRequest (1.0.0-beta04)

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

Reference documentation and code samples for the Cloud Security Compliance v1 API class UpdateCloudControlRequest.

The request message for [UpdateCloudControl][].

Inheritance

object > UpdateCloudControlRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

UpdateCloudControlRequest()

public UpdateCloudControlRequest()

UpdateCloudControlRequest(UpdateCloudControlRequest)

public UpdateCloudControlRequest(UpdateCloudControlRequest other)
Parameter
Name Description
other UpdateCloudControlRequest

Properties

CloudControl

public CloudControl CloudControl { get; set; }

Required. The cloud control that you're updating.

Property Value
Type Description
CloudControl

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Use a field mask to specify the fields to be overwritten in the cloud control during the update. The fields that you specify in the update_mask are relative to the cloud control, not the full request. A field is overwritten if it is in the mask. If you don't provide a mask, all fields in the request are updated.

You can update the following fields:

  • Display name
  • Description
  • Parameters
  • Rules
  • Parameter specification
Property Value
Type Description
FieldMask