google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.Condition View Source

A condition to be met.

Attributes

  • iam (type: String.t, default: nil) - Trusted attributes supplied by the IAM system.
  • op (type: String.t, default: nil) - An operator to apply the subject with.
  • svc (type: String.t, default: nil) - Trusted attributes discharged by the service.
  • sys (type: String.t, default: nil) - Trusted attributes supplied by any service that owns resources and uses the IAM system for access control.
  • values (type: list(String.t), default: nil) - The objects of the condition.

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.Compute.V1.Model.Condition{
  iam: String.t(),
  op: String.t(),
  svc: String.t(),
  sys: String.t(),
  values: [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.