Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ListFrameworkAuditsResponse.
The response message for [ListFrameworkAudits][].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#framework_audits
def framework_audits() -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit>
Returns
- (::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit>) — The framework audits.
#framework_audits=
def framework_audits=(value) -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit>
Parameter
- value (::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit>) — The framework audits.
Returns
- (::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit>) — The framework audits.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token, which you can send as the
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token, which you can send as the
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — A token, which you can send as the
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.