Class ProjectsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource
The "effectiveCustomModules" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ProjectsResource.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 ProjectsResource.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: *
|
Returns
Type | Description |
---|---|
ProjectsResource.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 ProjectsResource.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: *
|
Returns
Type | Description |
---|---|
ProjectsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource.ListRequest |