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.
Request message for [ListAuditReports][google.cloud.auditmanager.v1.AuditManager.ListAuditReports].
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. 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. Parent organization, folder, or project to list reports for, in one of the following formats:
projects/{project}/locations/{location}folders/{folder}/locations/{location}organizations/{organization}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsEnrollmentStatusScopeName
public EnrollmentStatusScopeName ParentAsEnrollmentStatusScopeName { get; set; }EnrollmentStatusScopeName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
EnrollmentStatusScopeName |
|
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 |
|
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }OrganizationLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationLocationName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|