View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityProfileScoringConfig (google_api_apigee v0.46.0)

Security configurations to manage scoring.

Attributes

  • description (type: String.t, default: nil) - Description of the config.
  • scorePath (type: String.t, default: nil) - Path of the component config used for scoring.
  • title (type: String.t, default: nil) - Title of the config.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityProfileScoringConfig{
    description: String.t() | nil,
    scorePath: String.t() | nil,
    title: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.