public sealed class ListDescendantEventThreatDetectionCustomModulesRequest : IMessage<ListDescendantEventThreatDetectionCustomModulesRequest>, IEquatable<ListDescendantEventThreatDetectionCustomModulesRequest>, IDeepCloneable<ListDescendantEventThreatDetectionCustomModulesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Security Center Management v1 API class ListDescendantEventThreatDetectionCustomModulesRequest.
Request message for [SecurityCenterManagement.ListDescendantEventThreatDetectionCustomModules][google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListDescendantEventThreatDetectionCustomModules].
Implements
IMessageListDescendantEventThreatDetectionCustomModulesRequest, IEquatableListDescendantEventThreatDetectionCustomModulesRequest, IDeepCloneableListDescendantEventThreatDetectionCustomModulesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
ListDescendantEventThreatDetectionCustomModulesRequest()
public ListDescendantEventThreatDetectionCustomModulesRequest()ListDescendantEventThreatDetectionCustomModulesRequest(ListDescendantEventThreatDetectionCustomModulesRequest)
public ListDescendantEventThreatDetectionCustomModulesRequest(ListDescendantEventThreatDetectionCustomModulesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDescendantEventThreatDetectionCustomModulesRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. The maximum number of modules to return. The service may return fewer than this value. If unspecified, at most 10 configs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A pagination token returned from a previous request. Provide this token to retrieve the next page of results.
When paginating, the rest of the request must match the request that generated the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Name of parent to list custom modules, in one of the following formats:
organizations/{organization}/locations/{location}folders/{folder}/locations/{location}projects/{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 |
|