public sealed class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse : IMessage<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>, IEquatable<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>, IDeepCloneable<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>, IBufferMessage, IMessage, IPageResponse<EffectiveSecurityHealthAnalyticsCustomModule>, IEnumerable<EffectiveSecurityHealthAnalyticsCustomModule>, IEnumerable
Reference documentation and code samples for the Security Center Management v1 API class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.
Response message for listing effective Security Health Analytics custom modules.
Implements
IMessageListEffectiveSecurityHealthAnalyticsCustomModulesResponse, IEquatableListEffectiveSecurityHealthAnalyticsCustomModulesResponse, IDeepCloneableListEffectiveSecurityHealthAnalyticsCustomModulesResponse, IBufferMessage, IMessage, IPageResponseEffectiveSecurityHealthAnalyticsCustomModule, IEnumerableEffectiveSecurityHealthAnalyticsCustomModule, IEnumerableNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse()
public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse()
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse(ListEffectiveSecurityHealthAnalyticsCustomModulesResponse)
public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse(ListEffectiveSecurityHealthAnalyticsCustomModulesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse |
Properties
EffectiveSecurityHealthAnalyticsCustomModules
public RepeatedField<EffectiveSecurityHealthAnalyticsCustomModule> EffectiveSecurityHealthAnalyticsCustomModules { get; }
The list of EffectiveSecurityHealthAnalyticsCustomModule
Property Value | |
---|---|
Type | Description |
RepeatedFieldEffectiveSecurityHealthAnalyticsCustomModule |
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<EffectiveSecurityHealthAnalyticsCustomModule> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorEffectiveSecurityHealthAnalyticsCustomModule |