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

ProfileConfig defines a set of categories and policies which will be used to compute security score.

Attributes

  • categories (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ProfileConfigCategory.t), default: nil) - List of categories of profile config.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ProfileConfig{
  categories:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ProfileConfigCategory.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.