View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResult (google_api_apigee v0.50.1)

The security assessment result for one resource.

Attributes

  • createTime (type: DateTime.t, default: nil) - The time of the assessment of this resource. This could lag behind assessment_time due to caching within the backend.
  • error (type: GoogleApi.Apigee.V1.Model.GoogleRpcStatus.t, default: nil) - The error status if scoring fails.
  • resource (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultResource.t, default: nil) - The assessed resource.
  • scoringResult (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResult.t, default: nil) - The result of the assessment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResult{
  createTime: DateTime.t() | nil,
  error: GoogleApi.Apigee.V1.Model.GoogleRpcStatus.t() | nil,
  resource:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultResource.t()
    | nil,
  scoringResult:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResult.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.