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

Represents a SecurityProfileEnvironmentAssociation resource.

Attributes

  • attachTime (type: DateTime.t, default: nil) - Output only. The time when environment was attached to the security profile.
  • name (type: String.t, default: nil) - Immutable. Name of the environment that the profile is attached to.
  • securityProfileRevisionId (type: String.t, default: nil) - DEPRECATED: DO NOT USE Revision ID of the security profile.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.