OrganizationsSecurityAssessmentResults
class OrganizationsSecurityAssessmentResults extends Resource (View source)
The "securityAssessmentResults" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$securityAssessmentResults = $apigeeService->organizations_securityAssessmentResults;
Methods
batchCompute(string $name, GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest $postBody, array $optParams = [])
Compute RAV2 security scores for a set of resources.
Details
GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse
batchCompute(string $name, GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest $postBody, array $optParams = [])
Compute RAV2 security scores for a set of resources.
(securityAssessmentResults.batchCompute)