public sealed class ListDescendantSecurityHealthAnalyticsCustomModulesResponse : IMessage<ListDescendantSecurityHealthAnalyticsCustomModulesResponse>, IEquatable<ListDescendantSecurityHealthAnalyticsCustomModulesResponse>, IDeepCloneable<ListDescendantSecurityHealthAnalyticsCustomModulesResponse>, IBufferMessage, IMessage, IPageResponse<SecurityHealthAnalyticsCustomModule>, IEnumerable<SecurityHealthAnalyticsCustomModule>, IEnumerable
Reference documentation and code samples for the Security Center Management v1 API class ListDescendantSecurityHealthAnalyticsCustomModulesResponse.
Response message for listing descendant Security Health Analytics custom modules.
Implements
IMessageListDescendantSecurityHealthAnalyticsCustomModulesResponse, IEquatableListDescendantSecurityHealthAnalyticsCustomModulesResponse, IDeepCloneableListDescendantSecurityHealthAnalyticsCustomModulesResponse, IBufferMessage, IMessage, IPageResponseSecurityHealthAnalyticsCustomModule, IEnumerableSecurityHealthAnalyticsCustomModule, IEnumerableNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
ListDescendantSecurityHealthAnalyticsCustomModulesResponse()
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse()
ListDescendantSecurityHealthAnalyticsCustomModulesResponse(ListDescendantSecurityHealthAnalyticsCustomModulesResponse)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse(ListDescendantSecurityHealthAnalyticsCustomModulesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDescendantSecurityHealthAnalyticsCustomModulesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
SecurityHealthAnalyticsCustomModules
public RepeatedField<SecurityHealthAnalyticsCustomModule> SecurityHealthAnalyticsCustomModules { get; }
The list of SecurityHealthAnalyticsCustomModules
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 |