Google Cloud Security Command Center v1 API - Class ListResourceValueConfigsRequest (3.23.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListResourceValueConfigsRequest.

Request message to list resource value configs of a parent

Inheritance

object > ListResourceValueConfigsRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListResourceValueConfigsRequest()

public ListResourceValueConfigsRequest()

ListResourceValueConfigsRequest(ListResourceValueConfigsRequest)

public ListResourceValueConfigsRequest(ListResourceValueConfigsRequest other)
Parameter
Name Description
other ListResourceValueConfigsRequest

Properties

PageSize

public int PageSize { get; set; }

The number of results 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; }

A page token, received from a previous ListResourceValueConfigs call. Provide this to retrieve the subsequent page.

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

page_size can be specified, and the new page_size will be used.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent, which owns the collection of resource value configs. Its format is organizations/[organization_id]

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