Variable: ModelSecurityRuleInstanceResponseSchema
const ModelSecurityRuleInstanceResponseSchema: ZodObject<{
created_by: ZodOptional<ZodUnion<[ZodString, ZodNull]>>;
custom_rule: ZodOptional<ZodUnion<[ZodObject<{
description: ZodString;
name: ZodString;
uuid: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ZodString;
name: ZodString;
uuid: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ZodString;
name: ZodString;
uuid: ZodString;
}, ZodTypeAny, "passthrough">>, ZodNull]>>;
custom_rule_uuid: ZodOptional<ZodUnion<[ZodString, ZodNull]>>;
updated_by: ZodOptional<ZodUnion<[ZodString, ZodNull]>>;
uuid: ZodString;
tsg_id: ZodString;
created_at: ZodOptional<ZodNullable<ZodString>>;
updated_at: ZodOptional<ZodNullable<ZodString>>;
security_group_uuid: ZodString;
security_rule_uuid: ZodOptional<ZodNullable<ZodString>>;
state: ZodString;
rule: ZodOptional<ZodNullable<ZodObject<{
enabled_security_group_count: ZodOptional<ZodUnion<[ZodNumber, ZodNull]>>;
uuid: ZodString;
name: ZodString;
description: ZodString;
rule_type: ZodString;
compatible_sources: ZodArray<ZodString, "many">;
default_state: ZodString;
remediation: ZodObject<{
description: ZodString;
steps: ZodArray<ZodString, "many">;
url: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ZodString;
steps: ZodArray<ZodString, "many">;
url: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ZodString;
steps: ZodArray<ZodString, "many">;
url: ZodString;
}, ZodTypeAny, "passthrough">>;
editable_fields: ZodArray<ZodObject<{
attribute_name: ZodString;
type: ZodString;
display_name: ZodString;
display_type: ZodString;
description: ZodOptional<ZodNullable<...>>;
dropdown_values: ZodOptional<ZodNullable<...>>;
}, "passthrough", ZodTypeAny, objectOutputType<{
attribute_name: ZodString;
type: ZodString;
display_name: ZodString;
display_type: ZodString;
description: ZodOptional<...>;
dropdown_values: ZodOptional<...>;
}, ZodTypeAny, "passthrough">, objectInputType<{
attribute_name: ZodString;
type: ZodString;
display_name: ZodString;
display_type: ZodString;
description: ZodOptional<...>;
dropdown_values: ZodOptional<...>;
}, ZodTypeAny, "passthrough">>, "many">;
constant_values: ZodRecord<ZodString, ZodUnknown>;
default_values: ZodRecord<ZodString, ZodUnknown>;
}, "passthrough", ZodTypeAny, objectOutputType<{
enabled_security_group_count: ZodOptional<ZodUnion<[ZodNumber, ZodNull]>>;
uuid: ZodString;
name: ZodString;
description: ZodString;
rule_type: ZodString;
compatible_sources: ZodArray<ZodString, "many">;
default_state: ZodString;
remediation: ZodObject<{
description: ZodString;
steps: ZodArray<ZodString, "many">;
url: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, ZodTypeAny, "passthrough">>;
editable_fields: ZodArray<ZodObject<{
attribute_name: ZodString;
type: ZodString;
display_name: ZodString;
display_type: ZodString;
description: ZodOptional<...>;
dropdown_values: ZodOptional<...>;
}, "passthrough", ZodTypeAny, objectOutputType<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, ZodTypeAny, "passthrough">, objectInputType<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, ZodTypeAny, "passthrough">>, "many">;
constant_values: ZodRecord<ZodString, ZodUnknown>;
default_values: ZodRecord<ZodString, ZodUnknown>;
}, ZodTypeAny, "passthrough">, objectInputType<{
enabled_security_group_count: ZodOptional<ZodUnion<[ZodNumber, ZodNull]>>;
uuid: ZodString;
name: ZodString;
description: ZodString;
rule_type: ZodString;
compatible_sources: ZodArray<ZodString, "many">;
default_state: ZodString;
remediation: ZodObject<{
description: ZodString;
steps: ZodArray<ZodString, "many">;
url: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, ZodTypeAny, "passthrough">>;
editable_fields: ZodArray<ZodObject<{
attribute_name: ZodString;
type: ZodString;
display_name: ZodString;
display_type: ZodString;
description: ZodOptional<...>;
dropdown_values: ZodOptional<...>;
}, "passthrough", ZodTypeAny, objectOutputType<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, ZodTypeAny, "passthrough">, objectInputType<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, ZodTypeAny, "passthrough">>, "many">;
constant_values: ZodRecord<ZodString, ZodUnknown>;
default_values: ZodRecord<ZodString, ZodUnknown>;
}, ZodTypeAny, "passthrough">>>>;
field_values: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
}, "passthrough", ZodTypeAny, objectOutputType<{
created_by: ZodOptional<ZodUnion<[ZodString, ZodNull]>>;
custom_rule: ZodOptional<ZodUnion<[ZodObject<{
description: ZodString;
name: ZodString;
uuid: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ZodString;
name: ZodString;
uuid: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ZodString;
name: ZodString;
uuid: ZodString;
}, ZodTypeAny, "passthrough">>, ZodNull]>>;
custom_rule_uuid: ZodOptional<ZodUnion<[ZodString, ZodNull]>>;
updated_by: ZodOptional<ZodUnion<[ZodString, ZodNull]>>;
uuid: ZodString;
tsg_id: ZodString;
created_at: ZodOptional<ZodNullable<ZodString>>;
updated_at: ZodOptional<ZodNullable<ZodString>>;
security_group_uuid: ZodString;
security_rule_uuid: ZodOptional<ZodNullable<ZodString>>;
state: ZodString;
rule: ZodOptional<ZodNullable<ZodObject<{
enabled_security_group_count: ZodOptional<ZodUnion<[ZodNumber, ZodNull]>>;
uuid: ZodString;
name: ZodString;
description: ZodString;
rule_type: ZodString;
compatible_sources: ZodArray<ZodString, "many">;
default_state: ZodString;
remediation: ZodObject<{
description: ZodString;
steps: ZodArray<ZodString, "many">;
url: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, ZodTypeAny, "passthrough">>;
editable_fields: ZodArray<ZodObject<{
attribute_name: ZodString;
type: ZodString;
display_name: ZodString;
display_type: ZodString;
description: ZodOptional<...>;
dropdown_values: ZodOptional<...>;
}, "passthrough", ZodTypeAny, objectOutputType<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, ZodTypeAny, "passthrough">, objectInputType<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, ZodTypeAny, "passthrough">>, "many">;
constant_values: ZodRecord<ZodString, ZodUnknown>;
default_values: ZodRecord<ZodString, ZodUnknown>;
}, "passthrough", ZodTypeAny, objectOutputType<{
enabled_security_group_count: ZodOptional<ZodUnion<[..., ...]>>;
uuid: ZodString;
name: ZodString;
description: ZodString;
rule_type: ZodString;
compatible_sources: ZodArray<ZodString, "many">;
default_state: ZodString;
remediation: ZodObject<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ...;
steps: ...;
url: ...;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ...;
steps: ...;
url: ...;
}, ZodTypeAny, "passthrough">>;
editable_fields: ZodArray<ZodObject<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, "passthrough", ZodTypeAny, objectOutputType<..., ..., ...>, objectInputType<..., ..., ...>>, "many">;
constant_values: ZodRecord<ZodString, ZodUnknown>;
default_values: ZodRecord<ZodString, ZodUnknown>;
}, ZodTypeAny, "passthrough">, objectInputType<{
enabled_security_group_count: ZodOptional<ZodUnion<[..., ...]>>;
uuid: ZodString;
name: ZodString;
description: ZodString;
rule_type: ZodString;
compatible_sources: ZodArray<ZodString, "many">;
default_state: ZodString;
remediation: ZodObject<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ...;
steps: ...;
url: ...;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ...;
steps: ...;
url: ...;
}, ZodTypeAny, "passthrough">>;
editable_fields: ZodArray<ZodObject<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, "passthrough", ZodTypeAny, objectOutputType<..., ..., ...>, objectInputType<..., ..., ...>>, "many">;
constant_values: ZodRecord<ZodString, ZodUnknown>;
default_values: ZodRecord<ZodString, ZodUnknown>;
}, ZodTypeAny, "passthrough">>>>;
field_values: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
}, ZodTypeAny, "passthrough">, objectInputType<{
created_by: ZodOptional<ZodUnion<[ZodString, ZodNull]>>;
custom_rule: ZodOptional<ZodUnion<[ZodObject<{
description: ZodString;
name: ZodString;
uuid: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ZodString;
name: ZodString;
uuid: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ZodString;
name: ZodString;
uuid: ZodString;
}, ZodTypeAny, "passthrough">>, ZodNull]>>;
custom_rule_uuid: ZodOptional<ZodUnion<[ZodString, ZodNull]>>;
updated_by: ZodOptional<ZodUnion<[ZodString, ZodNull]>>;
uuid: ZodString;
tsg_id: ZodString;
created_at: ZodOptional<ZodNullable<ZodString>>;
updated_at: ZodOptional<ZodNullable<ZodString>>;
security_group_uuid: ZodString;
security_rule_uuid: ZodOptional<ZodNullable<ZodString>>;
state: ZodString;
rule: ZodOptional<ZodNullable<ZodObject<{
enabled_security_group_count: ZodOptional<ZodUnion<[ZodNumber, ZodNull]>>;
uuid: ZodString;
name: ZodString;
description: ZodString;
rule_type: ZodString;
compatible_sources: ZodArray<ZodString, "many">;
default_state: ZodString;
remediation: ZodObject<{
description: ZodString;
steps: ZodArray<ZodString, "many">;
url: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, ZodTypeAny, "passthrough">>;
editable_fields: ZodArray<ZodObject<{
attribute_name: ZodString;
type: ZodString;
display_name: ZodString;
display_type: ZodString;
description: ZodOptional<...>;
dropdown_values: ZodOptional<...>;
}, "passthrough", ZodTypeAny, objectOutputType<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, ZodTypeAny, "passthrough">, objectInputType<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, ZodTypeAny, "passthrough">>, "many">;
constant_values: ZodRecord<ZodString, ZodUnknown>;
default_values: ZodRecord<ZodString, ZodUnknown>;
}, "passthrough", ZodTypeAny, objectOutputType<{
enabled_security_group_count: ZodOptional<ZodUnion<[..., ...]>>;
uuid: ZodString;
name: ZodString;
description: ZodString;
rule_type: ZodString;
compatible_sources: ZodArray<ZodString, "many">;
default_state: ZodString;
remediation: ZodObject<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ...;
steps: ...;
url: ...;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ...;
steps: ...;
url: ...;
}, ZodTypeAny, "passthrough">>;
editable_fields: ZodArray<ZodObject<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, "passthrough", ZodTypeAny, objectOutputType<..., ..., ...>, objectInputType<..., ..., ...>>, "many">;
constant_values: ZodRecord<ZodString, ZodUnknown>;
default_values: ZodRecord<ZodString, ZodUnknown>;
}, ZodTypeAny, "passthrough">, objectInputType<{
enabled_security_group_count: ZodOptional<ZodUnion<[..., ...]>>;
uuid: ZodString;
name: ZodString;
description: ZodString;
rule_type: ZodString;
compatible_sources: ZodArray<ZodString, "many">;
default_state: ZodString;
remediation: ZodObject<{
description: ZodString;
steps: ZodArray<..., ...>;
url: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
description: ...;
steps: ...;
url: ...;
}, ZodTypeAny, "passthrough">, objectInputType<{
description: ...;
steps: ...;
url: ...;
}, ZodTypeAny, "passthrough">>;
editable_fields: ZodArray<ZodObject<{
attribute_name: ...;
type: ...;
display_name: ...;
display_type: ...;
description: ...;
dropdown_values: ...;
}, "passthrough", ZodTypeAny, objectOutputType<..., ..., ...>, objectInputType<..., ..., ...>>, "many">;
constant_values: ZodRecord<ZodString, ZodUnknown>;
default_values: ZodRecord<ZodString, ZodUnknown>;
}, ZodTypeAny, "passthrough">>>>;
field_values: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/model-security.ts:524
Zod schema for a model security rule instance response.