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
Implements
IPageRequest, IMessageListResourceValueConfigsRequest, IEquatableListResourceValueConfigsRequest, IDeepCloneableListResourceValueConfigsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
ListResourceValueConfigsRequest()
public ListResourceValueConfigsRequest()
ListResourceValueConfigsRequest(ListResourceValueConfigsRequest)
public ListResourceValueConfigsRequest(ListResourceValueConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListResourceValueConfigsRequest |
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 | |
---|---|
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 |
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }
OrganizationLocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationLocationName |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |