public sealed class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse : IPageResponse<EffectiveSecurityHealthAnalyticsCustomModule>, IEnumerable<EffectiveSecurityHealthAnalyticsCustomModule>, IEnumerable, IMessage<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>, IEquatable<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>, IDeepCloneable<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.
Response message for listing effective Security Health Analytics custom modules.
Implements
IPageResponseEffectiveSecurityHealthAnalyticsCustomModule, IEnumerableEffectiveSecurityHealthAnalyticsCustomModule, IEnumerable, IMessageListEffectiveSecurityHealthAnalyticsCustomModulesResponse, IEquatableListEffectiveSecurityHealthAnalyticsCustomModulesResponse, IDeepCloneableListEffectiveSecurityHealthAnalyticsCustomModulesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse()
public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse()
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse(ListEffectiveSecurityHealthAnalyticsCustomModulesResponse)
public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse(ListEffectiveSecurityHealthAnalyticsCustomModulesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListEffectiveSecurityHealthAnalyticsCustomModulesResponse |
Properties
EffectiveSecurityHealthAnalyticsCustomModules
public RepeatedField<EffectiveSecurityHealthAnalyticsCustomModule> EffectiveSecurityHealthAnalyticsCustomModules { get; }
Effective custom modules belonging to the requested parent.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEffectiveSecurityHealthAnalyticsCustomModule |
NextPageToken
public string NextPageToken { get; set; }
If not empty, indicates that there may be more effective custom modules to be returned.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<EffectiveSecurityHealthAnalyticsCustomModule> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorEffectiveSecurityHealthAnalyticsCustomModule |