public sealed class ListEffectiveSecurityHealthAnalyticsCustomModulesRequest : IPageRequest, IMessage<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest>, IEquatable<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest>, IDeepCloneable<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class ListEffectiveSecurityHealthAnalyticsCustomModulesRequest.
Request message for listing effective Security Health Analytics custom modules.
Implements
IPageRequest, IMessageListEffectiveSecurityHealthAnalyticsCustomModulesRequest, IEquatableListEffectiveSecurityHealthAnalyticsCustomModulesRequest, IDeepCloneableListEffectiveSecurityHealthAnalyticsCustomModulesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListEffectiveSecurityHealthAnalyticsCustomModulesRequest()
public ListEffectiveSecurityHealthAnalyticsCustomModulesRequest()ListEffectiveSecurityHealthAnalyticsCustomModulesRequest(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest)
public ListEffectiveSecurityHealthAnalyticsCustomModulesRequest(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEffectiveSecurityHealthAnalyticsCustomModulesRequest |
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 | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The value returned by the last call indicating a continuation
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Name of parent to list effective custom modules. Its format is
organizations/{organization}/securityHealthAnalyticsSettings,
folders/{folder}/securityHealthAnalyticsSettings, or
projects/{project}/securityHealthAnalyticsSettings
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsSecurityHealthAnalyticsSettingsName
public SecurityHealthAnalyticsSettingsName ParentAsSecurityHealthAnalyticsSettingsName { get; set; }SecurityHealthAnalyticsSettingsName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
SecurityHealthAnalyticsSettingsName |
|