public sealed class ListEffectiveEventThreatDetectionCustomModulesResponse : IMessage<ListEffectiveEventThreatDetectionCustomModulesResponse>, IEquatable<ListEffectiveEventThreatDetectionCustomModulesResponse>, IDeepCloneable<ListEffectiveEventThreatDetectionCustomModulesResponse>, IBufferMessage, IMessage, IPageResponse<EffectiveEventThreatDetectionCustomModule>, IEnumerable<EffectiveEventThreatDetectionCustomModule>, IEnumerable
Reference documentation and code samples for the Security Center Management v1 API class ListEffectiveEventThreatDetectionCustomModulesResponse.
Response message for listing effective Event Threat Detection custom modules.
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 EffectiveEventThreatDetectionCustomModules
Property Value | |
---|---|
Type | Description |
RepeatedFieldEffectiveEventThreatDetectionCustomModule |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
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 |