public sealed class ListEffectiveEventThreatDetectionCustomModulesRequest : IPageRequest, IMessage<ListEffectiveEventThreatDetectionCustomModulesRequest>, IEquatable<ListEffectiveEventThreatDetectionCustomModulesRequest>, IDeepCloneable<ListEffectiveEventThreatDetectionCustomModulesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class ListEffectiveEventThreatDetectionCustomModulesRequest.
Request to list effective Event Threat Detection custom modules.
Implements
IPageRequest, IMessageListEffectiveEventThreatDetectionCustomModulesRequest, IEquatableListEffectiveEventThreatDetectionCustomModulesRequest, IDeepCloneableListEffectiveEventThreatDetectionCustomModulesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListEffectiveEventThreatDetectionCustomModulesRequest()
public ListEffectiveEventThreatDetectionCustomModulesRequest()ListEffectiveEventThreatDetectionCustomModulesRequest(ListEffectiveEventThreatDetectionCustomModulesRequest)
public ListEffectiveEventThreatDetectionCustomModulesRequest(ListEffectiveEventThreatDetectionCustomModulesRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ListEffectiveEventThreatDetectionCustomModulesRequest | 
      
Properties
PageSize
public int PageSize { get; set; }The maximum number of modules to return. The service may return fewer than this value. If unspecified, at most 10 configs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
| Property Value | |
|---|---|
| Type | Description | 
int | 
        |
PageToken
public string PageToken { get; set; }A page token, received from a previous
ListEffectiveEventThreatDetectionCustomModules call. Provide this to
retrieve the subsequent page.
When paginating, all other parameters provided to
ListEffectiveEventThreatDetectionCustomModules must match the call that
provided the page token.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Parent
public string Parent { get; set; }Required. Name of the parent to list custom modules for.
Its format is:
organizations/{organization}/eventThreatDetectionSettings.folders/{folder}/eventThreatDetectionSettings.projects/{project}/eventThreatDetectionSettings.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
ParentAsEventThreatDetectionSettingsName
public EventThreatDetectionSettingsName ParentAsEventThreatDetectionSettingsName { get; set; }EventThreatDetectionSettingsName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
EventThreatDetectionSettingsName | 
        |