Security Center Management v1 API - Class ListEventThreatDetectionCustomModulesRequest (1.1.0)

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

Reference documentation and code samples for the Security Center Management v1 API class ListEventThreatDetectionCustomModulesRequest.

Request message for listing Event Threat Detection custom modules.

Inheritance

object > ListEventThreatDetectionCustomModulesRequest

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.V1.dll

Constructors

ListEventThreatDetectionCustomModulesRequest()

public ListEventThreatDetectionCustomModulesRequest()

ListEventThreatDetectionCustomModulesRequest(ListEventThreatDetectionCustomModulesRequest)

public ListEventThreatDetectionCustomModulesRequest(ListEventThreatDetectionCustomModulesRequest other)
Parameter
Name Description
other ListEventThreatDetectionCustomModulesRequest

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 page token, received from a previous ListEventThreatDetectionCustomModules call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListEventThreatDetectionCustomModules must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Name of parent to list custom modules. Its format is organizations/{organization}/locations/{location}, folders/{folder}/locations/{location}, or 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