View Source GoogleApi.OSConfig.V1.Model.OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceOSPolicyResourceConfigStep (google_api_os_config v0.21.1)

Step performed by the OS Config agent for configuring an OSPolicy resource to its desired state.

Attributes

  • errorMessage (type: String.t, default: nil) - An error message recorded during the execution of this step. Only populated if errors were encountered during this step execution.
  • type (type: String.t, default: nil) - Configuration step type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.OSConfig.V1.Model.OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceOSPolicyResourceConfigStep{
    errorMessage: String.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.