public sealed class ListSecurityHealthAnalyticsCustomModulesResponse : IMessage<ListSecurityHealthAnalyticsCustomModulesResponse>, IEquatable<ListSecurityHealthAnalyticsCustomModulesResponse>, IDeepCloneable<ListSecurityHealthAnalyticsCustomModulesResponse>, IBufferMessage, IMessage, IPageResponse<SecurityHealthAnalyticsCustomModule>, IEnumerable<SecurityHealthAnalyticsCustomModule>, IEnumerable
Reference documentation and code samples for the Security Center Management v1 API class ListSecurityHealthAnalyticsCustomModulesResponse.
Response message for [SecurityCenterManagement.ListSecurityHealthAnalyticsCustomModules][google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListSecurityHealthAnalyticsCustomModules].
Implements
IMessageListSecurityHealthAnalyticsCustomModulesResponse, IEquatableListSecurityHealthAnalyticsCustomModulesResponse, IDeepCloneableListSecurityHealthAnalyticsCustomModulesResponse, IBufferMessage, IMessage, IPageResponseSecurityHealthAnalyticsCustomModule, IEnumerableSecurityHealthAnalyticsCustomModule, IEnumerableNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
ListSecurityHealthAnalyticsCustomModulesResponse()
public ListSecurityHealthAnalyticsCustomModulesResponse()
ListSecurityHealthAnalyticsCustomModulesResponse(ListSecurityHealthAnalyticsCustomModulesResponse)
public ListSecurityHealthAnalyticsCustomModulesResponse(ListSecurityHealthAnalyticsCustomModulesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListSecurityHealthAnalyticsCustomModulesResponse |
Properties
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 |
SecurityHealthAnalyticsCustomModules
public RepeatedField<SecurityHealthAnalyticsCustomModule> SecurityHealthAnalyticsCustomModules { get; }
The list of Security Health Analytics custom modules.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSecurityHealthAnalyticsCustomModule |
Methods
GetEnumerator()
public IEnumerator<SecurityHealthAnalyticsCustomModule> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSecurityHealthAnalyticsCustomModule |