public sealed class ListEffectiveEventThreatDetectionCustomModulesResponse : IMessage<ListEffectiveEventThreatDetectionCustomModulesResponse>, IEquatable<ListEffectiveEventThreatDetectionCustomModulesResponse>, IDeepCloneable<ListEffectiveEventThreatDetectionCustomModulesResponse>, IBufferMessage, IMessage, IPageResponse<EffectiveEventThreatDetectionCustomModule>, IEnumerable<EffectiveEventThreatDetectionCustomModule>, IEnumerableReference documentation and code samples for the Security Center Management v1 API class ListEffectiveEventThreatDetectionCustomModulesResponse.
Response message for [SecurityCenterManagement.ListEffectiveEventThreatDetectionCustomModules][google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListEffectiveEventThreatDetectionCustomModules].
Implements
IMessageListEffectiveEventThreatDetectionCustomModulesResponse, IEquatableListEffectiveEventThreatDetectionCustomModulesResponse, IDeepCloneableListEffectiveEventThreatDetectionCustomModulesResponse, IBufferMessage, IMessage, IPageResponseEffectiveEventThreatDetectionCustomModule, IEnumerableEffectiveEventThreatDetectionCustomModule, IEnumerableNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
ListEffectiveEventThreatDetectionCustomModulesResponse()
public ListEffectiveEventThreatDetectionCustomModulesResponse()ListEffectiveEventThreatDetectionCustomModulesResponse(ListEffectiveEventThreatDetectionCustomModulesResponse)
public ListEffectiveEventThreatDetectionCustomModulesResponse(ListEffectiveEventThreatDetectionCustomModulesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEffectiveEventThreatDetectionCustomModulesResponse |
Properties
EffectiveEventThreatDetectionCustomModules
public RepeatedField<EffectiveEventThreatDetectionCustomModule> EffectiveEventThreatDetectionCustomModules { get; }The list of effective Event Threat Detection custom modules.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEffectiveEventThreatDetectionCustomModule |
|
NextPageToken
public string NextPageToken { get; set; }A pagination token. To retrieve the next page of results, call the method again with this token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<EffectiveEventThreatDetectionCustomModule> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEffectiveEventThreatDetectionCustomModule |
|