public sealed class ListDetectorsRequest : IMessage<ListDetectorsRequest>, IEquatable<ListDetectorsRequest>, IDeepCloneable<ListDetectorsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class ListDetectorsRequest.
Request message for ListDetectors.
Implements
IMessageListDetectorsRequest, IEquatableListDetectorsRequest, IDeepCloneableListDetectorsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
ListDetectorsRequest()
public ListDetectorsRequest()
ListDetectorsRequest(ListDetectorsRequest)
public ListDetectorsRequest(ListDetectorsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListDetectorsRequest |
Properties
Filter
public string Filter { get; set; }
Filters to apply on the response. Filters can be applied on:
- components
- labels
- billing tiers
Component filters will retrieve only detectors for the components specified. Label filters will retrieve only detectors that match one of the labels specified. Billing tier filters will retrieve only detectors for that billing tier.
The filters
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of detectors to return. The service may return fewer than this value. If unspecified, at most 100 detectors 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; }
A page token, received from a previous ListDetectors
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListDetectors
must
match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent, which owns this collection of detectors. Format:
organizations/{organization}
Property Value | |
---|---|
Type | Description |
string |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |