[BindServiceMethod(typeof(SecurityCenterManagement), "BindService")]
public abstract class SecurityCenterManagement.SecurityCenterManagementBaseReference documentation and code samples for the Security Center Management v1 API class SecurityCenterManagement.SecurityCenterManagementBase.
Base class for server-side implementations of SecurityCenterManagement
Namespace
Google.Cloud.SecurityCenterManagement.V1Assembly
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 organization, folder, or project, and creates inherited custom modules for all descendants of the given parent. These modules are enabled by default.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEventThreatDetectionCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule]
at the scope of the given organization, folder, or project, and also
creates inherited SecurityHealthAnalyticsCustomModule resources for all
folders and projects that are descendants of the given parent. These
modules are enabled by default.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSecurityHealthAnalyticsCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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 hierarchy. This method is only supported for resident custom modules.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEventThreatDetectionCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule] and all of its descendants in the resource hierarchy. This method is only supported for resident custom modules.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSecurityHealthAnalyticsCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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 the effective Event Threat Detection custom module at the given level.
The difference between an
[EffectiveEventThreatDetectionCustomModule][google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule]
and an
[EventThreatDetectionCustomModule][google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule]
is that the fields for an EffectiveEventThreatDetectionCustomModule are
computed from ancestors if needed. For example, the enablement state for an
EventThreatDetectionCustomModule can be ENABLED, DISABLED, or
INHERITED. In contrast, the enablement state for an
EffectiveEventThreatDetectionCustomModule is always computed as ENABLED
or DISABLED.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEffectiveEventThreatDetectionCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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][google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule].
| Parameters | |
|---|---|
| Name | Description |
request |
GetEffectiveSecurityHealthAnalyticsCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
GetEventThreatDetectionCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
GetSecurityCenterServiceRequestThe request received from the client. |
context |
ServerCallContextThe 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][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule].
| Parameters | |
|---|---|
| Name | Description |
request |
GetSecurityHealthAnalyticsCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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 for the given organization, folder, or project and its descendants.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDescendantEventThreatDetectionCustomModulesRequestThe request received from the client. |
context |
ServerCallContextThe 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 [SecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule] resources under the given organization, folder, or project and all of its descendants.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDescendantSecurityHealthAnalyticsCustomModulesRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
ListEffectiveEventThreatDetectionCustomModulesRequestThe request received from the client. |
context |
ServerCallContextThe 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 [EffectiveSecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule] resources for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from ancestor organizations, folders, and projects (no descendants).
| Parameters | |
|---|---|
| Name | Description |
request |
ListEffectiveSecurityHealthAnalyticsCustomModulesRequestThe request received from the client. |
context |
ServerCallContextThe 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 organization, folder, or project. This includes resident modules defined at the scope of the parent along with modules inherited from ancestors.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEventThreatDetectionCustomModulesRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
ListSecurityCenterServicesRequestThe request received from the client. |
context |
ServerCallContextThe 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 [SecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule] resources for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from ancestor organizations, folders, and projects (no descendants).
| Parameters | |
|---|---|
| Name | Description |
request |
ListSecurityHealthAnalyticsCustomModulesRequestThe request received from the client. |
context |
ServerCallContextThe 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 the result of using a [SecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule] to check a resource.
| Parameters | |
|---|---|
| Name | Description |
request |
SimulateSecurityHealthAnalyticsCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
UpdateEventThreatDetectionCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
UpdateSecurityCenterServiceRequestThe request received from the client. |
context |
ServerCallContextThe 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][google.cloud.securitycentermanagement.v1.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 configuration of a module is supported on resident modules only.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSecurityHealthAnalyticsCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
ValidateEventThreatDetectionCustomModuleRequestThe request received from the client. |
context |
ServerCallContextThe 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). |