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

Configurations of the API Security add-on.

Attributes

  • enabled (type: boolean(), default: nil) - Flag that specifies whether the API security add-on is enabled.
  • expiresAt (type: String.t, default: nil) - Output only. Time at which the API Security add-on expires in in milliseconds since epoch. If unspecified, the add-on will never expire.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiSecurityConfig{
  enabled: boolean() | nil,
  expiresAt: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.