Class OrgPolicyConstraintCustom
A custom organization policy constraint.
Implements
Inherited Members
Namespace: Google.Apis.SecurityPosture.v1.Data
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class OrgPolicyConstraintCustom : IDirectResponseSchema
Properties
CustomConstraint
Required. Metadata for the constraint.
Declaration
[JsonProperty("customConstraint")]
public virtual GoogleCloudSecuritypostureV1CustomConstraint CustomConstraint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritypostureV1CustomConstraint |
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> |