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

Environment information of attached environments. Scoring an environment is enabled only if it is attached to a security profile.

Attributes

  • attachTime (type: DateTime.t, default: nil) - Output only. Time at which environment was attached to the security profile.
  • environment (type: String.t, default: nil) - Output only. Name of the environment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityProfileEnvironment{
  attachTime: DateTime.t() | nil,
  environment: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.