Class OrganizationsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource
The "effectiveCustomModules" collection of methods.
Inheritance
Inherited Members
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: *
|
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: *
|
Returns
Type | Description |
---|---|
OrganizationsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource.ListRequest |