Audit Manager v1 API - Class ListControlsRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Audit Manager v1 API class ListControlsRequest.

Message for requesting all the controls for a compliance standard.

Inheritance

object > ListControlsRequest

Namespace

Google.Cloud.AuditManager.V1

Assembly

Google.Cloud.AuditManager.V1.dll

Constructors

ListControlsRequest()

public ListControlsRequest()

ListControlsRequest(ListControlsRequest)

public ListControlsRequest(ListControlsRequest other)
Parameter
Name Description
other ListControlsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of resources to return.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The next_page_token value returned from a previous List request, if any.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Format projects/{project}/locations/{location}/standards/{standard}, folders/{folder}/locations/{location}/standards/{standard}

Property Value
Type Description
string

ParentAsStandardName

public StandardName ParentAsStandardName { get; set; }

StandardName-typed view over the Parent resource name property.

Property Value
Type Description
StandardName