google_api_access_approval v0.2.0 GoogleApi.AccessApproval.V1beta1.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
      1. 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.