View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResult (google_api_apigee v0.51.0)

The result of the assessment.

Attributes

  • assessmentRecommendations (type: %{optional(String.t) => GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation.t}, default: nil) - The recommendations of the assessment. The key is the "name" of the assessment (not display_name), and the value are the recommendations.
  • dataUpdateTime (type: DateTime.t, default: nil) - The time when resource data was last fetched for this resource. This time may be different than when the resource was actually updated due to lag in data collection.
  • failedAssessmentPerWeight (type: map(), default: nil) - The number of failed assessments grouped by its weight. Keys are one of the following: "MAJOR", "MODERATE", "MINOR".
  • score (type: integer(), default: nil) - The security score of the assessment.
  • severity (type: String.t, default: nil) - The severity of the assessment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResult{
    assessmentRecommendations:
      %{
        optional(String.t()) =>
          GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation.t()
      }
      | nil,
    dataUpdateTime: DateTime.t() | nil,
    failedAssessmentPerWeight: map() | nil,
    score: integer() | nil,
    severity: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.