Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ListFrameworkAuditsRequest.
The request message for [ListFrameworkAudits][].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) — Optional. The filters to apply to the framework audits.
Supported filters are
compliance_framework,compliance_state,create_time,andframework_audit_name. If the filter is invalid, an invalid argument error is returned. For syntax details, see [AIP-160][https://google.aip.dev/160].
#filter=
def filter=(value) -> ::String-
value (::String) — Optional. The filters to apply to the framework audits.
Supported filters are
compliance_framework,compliance_state,create_time,andframework_audit_name. If the filter is invalid, an invalid argument error is returned. For syntax details, see [AIP-160][https://google.aip.dev/160].
-
(::String) — Optional. The filters to apply to the framework audits.
Supported filters are
compliance_framework,compliance_state,create_time,andframework_audit_name. If the filter is invalid, an invalid argument error is returned. For syntax details, see [AIP-160][https://google.aip.dev/160].
#page_size
def page_size() -> ::Integer- (::Integer) — 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.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — 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.
- (::Integer) — 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.
#page_token
def page_token() -> ::String-
(::String) — Optional. The
next_page_tokenvalue that's returned from a previous list request, if any.
#page_token=
def page_token=(value) -> ::String-
value (::String) — Optional. The
next_page_tokenvalue that's returned from a previous list request, if any.
-
(::String) — Optional. The
next_page_tokenvalue that's returned from a previous list request, if any.
#parent
def parent() -> ::String-
(::String) —
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}
#parent=
def parent=(value) -> ::String-
value (::String) —
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}
-
(::String) —
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}