Google Cloud Security Command Center v1 API - Class UpdateExternalSystemRequest (3.12.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class UpdateExternalSystemRequest.

Request message for updating a ExternalSystem resource.

Inheritance

object > UpdateExternalSystemRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

UpdateExternalSystemRequest()

public UpdateExternalSystemRequest()

UpdateExternalSystemRequest(UpdateExternalSystemRequest)

public UpdateExternalSystemRequest(UpdateExternalSystemRequest other)
Parameter
NameDescription
otherUpdateExternalSystemRequest

Properties

ExternalSystem

public ExternalSystem ExternalSystem { get; set; }

Required. The external system resource to update.

Property Value
TypeDescription
ExternalSystem

UpdateMask

public FieldMask UpdateMask { get; set; }

The FieldMask to use when updating the external system resource.

If empty all mutable fields will be updated.

Property Value
TypeDescription
FieldMask