google_api_access_approval v0.8.2 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. ga-only 3. appengine.googleapis.com 4. bigquery.googleapis.com 5. bigtable.googleapis.com 6. cloudkms.googleapis.com 7. compute.googleapis.com 8. dataflow.googleapis.com 9. iam.googleapis.com 10. pubsub.googleapis.com 11. storage.googleapis.com Note: 'all' will enroll the resource in all products supported at both 'GA' and 'Preview' levels. 'ga-only' will only enroll the resource in products supported at 'GA' level.
  • 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.