google_api_access_approval v0.8.1 GoogleApi.AccessApproval.V1.Model.EnrolledService View Source

Represents the enrollment of a cloud resource into a specific service.

Attributes

  • cloudProduct (type: String.t, default: nil) - The product for which Access Approval will be enrolled. Allowed values are listed below (case-sensitive): 1. all 2. appengine.googleapis.com 3. bigquery.googleapis.com 4. bigtable.googleapis.com 5. cloudkms.googleapis.com 6. compute.googleapis.com 7. dataflow.googleapis.com 8. iam.googleapis.com 9. pubsub.googleapis.com 10. storage.googleapis.com
  • enrollmentLevel (type: String.t, default: nil) - The enrollment level of the service.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AccessApproval.V1.Model.EnrolledService{
  cloudProduct: String.t(),
  enrollmentLevel: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.