public sealed class ListControlsRequest : IMessage<ListControlsRequest>, IEquatable<ListControlsRequest>, IDeepCloneable<ListControlsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Audit Manager v1 API class ListControlsRequest.
Request message for [ListControls][google.cloud.auditmanager.v1.AuditManager.ListControls].
Implements
IMessageListControlsRequest, IEquatableListControlsRequest, IDeepCloneableListControlsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AuditManager.V1Assembly
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. Maximum number of items to return in a single page. The service might return fewer items than this value. If unspecified, the service picks an appropriate default. The maximum value is 100; values above 100 are reduced to 100.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous call, to retrieve the next page of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Standard to list controls for, in one of the following formats:
projects/{project}/locations/{location}/standards/{standard}folders/{folder}/locations/{location}/standards/{standard}organizations/{organization}/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 |
|