Show / Hide Table of Contents

Class OrganizationsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource

The "effectiveCustomModules" collection of methods.

Inheritance
object
OrganizationsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource
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.EffectiveCustomModulesResource

Constructors

EffectiveCustomModulesResource(IClientService)

Constructs a new resource.

Declaration
public EffectiveCustomModulesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets an effective Event Threat Detection custom module at the given level.

Declaration
public virtual OrganizationsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the effective Event Threat Detection custom module. Its format is: * organizations/{organization}/eventThreatDetectionSettings/effectiveCustomModules/{module}. * folders/{folder}/eventThreatDetectionSettings/effectiveCustomModules/{module}. * projects/{project}/eventThreatDetectionSettings/effectiveCustomModules/{module}.

Returns
Type Description
OrganizationsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource.GetRequest

List(string)

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.

Declaration
public virtual OrganizationsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Name of the parent to list custom modules for. Its format is: * organizations/{organization}/eventThreatDetectionSettings. * folders/{folder}/eventThreatDetectionSettings. * projects/{project}/eventThreatDetectionSettings.

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