View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest (google_api_apigee v0.50.0)

Request for BatchComputeSecurityAssessmentResults.

Attributes

  • include (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray.t, default: nil) - Include only these resources.
  • includeAllResources (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll.t, default: nil) - Include all resources under the scope.
  • pageSize (type: integer(), default: nil) - Optional. The maximum number of results to return. The service may return fewer than this value. If unspecified, at most 50 results will be returned.
  • pageToken (type: String.t, default: nil) - Optional. A page token, received from a previous BatchComputeSecurityAssessmentResults call. Provide this to retrieve the subsequent page.
  • profile (type: String.t, default: nil) - Required. Name of the profile that is used for computation.
  • scope (type: String.t, default: nil) - Required. Scope of the resources for the computation. For Apigee, the environment is the scope of the resources.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest{
    include:
      GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray.t()
      | nil,
    includeAllResources:
      GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll.t()
      | nil,
    pageSize: integer() | nil,
    pageToken: String.t() | nil,
    profile: String.t() | nil,
    scope: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.