findings

@JvmName(name = "listAccessPreviewFindingsResponseAccessPreviewFinding")
fun Flow<ListAccessPreviewFindingsResponse>.findings(): Flow<AccessPreviewFinding>

This paginator transforms the flow returned by listAccessPreviewFindingsPaginated to access the nested member AccessPreviewFinding

Return

A kotlinx.coroutines.flow.Flow that can collect AccessPreviewFinding


@JvmName(name = "listFindingsResponseFindingSummary")
fun Flow<ListFindingsResponse>.findings(): Flow<FindingSummary>

This paginator transforms the flow returned by listFindingsPaginated to access the nested member FindingSummary

Return

A kotlinx.coroutines.flow.Flow that can collect FindingSummary


@JvmName(name = "listFindingsV2ResponseFindingSummaryV2")
fun Flow<ListFindingsV2Response>.findings(): Flow<FindingSummaryV2>

This paginator transforms the flow returned by listFindingsV2Paginated to access the nested member FindingSummaryV2

Return

A kotlinx.coroutines.flow.Flow that can collect FindingSummaryV2


@JvmName(name = "validatePolicyResponseValidatePolicyFinding")
fun Flow<ValidatePolicyResponse>.findings(): Flow<ValidatePolicyFinding>

This paginator transforms the flow returned by validatePolicyPaginated to access the nested member ValidatePolicyFinding

Return

A kotlinx.coroutines.flow.Flow that can collect ValidatePolicyFinding