Class GoogleCloudOrgpolicyV2ConstraintListConstraint
A constraint type that allows or disallows a list of string values, which are configured in the PolicyRule.
Implements
Inherited Members
Namespace: Google.Apis.OrgPolicyAPI.v2.Data
Assembly: Google.Apis.OrgPolicyAPI.v2.dll
Syntax
public class GoogleCloudOrgpolicyV2ConstraintListConstraint : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
SupportsIn
Indicates whether values grouped into categories can be used in Policy.allowed_values and
Policy.denied_values. For example, "in:Python" would match any value in the 'Python' group.
Declaration
[JsonProperty("supportsIn")]
public virtual bool? SupportsIn { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
SupportsUnder
Indicates whether subtrees of the 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 | 
|---|---|
| bool? |