Security Center Management v1 API - Class SecurityCenterManagement.SecurityCenterManagementBase (1.0.0)

[BindServiceMethod(typeof(SecurityCenterManagement), "BindService")]
public abstract class SecurityCenterManagement.SecurityCenterManagementBase

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

Base class for server-side implementations of SecurityCenterManagement

Inheritance

object > SecurityCenterManagement.SecurityCenterManagementBase

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.V1.dll

Methods

CreateEventThreatDetectionCustomModule(CreateEventThreatDetectionCustomModuleRequest, ServerCallContext)

public virtual Task<EventThreatDetectionCustomModule> CreateEventThreatDetectionCustomModule(CreateEventThreatDetectionCustomModuleRequest request, ServerCallContext context)

Creates a resident Event Threat Detection custom module at the scope of the given Resource Manager parent, and also creates inherited custom modules for all descendants of the given parent. These modules are enabled by default.

Parameters
Name Description
request CreateEventThreatDetectionCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskEventThreatDetectionCustomModule

The response to send back to the client (wrapped by a task).

CreateSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest, ServerCallContext)

public virtual Task<SecurityHealthAnalyticsCustomModule> CreateSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request, ServerCallContext context)

Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent. These modules are enabled by default.

Parameters
Name Description
request CreateSecurityHealthAnalyticsCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSecurityHealthAnalyticsCustomModule

The response to send back to the client (wrapped by a task).

DeleteEventThreatDetectionCustomModule(DeleteEventThreatDetectionCustomModuleRequest, ServerCallContext)

public virtual Task<Empty> DeleteEventThreatDetectionCustomModule(DeleteEventThreatDetectionCustomModuleRequest request, ServerCallContext context)

Deletes the specified Event Threat Detection custom module and all of its descendants in the Resource Manager hierarchy. This method is only supported for resident custom modules.

Parameters
Name Description
request DeleteEventThreatDetectionCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskEmpty

The response to send back to the client (wrapped by a task).

DeleteSecurityHealthAnalyticsCustomModule(DeleteSecurityHealthAnalyticsCustomModuleRequest, ServerCallContext)

public virtual Task<Empty> DeleteSecurityHealthAnalyticsCustomModule(DeleteSecurityHealthAnalyticsCustomModuleRequest request, ServerCallContext context)

Deletes the specified SecurityHealthAnalyticsCustomModule and all of its descendants in the CRM hierarchy. This method is only supported for resident custom modules.

Parameters
Name Description
request DeleteSecurityHealthAnalyticsCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskEmpty

The response to send back to the client (wrapped by a task).

GetEffectiveEventThreatDetectionCustomModule(GetEffectiveEventThreatDetectionCustomModuleRequest, ServerCallContext)

public virtual Task<EffectiveEventThreatDetectionCustomModule> GetEffectiveEventThreatDetectionCustomModule(GetEffectiveEventThreatDetectionCustomModuleRequest request, ServerCallContext context)

Gets an effective ETD custom module. Retrieves the effective module at the given level. The difference between an EffectiveCustomModule and a CustomModule is that the fields for an EffectiveCustomModule are computed from ancestors if needed. For example, the enablement_state for a CustomModule can be either ENABLED, DISABLED, or INHERITED. Where as the enablement_state for an EffectiveCustomModule is always computed to ENABLED or DISABLED (the effective enablement_state).

Parameters
Name Description
request GetEffectiveEventThreatDetectionCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskEffectiveEventThreatDetectionCustomModule

The response to send back to the client (wrapped by a task).

GetEffectiveSecurityHealthAnalyticsCustomModule(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest, ServerCallContext)

public virtual Task<EffectiveSecurityHealthAnalyticsCustomModule> GetEffectiveSecurityHealthAnalyticsCustomModule(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest request, ServerCallContext context)

Gets details of a single EffectiveSecurityHealthAnalyticsCustomModule.

Parameters
Name Description
request GetEffectiveSecurityHealthAnalyticsCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskEffectiveSecurityHealthAnalyticsCustomModule

The response to send back to the client (wrapped by a task).

GetEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest, ServerCallContext)

public virtual Task<EventThreatDetectionCustomModule> GetEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest request, ServerCallContext context)

Gets an Event Threat Detection custom module.

Parameters
Name Description
request GetEventThreatDetectionCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskEventThreatDetectionCustomModule

The response to send back to the client (wrapped by a task).

GetSecurityCenterService(GetSecurityCenterServiceRequest, ServerCallContext)

public virtual Task<SecurityCenterService> GetSecurityCenterService(GetSecurityCenterServiceRequest request, ServerCallContext context)

Gets service settings for the specified Security Command Center service.

Parameters
Name Description
request GetSecurityCenterServiceRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSecurityCenterService

The response to send back to the client (wrapped by a task).

GetSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest, ServerCallContext)

public virtual Task<SecurityHealthAnalyticsCustomModule> GetSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest request, ServerCallContext context)

Retrieves a SecurityHealthAnalyticsCustomModule.

Parameters
Name Description
request GetSecurityHealthAnalyticsCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSecurityHealthAnalyticsCustomModule

The response to send back to the client (wrapped by a task).

ListDescendantEventThreatDetectionCustomModules(ListDescendantEventThreatDetectionCustomModulesRequest, ServerCallContext)

public virtual Task<ListDescendantEventThreatDetectionCustomModulesResponse> ListDescendantEventThreatDetectionCustomModules(ListDescendantEventThreatDetectionCustomModulesRequest request, ServerCallContext context)

Lists all resident Event Threat Detection custom modules under the given Resource Manager parent and its descendants.

Parameters
Name Description
request ListDescendantEventThreatDetectionCustomModulesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListDescendantEventThreatDetectionCustomModulesResponse

The response to send back to the client (wrapped by a task).

ListDescendantSecurityHealthAnalyticsCustomModules(ListDescendantSecurityHealthAnalyticsCustomModulesRequest, ServerCallContext)

public virtual Task<ListDescendantSecurityHealthAnalyticsCustomModulesResponse> ListDescendantSecurityHealthAnalyticsCustomModules(ListDescendantSecurityHealthAnalyticsCustomModulesRequest request, ServerCallContext context)

Returns a list of all resident SecurityHealthAnalyticsCustomModules under the given CRM parent and all of the parent's CRM descendants.

Parameters
Name Description
request ListDescendantSecurityHealthAnalyticsCustomModulesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListDescendantSecurityHealthAnalyticsCustomModulesResponse

The response to send back to the client (wrapped by a task).

ListEffectiveEventThreatDetectionCustomModules(ListEffectiveEventThreatDetectionCustomModulesRequest, ServerCallContext)

public virtual Task<ListEffectiveEventThreatDetectionCustomModulesResponse> ListEffectiveEventThreatDetectionCustomModules(ListEffectiveEventThreatDetectionCustomModulesRequest request, ServerCallContext context)

Lists all effective Event Threat Detection custom modules for the given parent. This includes resident modules defined at the scope of the parent along with modules inherited from its ancestors.

Parameters
Name Description
request ListEffectiveEventThreatDetectionCustomModulesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListEffectiveEventThreatDetectionCustomModulesResponse

The response to send back to the client (wrapped by a task).

ListEffectiveSecurityHealthAnalyticsCustomModules(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest, ServerCallContext)

public virtual Task<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> ListEffectiveSecurityHealthAnalyticsCustomModules(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest request, ServerCallContext context)

Returns a list of all EffectiveSecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors (no descendants).

Parameters
Name Description
request ListEffectiveSecurityHealthAnalyticsCustomModulesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListEffectiveSecurityHealthAnalyticsCustomModulesResponse

The response to send back to the client (wrapped by a task).

ListEventThreatDetectionCustomModules(ListEventThreatDetectionCustomModulesRequest, ServerCallContext)

public virtual Task<ListEventThreatDetectionCustomModulesResponse> ListEventThreatDetectionCustomModules(ListEventThreatDetectionCustomModulesRequest request, ServerCallContext context)

