Class OrgPolicyConstraint
A predefined organization policy constraint.
Implements
Inherited Members
Namespace: Google.Apis.SecurityPosture.v1.Data
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class OrgPolicyConstraint : IDirectResponseSchema
Properties
CannedConstraintId
Required. A unique identifier for the constraint.
Declaration
[JsonProperty("cannedConstraintId")]
public virtual string CannedConstraintId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyRules
Required. The rules enforced by the constraint.
Declaration
[JsonProperty("policyRules")]
public virtual IList<GoogleCloudSecuritypostureV1PolicyRule> PolicyRules { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritypostureV1PolicyRule> |