Security Command Center v2 API - Class UpdateExternalSystemRequest (1.0.0-beta03)

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

Reference documentation and code samples for the Security Command Center v2 API class UpdateExternalSystemRequest.

Request message for updating a ExternalSystem resource.

Inheritance

object > UpdateExternalSystemRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

UpdateExternalSystemRequest()

public UpdateExternalSystemRequest()

UpdateExternalSystemRequest(UpdateExternalSystemRequest)

public UpdateExternalSystemRequest(UpdateExternalSystemRequest other)
Parameter
Name Description
other UpdateExternalSystemRequest

Properties

ExternalSystem

public ExternalSystem ExternalSystem { get; set; }

Required. The external system resource to update.

Property Value
Type Description
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
Type Description
FieldMask