Lists all Event Threat Detection custom modules for the given Resource Manager parent. This includes resident modules defined at the scope of the parent along with modules inherited from ancestors.

Parameters
Name Description
request ListEventThreatDetectionCustomModulesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListEventThreatDetectionCustomModulesResponse

The response to send back to the client (wrapped by a task).

ListSecurityCenterServices(ListSecurityCenterServicesRequest, ServerCallContext)

public virtual Task<ListSecurityCenterServicesResponse> ListSecurityCenterServices(ListSecurityCenterServicesRequest request, ServerCallContext context)

Returns a list of all Security Command Center services for the given parent.

Parameters
Name Description
request ListSecurityCenterServicesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListSecurityCenterServicesResponse

The response to send back to the client (wrapped by a task).

ListSecurityHealthAnalyticsCustomModules(ListSecurityHealthAnalyticsCustomModulesRequest, ServerCallContext)

public virtual Task<ListSecurityHealthAnalyticsCustomModulesResponse> ListSecurityHealthAnalyticsCustomModules(ListSecurityHealthAnalyticsCustomModulesRequest request, ServerCallContext context)

Returns a list of all SecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors (no descendants).

Parameters
Name Description
request ListSecurityHealthAnalyticsCustomModulesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListSecurityHealthAnalyticsCustomModulesResponse

The response to send back to the client (wrapped by a task).

SimulateSecurityHealthAnalyticsCustomModule(SimulateSecurityHealthAnalyticsCustomModuleRequest, ServerCallContext)

public virtual Task<SimulateSecurityHealthAnalyticsCustomModuleResponse> SimulateSecurityHealthAnalyticsCustomModule(SimulateSecurityHealthAnalyticsCustomModuleRequest request, ServerCallContext context)

Simulates a given SecurityHealthAnalyticsCustomModule and Resource.

Parameters
Name Description
request SimulateSecurityHealthAnalyticsCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSimulateSecurityHealthAnalyticsCustomModuleResponse

The response to send back to the client (wrapped by a task).

UpdateEventThreatDetectionCustomModule(UpdateEventThreatDetectionCustomModuleRequest, ServerCallContext)

public virtual Task<EventThreatDetectionCustomModule> UpdateEventThreatDetectionCustomModule(UpdateEventThreatDetectionCustomModuleRequest request, ServerCallContext context)

Updates the Event Threat Detection custom module with the given name based on the given update mask. Updating the enablement state is supported for both resident and inherited modules (though resident modules cannot have an enablement state of "inherited"). Updating the display name or configuration of a module is supported for resident modules only. The type of a module cannot be changed.

Parameters
Name Description
request UpdateEventThreatDetectionCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskEventThreatDetectionCustomModule

The response to send back to the client (wrapped by a task).

UpdateSecurityCenterService(UpdateSecurityCenterServiceRequest, ServerCallContext)

public virtual Task<SecurityCenterService> UpdateSecurityCenterService(UpdateSecurityCenterServiceRequest request, ServerCallContext context)

Updates a Security Command Center service using the given update mask.

Parameters
Name Description
request UpdateSecurityCenterServiceRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSecurityCenterService

The response to send back to the client (wrapped by a task).

UpdateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest, ServerCallContext)

public virtual Task<SecurityHealthAnalyticsCustomModule> UpdateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request, ServerCallContext context)

Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of "inherited"). Updating the display name and custom config of a module is supported on resident modules only.

Parameters
Name Description
request UpdateSecurityHealthAnalyticsCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSecurityHealthAnalyticsCustomModule

The response to send back to the client (wrapped by a task).

ValidateEventThreatDetectionCustomModule(ValidateEventThreatDetectionCustomModuleRequest, ServerCallContext)

public virtual Task<ValidateEventThreatDetectionCustomModuleResponse> ValidateEventThreatDetectionCustomModule(ValidateEventThreatDetectionCustomModuleRequest request, ServerCallContext context)

Validates the given Event Threat Detection custom module.

Parameters
Name Description
request ValidateEventThreatDetectionCustomModuleRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskValidateEventThreatDetectionCustomModuleResponse

The response to send back to the client (wrapped by a task).