Skip to main content

Variable: CustomRuleSecurityGroupSchema

const CustomRuleSecurityGroupSchema: ZodObject<{
uuid: ZodString;
name: ZodString;
source_type: ZodString;
rule_state: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
uuid: ZodString;
name: ZodString;
source_type: ZodString;
rule_state: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
uuid: ZodString;
name: ZodString;
source_type: ZodString;
rule_state: ZodString;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/model-security-custom-rules.ts:111

Assigned group and effective rule state.