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)

Parameters

string $name

Required. Name of the organization for which the score needs to be computed in the following format: organizations/{org}/securityAssessmentResults

GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse

Exceptions

Exception