Class protos.google.cloud.securitycentermanagement.v1.SecurityCenterManagement (0.1.0)

Represents a SecurityCenterManagement

Inheritance

$protobuf.rpc.Service > protos.google.cloud.securitycentermanagement.v1.SecurityCenterManagement

Package

@google-cloud/securitycentermanagement

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new SecurityCenterManagement service.

Parameters
NameDescription
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
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
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
NameDescription
request ICreateEventThreatDetectionCustomModuleRequest

CreateEventThreatDetectionCustomModuleRequest message or plain object

callback CreateEventThreatDetectionCustomModuleCallback

Node-style callback called with the error, if any, and EventThreatDetectionCustomModule

Returns
TypeDescription
void

createEventThreatDetectionCustomModule(request)

public createEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.ICreateEventThreatDetectionCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule>;

Calls CreateEventThreatDetectionCustomModule.

Parameter
NameDescription
request ICreateEventThreatDetectionCustomModuleRequest

CreateEventThreatDetectionCustomModuleRequest message or plain object

Returns
TypeDescription
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
NameDescription
request ICreateSecurityHealthAnalyticsCustomModuleRequest

CreateSecurityHealthAnalyticsCustomModuleRequest message or plain object

callback CreateSecurityHealthAnalyticsCustomModuleCallback

Node-style callback called with the error, if any, and SecurityHealthAnalyticsCustomModule

Returns
TypeDescription
void

createSecurityHealthAnalyticsCustomModule(request)

public createSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.ICreateSecurityHealthAnalyticsCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule>;

Calls CreateSecurityHealthAnalyticsCustomModule.

Parameter
NameDescription
request ICreateSecurityHealthAnalyticsCustomModuleRequest

CreateSecurityHealthAnalyticsCustomModuleRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IDeleteEventThreatDetectionCustomModuleRequest

DeleteEventThreatDetectionCustomModuleRequest message or plain object

callback DeleteEventThreatDetectionCustomModuleCallback

Node-style callback called with the error, if any, and Empty

Returns
TypeDescription
void

deleteEventThreatDetectionCustomModule(request)

public deleteEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IDeleteEventThreatDetectionCustomModuleRequest): Promise<google.protobuf.Empty>;

Calls DeleteEventThreatDetectionCustomModule.

Parameter
NameDescription
request IDeleteEventThreatDetectionCustomModuleRequest

DeleteEventThreatDetectionCustomModuleRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IDeleteSecurityHealthAnalyticsCustomModuleRequest

DeleteSecurityHealthAnalyticsCustomModuleRequest message or plain object

callback DeleteSecurityHealthAnalyticsCustomModuleCallback

Node-style callback called with the error, if any, and Empty

Returns
TypeDescription
void

deleteSecurityHealthAnalyticsCustomModule(request)

public deleteSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IDeleteSecurityHealthAnalyticsCustomModuleRequest): Promise<google.protobuf.Empty>;

Calls DeleteSecurityHealthAnalyticsCustomModule.

Parameter
NameDescription
request IDeleteSecurityHealthAnalyticsCustomModuleRequest

DeleteSecurityHealthAnalyticsCustomModuleRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IGetEffectiveEventThreatDetectionCustomModuleRequest

GetEffectiveEventThreatDetectionCustomModuleRequest message or plain object

callback GetEffectiveEventThreatDetectionCustomModuleCallback

Node-style callback called with the error, if any, and EffectiveEventThreatDetectionCustomModule

Returns
TypeDescription
void

getEffectiveEventThreatDetectionCustomModule(request)

public getEffectiveEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IGetEffectiveEventThreatDetectionCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule>;

Calls GetEffectiveEventThreatDetectionCustomModule.

Parameter
NameDescription
request IGetEffectiveEventThreatDetectionCustomModuleRequest

GetEffectiveEventThreatDetectionCustomModuleRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IGetEffectiveSecurityHealthAnalyticsCustomModuleRequest

GetEffectiveSecurityHealthAnalyticsCustomModuleRequest message or plain object

callback GetEffectiveSecurityHealthAnalyticsCustomModuleCallback

Node-style callback called with the error, if any, and EffectiveSecurityHealthAnalyticsCustomModule

Returns
TypeDescription
void

getEffectiveSecurityHealthAnalyticsCustomModule(request)

public getEffectiveSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IGetEffectiveSecurityHealthAnalyticsCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule>;

Calls GetEffectiveSecurityHealthAnalyticsCustomModule.

Parameter
NameDescription
request IGetEffectiveSecurityHealthAnalyticsCustomModuleRequest

GetEffectiveSecurityHealthAnalyticsCustomModuleRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IGetEventThreatDetectionCustomModuleRequest

GetEventThreatDetectionCustomModuleRequest message or plain object

callback GetEventThreatDetectionCustomModuleCallback

Node-style callback called with the error, if any, and EventThreatDetectionCustomModule

Returns
TypeDescription
void

getEventThreatDetectionCustomModule(request)

public getEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IGetEventThreatDetectionCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule>;

