Represents a SecurityCenterManagement
Inheritance
$protobuf.rpc.Service > protos.google.cloud.securitycentermanagement.v1.SecurityCenterManagementPackage
@google-cloud/securitycentermanagementConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new SecurityCenterManagement service.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): SecurityCenterManagement;Creates new SecurityCenterManagement service using the specified rpc implementation.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
| Returns | |
|---|---|
| Type | Description |
SecurityCenterManagement |
RPC service. Useful where requests and/or responses are streamed. |
createEventThreatDetectionCustomModule(request, callback)
public createEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.ICreateEventThreatDetectionCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.CreateEventThreatDetectionCustomModuleCallback): void;Calls CreateEventThreatDetectionCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
ICreateEventThreatDetectionCustomModuleRequest
CreateEventThreatDetectionCustomModuleRequest message or plain object |
callback |
CreateEventThreatDetectionCustomModuleCallback
Node-style callback called with the error, if any, and EventThreatDetectionCustomModule |
| Returns | |
|---|---|
| Type | Description |
void |
|
createEventThreatDetectionCustomModule(request)
public createEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.ICreateEventThreatDetectionCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule>;Calls CreateEventThreatDetectionCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
ICreateEventThreatDetectionCustomModuleRequest
CreateEventThreatDetectionCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule> |
Promise |
createSecurityHealthAnalyticsCustomModule(request, callback)
public createSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.ICreateSecurityHealthAnalyticsCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.CreateSecurityHealthAnalyticsCustomModuleCallback): void;Calls CreateSecurityHealthAnalyticsCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
ICreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest message or plain object |
callback |
CreateSecurityHealthAnalyticsCustomModuleCallback
Node-style callback called with the error, if any, and SecurityHealthAnalyticsCustomModule |
| Returns | |
|---|---|
| Type | Description |
void |
|
createSecurityHealthAnalyticsCustomModule(request)
public createSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.ICreateSecurityHealthAnalyticsCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule>;Calls CreateSecurityHealthAnalyticsCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
ICreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule> |
Promise |
deleteEventThreatDetectionCustomModule(request, callback)
public deleteEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IDeleteEventThreatDetectionCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.DeleteEventThreatDetectionCustomModuleCallback): void;Calls DeleteEventThreatDetectionCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteEventThreatDetectionCustomModuleRequest
DeleteEventThreatDetectionCustomModuleRequest message or plain object |
callback |
DeleteEventThreatDetectionCustomModuleCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteEventThreatDetectionCustomModule(request)
public deleteEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IDeleteEventThreatDetectionCustomModuleRequest): Promise<google.protobuf.Empty>;Calls DeleteEventThreatDetectionCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteEventThreatDetectionCustomModuleRequest
DeleteEventThreatDetectionCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
deleteSecurityHealthAnalyticsCustomModule(request, callback)
public deleteSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IDeleteSecurityHealthAnalyticsCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.DeleteSecurityHealthAnalyticsCustomModuleCallback): void;Calls DeleteSecurityHealthAnalyticsCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteSecurityHealthAnalyticsCustomModuleRequest
DeleteSecurityHealthAnalyticsCustomModuleRequest message or plain object |
callback |
DeleteSecurityHealthAnalyticsCustomModuleCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteSecurityHealthAnalyticsCustomModule(request)
public deleteSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IDeleteSecurityHealthAnalyticsCustomModuleRequest): Promise<google.protobuf.Empty>;Calls DeleteSecurityHealthAnalyticsCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteSecurityHealthAnalyticsCustomModuleRequest
DeleteSecurityHealthAnalyticsCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
getEffectiveEventThreatDetectionCustomModule(request, callback)
public getEffectiveEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IGetEffectiveEventThreatDetectionCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.GetEffectiveEventThreatDetectionCustomModuleCallback): void;Calls GetEffectiveEventThreatDetectionCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetEffectiveEventThreatDetectionCustomModuleRequest
GetEffectiveEventThreatDetectionCustomModuleRequest message or plain object |
callback |
GetEffectiveEventThreatDetectionCustomModuleCallback
Node-style callback called with the error, if any, and EffectiveEventThreatDetectionCustomModule |
| Returns | |
|---|---|
| Type | Description |
void |
|
getEffectiveEventThreatDetectionCustomModule(request)
public getEffectiveEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IGetEffectiveEventThreatDetectionCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule>;Calls GetEffectiveEventThreatDetectionCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetEffectiveEventThreatDetectionCustomModuleRequest
GetEffectiveEventThreatDetectionCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule> |
Promise |
getEffectiveSecurityHealthAnalyticsCustomModule(request, callback)
public getEffectiveSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IGetEffectiveSecurityHealthAnalyticsCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.GetEffectiveSecurityHealthAnalyticsCustomModuleCallback): void;Calls GetEffectiveSecurityHealthAnalyticsCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetEffectiveSecurityHealthAnalyticsCustomModuleRequest
GetEffectiveSecurityHealthAnalyticsCustomModuleRequest message or plain object |
callback |
GetEffectiveSecurityHealthAnalyticsCustomModuleCallback
Node-style callback called with the error, if any, and EffectiveSecurityHealthAnalyticsCustomModule |
| Returns | |
|---|---|
| Type | Description |
void |
|
getEffectiveSecurityHealthAnalyticsCustomModule(request)
public getEffectiveSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IGetEffectiveSecurityHealthAnalyticsCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule>;Calls GetEffectiveSecurityHealthAnalyticsCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetEffectiveSecurityHealthAnalyticsCustomModuleRequest
GetEffectiveSecurityHealthAnalyticsCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule> |
Promise |
getEventThreatDetectionCustomModule(request, callback)
public getEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IGetEventThreatDetectionCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.GetEventThreatDetectionCustomModuleCallback): void;Calls GetEventThreatDetectionCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetEventThreatDetectionCustomModuleRequest
GetEventThreatDetectionCustomModuleRequest message or plain object |
callback |
GetEventThreatDetectionCustomModuleCallback
Node-style callback called with the error, if any, and EventThreatDetectionCustomModule |
| Returns | |
|---|---|
| Type | Description |
void |
|
getEventThreatDetectionCustomModule(request)
public getEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IGetEventThreatDetectionCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule>;Calls GetEventThreatDetectionCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetEventThreatDetectionCustomModuleRequest
GetEventThreatDetectionCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule> |
Promise |
getSecurityCenterService(request, callback)
public getSecurityCenterService(request: google.cloud.securitycentermanagement.v1.IGetSecurityCenterServiceRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.GetSecurityCenterServiceCallback): void;Calls GetSecurityCenterService.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetSecurityCenterServiceRequest
GetSecurityCenterServiceRequest message or plain object |
callback |
GetSecurityCenterServiceCallback
Node-style callback called with the error, if any, and SecurityCenterService |
| Returns | |
|---|---|
| Type | Description |
void |
|
getSecurityCenterService(request)
public getSecurityCenterService(request: google.cloud.securitycentermanagement.v1.IGetSecurityCenterServiceRequest): Promise<google.cloud.securitycentermanagement.v1.SecurityCenterService>;Calls GetSecurityCenterService.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetSecurityCenterServiceRequest
GetSecurityCenterServiceRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.SecurityCenterService> |
Promise |
getSecurityHealthAnalyticsCustomModule(request, callback)
public getSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IGetSecurityHealthAnalyticsCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.GetSecurityHealthAnalyticsCustomModuleCallback): void;Calls GetSecurityHealthAnalyticsCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetSecurityHealthAnalyticsCustomModuleRequest
GetSecurityHealthAnalyticsCustomModuleRequest message or plain object |
callback |
GetSecurityHealthAnalyticsCustomModuleCallback
Node-style callback called with the error, if any, and SecurityHealthAnalyticsCustomModule |
| Returns | |
|---|---|
| Type | Description |
void |
|
getSecurityHealthAnalyticsCustomModule(request)
public getSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IGetSecurityHealthAnalyticsCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule>;Calls GetSecurityHealthAnalyticsCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetSecurityHealthAnalyticsCustomModuleRequest
GetSecurityHealthAnalyticsCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule> |
Promise |
listDescendantEventThreatDetectionCustomModules(request, callback)
public listDescendantEventThreatDetectionCustomModules(request: google.cloud.securitycentermanagement.v1.IListDescendantEventThreatDetectionCustomModulesRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListDescendantEventThreatDetectionCustomModulesCallback): void;Calls ListDescendantEventThreatDetectionCustomModules.
| Parameters | |
|---|---|
| Name | Description |
request |
IListDescendantEventThreatDetectionCustomModulesRequest
ListDescendantEventThreatDetectionCustomModulesRequest message or plain object |
callback |
ListDescendantEventThreatDetectionCustomModulesCallback
Node-style callback called with the error, if any, and ListDescendantEventThreatDetectionCustomModulesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listDescendantEventThreatDetectionCustomModules(request)
public listDescendantEventThreatDetectionCustomModules(request: google.cloud.securitycentermanagement.v1.IListDescendantEventThreatDetectionCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListDescendantEventThreatDetectionCustomModulesResponse>;Calls ListDescendantEventThreatDetectionCustomModules.
| Parameter | |
|---|---|
| Name | Description |
request |
IListDescendantEventThreatDetectionCustomModulesRequest
ListDescendantEventThreatDetectionCustomModulesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.ListDescendantEventThreatDetectionCustomModulesResponse> |
Promise |
listDescendantSecurityHealthAnalyticsCustomModules(request, callback)
public listDescendantSecurityHealthAnalyticsCustomModules(request: google.cloud.securitycentermanagement.v1.IListDescendantSecurityHealthAnalyticsCustomModulesRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListDescendantSecurityHealthAnalyticsCustomModulesCallback): void;Calls ListDescendantSecurityHealthAnalyticsCustomModules.
| Parameters | |
|---|---|
| Name | Description |
request |
IListDescendantSecurityHealthAnalyticsCustomModulesRequest
ListDescendantSecurityHealthAnalyticsCustomModulesRequest message or plain object |
callback |
ListDescendantSecurityHealthAnalyticsCustomModulesCallback
Node-style callback called with the error, if any, and ListDescendantSecurityHealthAnalyticsCustomModulesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listDescendantSecurityHealthAnalyticsCustomModules(request)
public listDescendantSecurityHealthAnalyticsCustomModules(request: google.cloud.securitycentermanagement.v1.IListDescendantSecurityHealthAnalyticsCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListDescendantSecurityHealthAnalyticsCustomModulesResponse>;Calls ListDescendantSecurityHealthAnalyticsCustomModules.
| Parameter | |
|---|---|
| Name | Description |
request |
IListDescendantSecurityHealthAnalyticsCustomModulesRequest
ListDescendantSecurityHealthAnalyticsCustomModulesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.ListDescendantSecurityHealthAnalyticsCustomModulesResponse> |
Promise |
listEffectiveEventThreatDetectionCustomModules(request, callback)
public listEffectiveEventThreatDetectionCustomModules(request: google.cloud.securitycentermanagement.v1.IListEffectiveEventThreatDetectionCustomModulesRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListEffectiveEventThreatDetectionCustomModulesCallback): void;Calls ListEffectiveEventThreatDetectionCustomModules.
| Parameters | |
|---|---|
| Name | Description |
request |
IListEffectiveEventThreatDetectionCustomModulesRequest
ListEffectiveEventThreatDetectionCustomModulesRequest message or plain object |
callback |
ListEffectiveEventThreatDetectionCustomModulesCallback
Node-style callback called with the error, if any, and ListEffectiveEventThreatDetectionCustomModulesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listEffectiveEventThreatDetectionCustomModules(request)
public listEffectiveEventThreatDetectionCustomModules(request: google.cloud.securitycentermanagement.v1.IListEffectiveEventThreatDetectionCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListEffectiveEventThreatDetectionCustomModulesResponse>;Calls ListEffectiveEventThreatDetectionCustomModules.
| Parameter | |
|---|---|
| Name | Description |
request |
IListEffectiveEventThreatDetectionCustomModulesRequest
ListEffectiveEventThreatDetectionCustomModulesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.ListEffectiveEventThreatDetectionCustomModulesResponse> |
Promise |
listEffectiveSecurityHealthAnalyticsCustomModules(request, callback)
public listEffectiveSecurityHealthAnalyticsCustomModules(request: google.cloud.securitycentermanagement.v1.IListEffectiveSecurityHealthAnalyticsCustomModulesRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListEffectiveSecurityHealthAnalyticsCustomModulesCallback): void;Calls ListEffectiveSecurityHealthAnalyticsCustomModules.
| Parameters | |
|---|---|
| Name | Description |
request |
IListEffectiveSecurityHealthAnalyticsCustomModulesRequest
ListEffectiveSecurityHealthAnalyticsCustomModulesRequest message or plain object |
callback |
ListEffectiveSecurityHealthAnalyticsCustomModulesCallback
Node-style callback called with the error, if any, and ListEffectiveSecurityHealthAnalyticsCustomModulesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listEffectiveSecurityHealthAnalyticsCustomModules(request)
public listEffectiveSecurityHealthAnalyticsCustomModules(request: google.cloud.securitycentermanagement.v1.IListEffectiveSecurityHealthAnalyticsCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>;Calls ListEffectiveSecurityHealthAnalyticsCustomModules.
| Parameter | |
|---|---|
| Name | Description |
request |
IListEffectiveSecurityHealthAnalyticsCustomModulesRequest
ListEffectiveSecurityHealthAnalyticsCustomModulesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> |
Promise |
listEventThreatDetectionCustomModules(request, callback)
public listEventThreatDetectionCustomModules(request: google.cloud.securitycentermanagement.v1.IListEventThreatDetectionCustomModulesRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListEventThreatDetectionCustomModulesCallback): void;Calls ListEventThreatDetectionCustomModules.
| Parameters | |
|---|---|
| Name | Description |
request |
IListEventThreatDetectionCustomModulesRequest
ListEventThreatDetectionCustomModulesRequest message or plain object |
callback |
ListEventThreatDetectionCustomModulesCallback
Node-style callback called with the error, if any, and ListEventThreatDetectionCustomModulesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listEventThreatDetectionCustomModules(request)
public listEventThreatDetectionCustomModules(request: google.cloud.securitycentermanagement.v1.IListEventThreatDetectionCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListEventThreatDetectionCustomModulesResponse>;Calls ListEventThreatDetectionCustomModules.
| Parameter | |
|---|---|
| Name | Description |
request |
IListEventThreatDetectionCustomModulesRequest
ListEventThreatDetectionCustomModulesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.ListEventThreatDetectionCustomModulesResponse> |
Promise |
listSecurityCenterServices(request, callback)
public listSecurityCenterServices(request: google.cloud.securitycentermanagement.v1.IListSecurityCenterServicesRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListSecurityCenterServicesCallback): void;Calls ListSecurityCenterServices.
| Parameters | |
|---|---|
| Name | Description |
request |
IListSecurityCenterServicesRequest
ListSecurityCenterServicesRequest message or plain object |
callback |
ListSecurityCenterServicesCallback
Node-style callback called with the error, if any, and ListSecurityCenterServicesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listSecurityCenterServices(request)
public listSecurityCenterServices(request: google.cloud.securitycentermanagement.v1.IListSecurityCenterServicesRequest): Promise<google.cloud.securitycentermanagement.v1.ListSecurityCenterServicesResponse>;Calls ListSecurityCenterServices.
| Parameter | |
|---|---|
| Name | Description |
request |
IListSecurityCenterServicesRequest
ListSecurityCenterServicesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.ListSecurityCenterServicesResponse> |
Promise |
listSecurityHealthAnalyticsCustomModules(request, callback)
public listSecurityHealthAnalyticsCustomModules(request: google.cloud.securitycentermanagement.v1.IListSecurityHealthAnalyticsCustomModulesRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListSecurityHealthAnalyticsCustomModulesCallback): void;Calls ListSecurityHealthAnalyticsCustomModules.
| Parameters | |
|---|---|
| Name | Description |
request |
IListSecurityHealthAnalyticsCustomModulesRequest
ListSecurityHealthAnalyticsCustomModulesRequest message or plain object |
callback |
ListSecurityHealthAnalyticsCustomModulesCallback
Node-style callback called with the error, if any, and ListSecurityHealthAnalyticsCustomModulesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listSecurityHealthAnalyticsCustomModules(request)
public listSecurityHealthAnalyticsCustomModules(request: google.cloud.securitycentermanagement.v1.IListSecurityHealthAnalyticsCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListSecurityHealthAnalyticsCustomModulesResponse>;Calls ListSecurityHealthAnalyticsCustomModules.
| Parameter | |
|---|---|
| Name | Description |
request |
IListSecurityHealthAnalyticsCustomModulesRequest
ListSecurityHealthAnalyticsCustomModulesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.ListSecurityHealthAnalyticsCustomModulesResponse> |
Promise |
simulateSecurityHealthAnalyticsCustomModule(request, callback)
public simulateSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.ISimulateSecurityHealthAnalyticsCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.SimulateSecurityHealthAnalyticsCustomModuleCallback): void;Calls SimulateSecurityHealthAnalyticsCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
ISimulateSecurityHealthAnalyticsCustomModuleRequest
SimulateSecurityHealthAnalyticsCustomModuleRequest message or plain object |
callback |
SimulateSecurityHealthAnalyticsCustomModuleCallback
Node-style callback called with the error, if any, and SimulateSecurityHealthAnalyticsCustomModuleResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
simulateSecurityHealthAnalyticsCustomModule(request)
public simulateSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.ISimulateSecurityHealthAnalyticsCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleResponse>;Calls SimulateSecurityHealthAnalyticsCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
ISimulateSecurityHealthAnalyticsCustomModuleRequest
SimulateSecurityHealthAnalyticsCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleResponse> |
Promise |
updateEventThreatDetectionCustomModule(request, callback)
public updateEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IUpdateEventThreatDetectionCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.UpdateEventThreatDetectionCustomModuleCallback): void;Calls UpdateEventThreatDetectionCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
IUpdateEventThreatDetectionCustomModuleRequest
UpdateEventThreatDetectionCustomModuleRequest message or plain object |
callback |
UpdateEventThreatDetectionCustomModuleCallback
Node-style callback called with the error, if any, and EventThreatDetectionCustomModule |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateEventThreatDetectionCustomModule(request)
public updateEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IUpdateEventThreatDetectionCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule>;Calls UpdateEventThreatDetectionCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
IUpdateEventThreatDetectionCustomModuleRequest
UpdateEventThreatDetectionCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule> |
Promise |
updateSecurityCenterService(request, callback)
public updateSecurityCenterService(request: google.cloud.securitycentermanagement.v1.IUpdateSecurityCenterServiceRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.UpdateSecurityCenterServiceCallback): void;Calls UpdateSecurityCenterService.
| Parameters | |
|---|---|
| Name | Description |
request |
IUpdateSecurityCenterServiceRequest
UpdateSecurityCenterServiceRequest message or plain object |
callback |
UpdateSecurityCenterServiceCallback
Node-style callback called with the error, if any, and SecurityCenterService |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateSecurityCenterService(request)
public updateSecurityCenterService(request: google.cloud.securitycentermanagement.v1.IUpdateSecurityCenterServiceRequest): Promise<google.cloud.securitycentermanagement.v1.SecurityCenterService>;Calls UpdateSecurityCenterService.
| Parameter | |
|---|---|
| Name | Description |
request |
IUpdateSecurityCenterServiceRequest
UpdateSecurityCenterServiceRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.SecurityCenterService> |
Promise |
updateSecurityHealthAnalyticsCustomModule(request, callback)
public updateSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IUpdateSecurityHealthAnalyticsCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.UpdateSecurityHealthAnalyticsCustomModuleCallback): void;Calls UpdateSecurityHealthAnalyticsCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
IUpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest message or plain object |
callback |
UpdateSecurityHealthAnalyticsCustomModuleCallback
Node-style callback called with the error, if any, and SecurityHealthAnalyticsCustomModule |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateSecurityHealthAnalyticsCustomModule(request)
public updateSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IUpdateSecurityHealthAnalyticsCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule>;Calls UpdateSecurityHealthAnalyticsCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
IUpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule> |
Promise |
validateEventThreatDetectionCustomModule(request, callback)
public validateEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IValidateEventThreatDetectionCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ValidateEventThreatDetectionCustomModuleCallback): void;Calls ValidateEventThreatDetectionCustomModule.
| Parameters | |
|---|---|
| Name | Description |
request |
IValidateEventThreatDetectionCustomModuleRequest
ValidateEventThreatDetectionCustomModuleRequest message or plain object |
callback |
ValidateEventThreatDetectionCustomModuleCallback
Node-style callback called with the error, if any, and ValidateEventThreatDetectionCustomModuleResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
validateEventThreatDetectionCustomModule(request)
public validateEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IValidateEventThreatDetectionCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse>;Calls ValidateEventThreatDetectionCustomModule.
| Parameter | |
|---|---|
| Name | Description |
request |
IValidateEventThreatDetectionCustomModuleRequest
ValidateEventThreatDetectionCustomModuleRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse> |
Promise |