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.
Implements
IMessageUpdateSecurityCenterServiceRequest, IEquatableUpdateSecurityCenterServiceRequest, IDeepCloneableUpdateSecurityCenterServiceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
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 be done for the request (service will not be updated). An OK response indicates that the request is valid, while an error response indicates that the request is invalid. Note that a subsequent request to actually update the service could still fail for one of the following reasons:
- The state could have changed (e.g. IAM permission lost).
- A failure occurred while trying to delete the module.
Property Value | |
---|---|
Type | Description |
bool |