GoogleApi.CloudResourceManager.V1.Model.ListConstraint (google_api_cloud_resource_manager v0.44.1)

View Source

A Constraint that allows or disallows a list of string values, which are configured by an Organization's policy administrator with a Policy.

Attributes

  • suggestedValue (type: String.t, default: nil) - Optional. The Google Cloud Console will try to default to a configuration that matches the value specified in this Constraint.
  • supportsUnder (type: boolean(), default: nil) - Indicates whether subtrees of Cloud Resource Manager resource hierarchy can be used in Policy.allowed_values and Policy.denied_values. For example, "under:folders/123" would match any resource under the 'folders/123' folder.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudResourceManager.V1.Model.ListConstraint{
  suggestedValue: String.t() | nil,
  supportsUnder: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.