GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse (google_api_assured_workloads v0.11.0) View Source

Signed Access Approvals (SAA) enrollment response.

Attributes

  • setupErrors (type: list(String.t), default: nil) - Indicates SAA enrollment setup error if any.
  • setupStatus (type: String.t, default: nil) - Indicates SAA enrollment status of a given workload.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse{
    setupErrors: [String.t()] | nil,
    setupStatus: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.