Cloud Security Compliance v1 API - Class ListFrameworkAuditsResponse (1.0.0-beta04)

public sealed class ListFrameworkAuditsResponse : IMessage<ListFrameworkAuditsResponse>, IEquatable<ListFrameworkAuditsResponse>, IDeepCloneable<ListFrameworkAuditsResponse>, IBufferMessage, IMessage, IPageResponse<FrameworkAudit>, IEnumerable<FrameworkAudit>, IEnumerable

Reference documentation and code samples for the Cloud Security Compliance v1 API class ListFrameworkAuditsResponse.

The response message for [ListFrameworkAudits][].

Inheritance

object > ListFrameworkAuditsResponse

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

ListFrameworkAuditsResponse()

public ListFrameworkAuditsResponse()

ListFrameworkAuditsResponse(ListFrameworkAuditsResponse)

public ListFrameworkAuditsResponse(ListFrameworkAuditsResponse other)
Parameter
Name Description
other ListFrameworkAuditsResponse

Properties

FrameworkAudits

public RepeatedField<FrameworkAudit> FrameworkAudits { get; }

The framework audits.

Property Value
Type Description
RepeatedFieldFrameworkAudit

NextPageToken

public string NextPageToken { get; set; }

A token, which you can send as the page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<FrameworkAudit> GetEnumerator()

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

Returns
Type Description
IEnumeratorFrameworkAudit