Class GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues
A message that holds specific allowed and denied values. This message can define specific values and subtrees of
the Resource Manager resource hierarchy (Organizations, Folders, Projects) that are allowed or denied.
This is achieved by using the under: and optional is: prefixes. The under: prefix is used to denote
resource subtree values. The is: prefix is used to denote specific values, and is required only if the value
contains a ":". Values prefixed with "is:" are treated the same as values with no prefix. Ancestry subtrees must
be in one of the following formats: - projects/ (for example, projects/tokyo-rain-123) - folders/ (for
example, folders/1234) - organizations/ (for example, organizations/1234) The supports_under field of
the associated Constraint defines whether ancestry prefixes can be used.
Implements
Inherited Members
Namespace: Google.Apis.OrgPolicyAPI.v2.Data
Assembly: Google.Apis.OrgPolicyAPI.v2.dll
Syntax
public class GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues : IDirectResponseSchemaProperties
AllowedValues
List of values allowed at this resource.
Declaration
[JsonProperty("allowedValues")]
public virtual IList<string> AllowedValues { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
DeniedValues
List of values denied at this resource.
Declaration
[JsonProperty("deniedValues")]
public virtual IList<string> DeniedValues { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string |