public sealed class ListEffectiveSecurityHealthAnalyticsCustomModulesRequest : IMessage<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest>, IEquatable<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest>, IDeepCloneable<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Security Center Management v1 API class ListEffectiveSecurityHealthAnalyticsCustomModulesRequest.
Request message for listing effective Security Health Analytics custom modules.
Implements
IMessageListEffectiveSecurityHealthAnalyticsCustomModulesRequest, IEquatableListEffectiveSecurityHealthAnalyticsCustomModulesRequest, IDeepCloneableListEffectiveSecurityHealthAnalyticsCustomModulesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
ListEffectiveSecurityHealthAnalyticsCustomModulesRequest()
public ListEffectiveSecurityHealthAnalyticsCustomModulesRequest()ListEffectiveSecurityHealthAnalyticsCustomModulesRequest(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest)
public ListEffectiveSecurityHealthAnalyticsCustomModulesRequest(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEffectiveSecurityHealthAnalyticsCustomModulesRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. 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; }Optional. 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. specified in one of the following formats:
organizations/{organization}/locations/{location}folders/{folder}/locations/{location}orprojects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsFolderLocationName
public FolderLocationName ParentAsFolderLocationName { get; set; }FolderLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
FolderLocationName |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }OrganizationLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationLocationName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|