google_api_access_approval v0.7.0 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): <ol> <li>all</li> <li>appengine.googleapis.com</li> <li>bigquery.googleapis.com</li> <li>bigtable.googleapis.com</li> <li>cloudkms.googleapis.com</li> <li>compute.googleapis.com</li> <li>dataflow.googleapis.com</li> <li>iam.googleapis.com</li> <li>pubsub.googleapis.com</li> <li>storage.googleapis.com</li> <ol>
  • 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.