Google Cloud Security Command Center v1 API - Class ListDescendantSecurityHealthAnalyticsCustomModulesRequest (3.13.0)

public sealed class ListDescendantSecurityHealthAnalyticsCustomModulesRequest : IPageRequest, IMessage<ListDescendantSecurityHealthAnalyticsCustomModulesRequest>, IEquatable<ListDescendantSecurityHealthAnalyticsCustomModulesRequest>, IDeepCloneable<ListDescendantSecurityHealthAnalyticsCustomModulesRequest>, IBufferMessage, IMessage

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

Request message for listing descendant Security Health Analytics custom modules.

Inheritance

object > ListDescendantSecurityHealthAnalyticsCustomModulesRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListDescendantSecurityHealthAnalyticsCustomModulesRequest()

public ListDescendantSecurityHealthAnalyticsCustomModulesRequest()

ListDescendantSecurityHealthAnalyticsCustomModulesRequest(ListDescendantSecurityHealthAnalyticsCustomModulesRequest)

public ListDescendantSecurityHealthAnalyticsCustomModulesRequest(ListDescendantSecurityHealthAnalyticsCustomModulesRequest other)
Parameter
NameDescription
otherListDescendantSecurityHealthAnalyticsCustomModulesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The value returned by the last call indicating a continuation

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Name of parent to list descendant custom modules. Its format is "organizations/{organization}/securityHealthAnalyticsSettings", "folders/{folder}/securityHealthAnalyticsSettings", or "projects/{project}/securityHealthAnalyticsSettings"

Property Value
TypeDescription
string

ParentAsSecurityHealthAnalyticsSettingsName

public SecurityHealthAnalyticsSettingsName ParentAsSecurityHealthAnalyticsSettingsName { get; set; }

SecurityHealthAnalyticsSettingsName-typed view over the Parent resource name property.

Property Value
TypeDescription
SecurityHealthAnalyticsSettingsName