Google Cloud Security Command Center Settings v1beta1 API - Class ListDetectorsRequest (2.0.0-beta03)

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.

Inheritance

object > ListDetectorsRequest

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Constructors

ListDetectorsRequest()

public ListDetectorsRequest()

ListDetectorsRequest(ListDetectorsRequest)

public ListDetectorsRequest(ListDetectorsRequest other)
Parameter
NameDescription
otherListDetectorsRequest

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
TypeDescription
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
TypeDescription
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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of detectors. Format:

  • organizations/{organization}
Property Value
TypeDescription
string

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName