Struct google_cloudresourcemanager1::ListConstraint[][src]

pub struct ListConstraint {
    pub supports_under: Option<bool>,
    pub suggested_value: Option<String>,
}

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

This type is not used in any activity, and only used as part of another schema.

Fields

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.

Optional. The Google Cloud Console will try to default to a configuration that matches the value specified in this Constraint.

Trait Implementations

impl Default for ListConstraint
[src]

Returns the "default value" for a type. Read more

impl Clone for ListConstraint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListConstraint
[src]

Formats the value using the given formatter. Read more

impl Part for ListConstraint
[src]

Auto Trait Implementations