Class GoogleCloudAssuredworkloadsV1beta1OrgPolicyPolicyRule
A rule used to express this policy.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1OrgPolicyPolicyRule : IDirectResponseSchema
Properties
AllowAll
ListPolicy only when all values are allowed.
Declaration
[JsonProperty("allowAll")]
public virtual bool? AllowAll { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DenyAll
ListPolicy only when all values are denied.
Declaration
[JsonProperty("denyAll")]
public virtual bool? DenyAll { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enforce
BooleanPolicy only.
Declaration
[JsonProperty("enforce")]
public virtual bool? Enforce { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Values
ListPolicy only when custom values are specified.
Declaration
[JsonProperty("values")]
public virtual GoogleCloudAssuredworkloadsV1beta1OrgPolicyPolicyRuleStringValues Values { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAssuredworkloadsV1beta1OrgPolicyPolicyRuleStringValues |