Calls GetEventThreatDetectionCustomModule.

Parameter
NameDescription
request IGetEventThreatDetectionCustomModuleRequest

GetEventThreatDetectionCustomModuleRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule>

Promise

getSecurityHealthAnalyticsCustomModule(request, callback)

public getSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IGetSecurityHealthAnalyticsCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.GetSecurityHealthAnalyticsCustomModuleCallback): void;

Calls GetSecurityHealthAnalyticsCustomModule.

Parameters
NameDescription
request IGetSecurityHealthAnalyticsCustomModuleRequest

GetSecurityHealthAnalyticsCustomModuleRequest message or plain object

callback GetSecurityHealthAnalyticsCustomModuleCallback

Node-style callback called with the error, if any, and SecurityHealthAnalyticsCustomModule

Returns
TypeDescription
void

getSecurityHealthAnalyticsCustomModule(request)

public getSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IGetSecurityHealthAnalyticsCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule>;

Calls GetSecurityHealthAnalyticsCustomModule.

Parameter
NameDescription
request IGetSecurityHealthAnalyticsCustomModuleRequest

GetSecurityHealthAnalyticsCustomModuleRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IListDescendantEventThreatDetectionCustomModulesRequest

ListDescendantEventThreatDetectionCustomModulesRequest message or plain object

callback ListDescendantEventThreatDetectionCustomModulesCallback

Node-style callback called with the error, if any, and ListDescendantEventThreatDetectionCustomModulesResponse

Returns
TypeDescription
void

listDescendantEventThreatDetectionCustomModules(request)

public listDescendantEventThreatDetectionCustomModules(request: google.cloud.securitycentermanagement.v1.IListDescendantEventThreatDetectionCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListDescendantEventThreatDetectionCustomModulesResponse>;

Calls ListDescendantEventThreatDetectionCustomModules.

Parameter
NameDescription
request IListDescendantEventThreatDetectionCustomModulesRequest

ListDescendantEventThreatDetectionCustomModulesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IListDescendantSecurityHealthAnalyticsCustomModulesRequest

ListDescendantSecurityHealthAnalyticsCustomModulesRequest message or plain object

callback ListDescendantSecurityHealthAnalyticsCustomModulesCallback

Node-style callback called with the error, if any, and ListDescendantSecurityHealthAnalyticsCustomModulesResponse

Returns
TypeDescription
void

listDescendantSecurityHealthAnalyticsCustomModules(request)

public listDescendantSecurityHealthAnalyticsCustomModules(request: google.cloud.securitycentermanagement.v1.IListDescendantSecurityHealthAnalyticsCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListDescendantSecurityHealthAnalyticsCustomModulesResponse>;

Calls ListDescendantSecurityHealthAnalyticsCustomModules.

Parameter
NameDescription
request IListDescendantSecurityHealthAnalyticsCustomModulesRequest

ListDescendantSecurityHealthAnalyticsCustomModulesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IListEffectiveEventThreatDetectionCustomModulesRequest

ListEffectiveEventThreatDetectionCustomModulesRequest message or plain object

callback ListEffectiveEventThreatDetectionCustomModulesCallback

Node-style callback called with the error, if any, and ListEffectiveEventThreatDetectionCustomModulesResponse

Returns
TypeDescription
void

listEffectiveEventThreatDetectionCustomModules(request)

public listEffectiveEventThreatDetectionCustomModules(request: google.cloud.securitycentermanagement.v1.IListEffectiveEventThreatDetectionCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListEffectiveEventThreatDetectionCustomModulesResponse>;

Calls ListEffectiveEventThreatDetectionCustomModules.

Parameter
NameDescription
request IListEffectiveEventThreatDetectionCustomModulesRequest

ListEffectiveEventThreatDetectionCustomModulesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IListEffectiveSecurityHealthAnalyticsCustomModulesRequest

ListEffectiveSecurityHealthAnalyticsCustomModulesRequest message or plain object

callback ListEffectiveSecurityHealthAnalyticsCustomModulesCallback

Node-style callback called with the error, if any, and ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

Returns
TypeDescription
void

listEffectiveSecurityHealthAnalyticsCustomModules(request)

public listEffectiveSecurityHealthAnalyticsCustomModules(request: google.cloud.securitycentermanagement.v1.IListEffectiveSecurityHealthAnalyticsCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>;

Calls ListEffectiveSecurityHealthAnalyticsCustomModules.

Parameter
NameDescription
request IListEffectiveSecurityHealthAnalyticsCustomModulesRequest

ListEffectiveSecurityHealthAnalyticsCustomModulesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IListEventThreatDetectionCustomModulesRequest

ListEventThreatDetectionCustomModulesRequest message or plain object

callback ListEventThreatDetectionCustomModulesCallback

Node-style callback called with the error, if any, and ListEventThreatDetectionCustomModulesResponse

Returns
TypeDescription
void

listEventThreatDetectionCustomModules(request)

public listEventThreatDetectionCustomModules(request: google.cloud.securitycentermanagement.v1.IListEventThreatDetectionCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListEventThreatDetectionCustomModulesResponse>;

Calls ListEventThreatDetectionCustomModules.

Parameter
NameDescription
request IListEventThreatDetectionCustomModulesRequest

ListEventThreatDetectionCustomModulesRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.securitycentermanagement.v1.ListEventThreatDetectionCustomModulesResponse>

Promise

listSecurityHealthAnalyticsCustomModules(request, callback)

public listSecurityHealthAnalyticsCustomModules(request: google.cloud.securitycentermanagement.v1.IListSecurityHealthAnalyticsCustomModulesRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListSecurityHealthAnalyticsCustomModulesCallback): void;

Calls ListSecurityHealthAnalyticsCustomModules.

Parameters
NameDescription
request IListSecurityHealthAnalyticsCustomModulesRequest

ListSecurityHealthAnalyticsCustomModulesRequest message or plain object

callback ListSecurityHealthAnalyticsCustomModulesCallback

Node-style callback called with the error, if any, and ListSecurityHealthAnalyticsCustomModulesResponse

Returns
TypeDescription
void

listSecurityHealthAnalyticsCustomModules(request)

public listSecurityHealthAnalyticsCustomModules(request: google.cloud.securitycentermanagement.v1.IListSecurityHealthAnalyticsCustomModulesRequest): Promise<google.cloud.securitycentermanagement.v1.ListSecurityHealthAnalyticsCustomModulesResponse>;

Calls ListSecurityHealthAnalyticsCustomModules.

Parameter
NameDescription
request IListSecurityHealthAnalyticsCustomModulesRequest

ListSecurityHealthAnalyticsCustomModulesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request ISimulateSecurityHealthAnalyticsCustomModuleRequest

SimulateSecurityHealthAnalyticsCustomModuleRequest message or plain object

callback SimulateSecurityHealthAnalyticsCustomModuleCallback

Node-style callback called with the error, if any, and SimulateSecurityHealthAnalyticsCustomModuleResponse

Returns
TypeDescription
void

simulateSecurityHealthAnalyticsCustomModule(request)

public simulateSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.ISimulateSecurityHealthAnalyticsCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleResponse>;

Calls SimulateSecurityHealthAnalyticsCustomModule.

Parameter
NameDescription
request ISimulateSecurityHealthAnalyticsCustomModuleRequest

SimulateSecurityHealthAnalyticsCustomModuleRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IUpdateEventThreatDetectionCustomModuleRequest

UpdateEventThreatDetectionCustomModuleRequest message or plain object

callback UpdateEventThreatDetectionCustomModuleCallback

Node-style callback called with the error, if any, and EventThreatDetectionCustomModule

Returns
TypeDescription
void

updateEventThreatDetectionCustomModule(request)

public updateEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IUpdateEventThreatDetectionCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule>;

Calls UpdateEventThreatDetectionCustomModule.

Parameter
NameDescription
request IUpdateEventThreatDetectionCustomModuleRequest

UpdateEventThreatDetectionCustomModuleRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule>

Promise

updateSecurityHealthAnalyticsCustomModule(request, callback)

public updateSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IUpdateSecurityHealthAnalyticsCustomModuleRequest, callback: google.cloud.securitycentermanagement.v1.SecurityCenterManagement.UpdateSecurityHealthAnalyticsCustomModuleCallback): void;

Calls UpdateSecurityHealthAnalyticsCustomModule.

Parameters
NameDescription
request IUpdateSecurityHealthAnalyticsCustomModuleRequest

UpdateSecurityHealthAnalyticsCustomModuleRequest message or plain object

callback UpdateSecurityHealthAnalyticsCustomModuleCallback

Node-style callback called with the error, if any, and SecurityHealthAnalyticsCustomModule

Returns
TypeDescription
void

updateSecurityHealthAnalyticsCustomModule(request)

public updateSecurityHealthAnalyticsCustomModule(request: google.cloud.securitycentermanagement.v1.IUpdateSecurityHealthAnalyticsCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule>;

Calls UpdateSecurityHealthAnalyticsCustomModule.

Parameter
NameDescription
request IUpdateSecurityHealthAnalyticsCustomModuleRequest

UpdateSecurityHealthAnalyticsCustomModuleRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IValidateEventThreatDetectionCustomModuleRequest

ValidateEventThreatDetectionCustomModuleRequest message or plain object

callback ValidateEventThreatDetectionCustomModuleCallback

Node-style callback called with the error, if any, and ValidateEventThreatDetectionCustomModuleResponse

Returns
TypeDescription
void

validateEventThreatDetectionCustomModule(request)

public validateEventThreatDetectionCustomModule(request: google.cloud.securitycentermanagement.v1.IValidateEventThreatDetectionCustomModuleRequest): Promise<google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse>;

Calls ValidateEventThreatDetectionCustomModule.

Parameter
NameDescription
request IValidateEventThreatDetectionCustomModuleRequest

ValidateEventThreatDetectionCustomModuleRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse>

Promise