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

public sealed class ListResourceValueConfigsResponse : IPageResponse<ResourceValueConfig>, IEnumerable<ResourceValueConfig>, IEnumerable, IMessage<ListResourceValueConfigsResponse>, IEquatable<ListResourceValueConfigsResponse>, IDeepCloneable<ListResourceValueConfigsResponse>, IBufferMessage, IMessage

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

Response message to list resource value configs

Inheritance

object > ListResourceValueConfigsResponse

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

ListResourceValueConfigsResponse()

public ListResourceValueConfigsResponse()

ListResourceValueConfigsResponse(ListResourceValueConfigsResponse)

public ListResourceValueConfigsResponse(ListResourceValueConfigsResponse other)
Parameter
NameDescription
otherListResourceValueConfigsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.

Property Value
TypeDescription
string

ResourceValueConfigs

public RepeatedField<ResourceValueConfig> ResourceValueConfigs { get; }

The resource value configs from the specified parent.

Property Value
TypeDescription
RepeatedFieldResourceValueConfig

Methods

GetEnumerator()

public IEnumerator<ResourceValueConfig> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorResourceValueConfig