public sealed class ListAuditReportsRequest : IMessage<ListAuditReportsRequest>, IEquatable<ListAuditReportsRequest>, IDeepCloneable<ListAuditReportsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Audit Manager v1 API class ListAuditReportsRequest.
Message for requesting to list the audit reports.
Implements
IMessageListAuditReportsRequest, IEquatableListAuditReportsRequest, IDeepCloneableListAuditReportsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AuditManager.V1Assembly
Google.Cloud.AuditManager.V1.dll
Constructors
ListAuditReportsRequest()
public ListAuditReportsRequest()ListAuditReportsRequest(ListAuditReportsRequest)
public ListAuditReportsRequest(ListAuditReportsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAuditReportsRequest |
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. The parent scope for which to list the reports.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsFolderLocationName
public FolderLocationName ParentAsFolderLocationName { get; set; }FolderLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
FolderLocationName |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|