Google Cloud Security Command Center v1 API - Class ListSecurityHealthAnalyticsCustomModulesResponse (3.20.0)

public sealed class ListSecurityHealthAnalyticsCustomModulesResponse : IPageResponse<SecurityHealthAnalyticsCustomModule>, IEnumerable<SecurityHealthAnalyticsCustomModule>, IEnumerable, IMessage<ListSecurityHealthAnalyticsCustomModulesResponse>, IEquatable<ListSecurityHealthAnalyticsCustomModulesResponse>, IDeepCloneable<ListSecurityHealthAnalyticsCustomModulesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListSecurityHealthAnalyticsCustomModulesResponse.

Response message for listing Security Health Analytics custom modules.

Inheritance

object > ListSecurityHealthAnalyticsCustomModulesResponse

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListSecurityHealthAnalyticsCustomModulesResponse()

public ListSecurityHealthAnalyticsCustomModulesResponse()

ListSecurityHealthAnalyticsCustomModulesResponse(ListSecurityHealthAnalyticsCustomModulesResponse)

public ListSecurityHealthAnalyticsCustomModulesResponse(ListSecurityHealthAnalyticsCustomModulesResponse other)
Parameter
NameDescription
otherListSecurityHealthAnalyticsCustomModulesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

If not empty, indicates that there may be more custom modules to be returned.

Property Value
TypeDescription
string

SecurityHealthAnalyticsCustomModules

public RepeatedField<SecurityHealthAnalyticsCustomModule> SecurityHealthAnalyticsCustomModules { get; }

Custom modules belonging to the requested parent.

Property Value
TypeDescription
RepeatedFieldSecurityHealthAnalyticsCustomModule

Methods

GetEnumerator()

public IEnumerator<SecurityHealthAnalyticsCustomModule> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorSecurityHealthAnalyticsCustomModule