Security Center Management v1 API - Class UpdateSecurityCenterServiceRequest (1.0.0)

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

Reference documentation and code samples for the Security Center Management v1 API class UpdateSecurityCenterServiceRequest.

Request message for updating a Security Command Center service.

Inheritance

object > UpdateSecurityCenterServiceRequest

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.V1.dll

Constructors

UpdateSecurityCenterServiceRequest()

public UpdateSecurityCenterServiceRequest()

UpdateSecurityCenterServiceRequest(UpdateSecurityCenterServiceRequest)

public UpdateSecurityCenterServiceRequest(UpdateSecurityCenterServiceRequest other)
Parameter
Name Description
other UpdateSecurityCenterServiceRequest

Properties

SecurityCenterService

public SecurityCenterService SecurityCenterService { get; set; }

Required. The updated service.

Property Value
Type Description
SecurityCenterService

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to be updated. Possible values:

  • "intended_enablement_state"
  • "modules"
Property Value
Type Description
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. When set to true, only validations (including IAM checks) will done for the request (service will not be updated). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually update the service could still fail because 1. the state could have changed (e.g. IAM permission lost) or

  1. A failure occurred while trying to delete the module.
Property Value
Type Description
bool