Class ListConstraint
A Constraint that allows or disallows a list of string values, which are configured by an Organization's
policy administrator with a Policy.
Inheritance
System.Object
ListConstraint
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudResourceManager.v1.Data
Assembly: Google.Apis.CloudResourceManager.v1.dll
Syntax
public class ListConstraint : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SuggestedValue
Optional. The Google Cloud Console will try to default to a configuration that matches the value specified
in this Constraint.
Declaration
[JsonProperty("suggestedValue")]
public virtual string SuggestedValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SupportsUnder
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.
Declaration
[JsonProperty("supportsUnder")]
public virtual bool? SupportsUnder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |