View Source GoogleApi.IAMCredentials.V1.Model.ServiceAccountAllowedLocations (google_api_iam_credentials v0.15.0)

Represents a list of allowed locations for given service account.

Attributes

  • encodedLocations (type: String.t, default: nil) - Output only. The hex encoded bitmap of the trust boundary locations
  • locations (type: list(String.t), default: nil) - Output only. The human readable trust boundary locations. For example, ["us-central1", "europe-west1"]

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAMCredentials.V1.Model.ServiceAccountAllowedLocations{
  encodedLocations: String.t() | nil,
  locations: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.