Security Command Center v2 API - Class ListResourceValueConfigsRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Security Command Center v2 API class ListResourceValueConfigsRequest.

Request message to list resource value configs of a parent

Inheritance

object > ListResourceValueConfigsRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

ListResourceValueConfigsRequest()

public ListResourceValueConfigsRequest()

ListResourceValueConfigsRequest(ListResourceValueConfigsRequest)

public ListResourceValueConfigsRequest(ListResourceValueConfigsRequest other)
Parameter
NameDescription
otherListResourceValueConfigsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of configs 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
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName