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

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

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

The request message for [UpdateCmEnrollment][].

Inheritance

object > UpdateCmEnrollmentRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

UpdateCmEnrollmentRequest()

public UpdateCmEnrollmentRequest()

UpdateCmEnrollmentRequest(UpdateCmEnrollmentRequest)

public UpdateCmEnrollmentRequest(UpdateCmEnrollmentRequest other)
Parameter
Name Description
other UpdateCmEnrollmentRequest

Properties

CmEnrollment

public CmEnrollment CmEnrollment { get; set; }

Required. The Compliance Manager enrollment to update. The name field is used to identify the settings that you want to update.

Property Value
Type Description
CmEnrollment

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The list of fields that you want to update.

Property Value
Type Description
FieldMask