Show / Hide Table of Contents

Class OrganizationsResource.EventThreatDetectionSettingsResource

The "eventThreatDetectionSettings" collection of methods.

Inheritance
object
OrganizationsResource.EventThreatDetectionSettingsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: * organizations/{organization}/eventThreatDetectionSettings. * folders/{folder}/eventThreatDetectionSettings. * projects/{project}/eventThreatDetectionSettings.

Returns
Type Description
OrganizationsResource.EventThreatDetectionSettingsResource.ValidateCustomModuleRequest
In this article
Back to top Generated by DocFX