Security Command Center v2 API - Class ListValuedResourcesResponse (1.0.0-beta03)

public sealed class ListValuedResourcesResponse : IPageResponse<ValuedResource>, IEnumerable<ValuedResource>, IEnumerable, IMessage<ListValuedResourcesResponse>, IEquatable<ListValuedResourcesResponse>, IDeepCloneable<ListValuedResourcesResponse>, IBufferMessage, IMessage

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

Response message for listing the valued resources for a given simulation.

Inheritance

object > ListValuedResourcesResponse

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

ListValuedResourcesResponse()

public ListValuedResourcesResponse()

ListValuedResourcesResponse(ListValuedResourcesResponse)

public ListValuedResourcesResponse(ListValuedResourcesResponse other)
Parameter
Name Description
other ListValuedResourcesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results.

Property Value
Type Description
string

TotalSize

public int TotalSize { get; set; }

The estimated total number of results matching the query.

Property Value
Type Description
int

ValuedResources

public RepeatedField<ValuedResource> ValuedResources { get; }

The valued resources that the attack path simulation identified.

Property Value
Type Description
RepeatedFieldValuedResource

Methods

GetEnumerator()

public IEnumerator<ValuedResource> GetEnumerator()

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

Returns
Type Description
IEnumeratorValuedResource