Reference documentation and code samples for the Audit Manager V1 API class Google::Cloud::AuditManager::V1::ListResourceEnrollmentStatusesResponse.
Response message with all the descendent resources with enrollment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Output only. The token to retrieve the next page of results.
#resource_enrollment_statuses
def resource_enrollment_statuses() -> ::Array<::Google::Cloud::AuditManager::V1::ResourceEnrollmentStatus>
Returns
- (::Array<::Google::Cloud::AuditManager::V1::ResourceEnrollmentStatus>) — The resources with their enrollment status.
#resource_enrollment_statuses=
def resource_enrollment_statuses=(value) -> ::Array<::Google::Cloud::AuditManager::V1::ResourceEnrollmentStatus>
Parameter
- value (::Array<::Google::Cloud::AuditManager::V1::ResourceEnrollmentStatus>) — The resources with their enrollment status.
Returns
- (::Array<::Google::Cloud::AuditManager::V1::ResourceEnrollmentStatus>) — The resources with their enrollment status.