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

SecuritySettings reflects the current state of the SecuritySettings feature.

Attributes

  • mlRetrainingFeedbackEnabled (type: boolean(), default: nil) - Optional. If true the user consents to the use of ML models for Abuse detection.
  • name (type: String.t, default: nil) - Identifier. Full resource name is always organizations/{org}/securitySettings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecuritySettings{
  mlRetrainingFeedbackEnabled: boolean() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.