OrgPolicyConstraintCustom
import type { OrgPolicyConstraintCustom } from "https://googleapis.deno.dev/v1/securityposture:v1.ts";
A custom organization policy constraint.
interface OrgPolicyConstraintCustom {
customConstraint?: GoogleCloudSecuritypostureV1CustomConstraint;
policyRules?: GoogleCloudSecuritypostureV1PolicyRule[];
}§Properties
§
customConstraint?: GoogleCloudSecuritypostureV1CustomConstraint
[src]Required. Metadata for the constraint.
§
policyRules?: GoogleCloudSecuritypostureV1PolicyRule[]
[src]Required. The rules enforced by the constraint.