public sealed class ListDescendantSecurityHealthAnalyticsCustomModulesResponse : IPageResponse<SecurityHealthAnalyticsCustomModule>, IEnumerable<SecurityHealthAnalyticsCustomModule>, IEnumerable, IMessage<ListDescendantSecurityHealthAnalyticsCustomModulesResponse>, IEquatable<ListDescendantSecurityHealthAnalyticsCustomModulesResponse>, IDeepCloneable<ListDescendantSecurityHealthAnalyticsCustomModulesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class ListDescendantSecurityHealthAnalyticsCustomModulesResponse.
Response message for listing descendant Security Health Analytics custom modules.
Implements
IPageResponseSecurityHealthAnalyticsCustomModule, IEnumerableSecurityHealthAnalyticsCustomModule, IEnumerable, IMessageListDescendantSecurityHealthAnalyticsCustomModulesResponse, IEquatableListDescendantSecurityHealthAnalyticsCustomModulesResponse, IDeepCloneableListDescendantSecurityHealthAnalyticsCustomModulesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListDescendantSecurityHealthAnalyticsCustomModulesResponse()
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse()ListDescendantSecurityHealthAnalyticsCustomModulesResponse(ListDescendantSecurityHealthAnalyticsCustomModulesResponse)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse(ListDescendantSecurityHealthAnalyticsCustomModulesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDescendantSecurityHealthAnalyticsCustomModulesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }If not empty, indicates that there may be more custom modules to be returned.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SecurityHealthAnalyticsCustomModules
public RepeatedField<SecurityHealthAnalyticsCustomModule> SecurityHealthAnalyticsCustomModules { get; }Custom modules belonging to the requested parent and its descendants.
| 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 |
|