Class OrganizationsResource.EventThreatDetectionSettingsResource
The "eventThreatDetectionSettings" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.EventThreatDetectionSettingsResource
Constructors
EventThreatDetectionSettingsResource(IClientService)
Constructs a new resource.
Declaration
public EventThreatDetectionSettingsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
CustomModules
Gets the CustomModules resource.
Declaration
public virtual OrganizationsResource.EventThreatDetectionSettingsResource.CustomModulesResource CustomModules { get; }
Property Value
Type | Description |
---|---|
OrganizationsResource.EventThreatDetectionSettingsResource.CustomModulesResource |
EffectiveCustomModules
Gets the EffectiveCustomModules resource.
Declaration
public virtual OrganizationsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource EffectiveCustomModules { get; }
Property Value
Type | Description |
---|---|
OrganizationsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource |
Methods
ValidateCustomModule(ValidateEventThreatDetectionCustomModuleRequest, string)
Validates the given Event Threat Detection custom module.
Declaration
public virtual OrganizationsResource.EventThreatDetectionSettingsResource.ValidateCustomModuleRequest ValidateCustomModule(ValidateEventThreatDetectionCustomModuleRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
ValidateEventThreatDetectionCustomModuleRequest | body | The body of the request. |
string | parent | Required. Resource name of the parent to validate the Custom Module under. Its format is: *
|
Returns
Type | Description |
---|---|
OrganizationsResource.EventThreatDetectionSettingsResource.ValidateCustomModuleRequest |