public sealed class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse : IMessage<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>, IEquatable<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>, IDeepCloneable<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>, IBufferMessage, IMessage, IPageResponse<EffectiveSecurityHealthAnalyticsCustomModule>, IEnumerable<EffectiveSecurityHealthAnalyticsCustomModule>, IEnumerableReference documentation and code samples for the Security Center Management v1 API class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.
Response message for [SecurityCenterManagement.ListEffectiveSecurityHealthAnalyticsCustomModules][google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListEffectiveSecurityHealthAnalyticsCustomModules].
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 effective Security Health Analytics custom modules.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEffectiveSecurityHealthAnalyticsCustomModule |
|
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<EffectiveSecurityHealthAnalyticsCustomModule> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEffectiveSecurityHealthAnalyticsCustomModule |
|