public sealed class ListFrameworkAuditsRequest : IMessage<ListFrameworkAuditsRequest>, IEquatable<ListFrameworkAuditsRequest>, IDeepCloneable<ListFrameworkAuditsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Security Compliance v1 API class ListFrameworkAuditsRequest.
The request message for [ListFrameworkAudits][].
Implements
IMessageListFrameworkAuditsRequest, IEquatableListFrameworkAuditsRequest, IDeepCloneableListFrameworkAuditsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
ListFrameworkAuditsRequest()
public ListFrameworkAuditsRequest()ListFrameworkAuditsRequest(ListFrameworkAuditsRequest)
public ListFrameworkAuditsRequest(ListFrameworkAuditsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFrameworkAuditsRequest |
Properties
Filter
public string Filter { get; set; }Optional. The filters to apply to the framework audits.
Supported filters are compliance_framework, compliance_state,
create_time, and framework_audit_name. If the filter is invalid, an
invalid argument error is returned.
For syntax details, see [AIP-160][https://google.aip.dev/160].
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of framework audits to return. The service might return fewer audits than this value. If unspecified, a maximum of 10 framework audits are returned. The maximum value is 50; values above 50 are limited to 50.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The next_page_token value that's returned from a previous list
request, if any.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource where the framework audits are listed.
Supported formats are the following:
organizations/{organization_id}/locations/{location}folders/{folder_id}/locations/{location}projects/{project_id}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 |
|