Interface: SecurityProfile
Defined in: src/models/mgmt-security-profile.ts:224
AIRS security profile with name, policy, and audit metadata.
Indexable
[key: string]: unknown
Properties
profile_id?
optional profile_id?: string;
Defined in: src/models/mgmt-security-profile.ts:225
profile_name
profile_name: string;
Defined in: src/models/mgmt-security-profile.ts:226
csp_id?
optional csp_id?: string;
Defined in: src/models/mgmt-security-profile.ts:227
tsg_id?
optional tsg_id?: string;
Defined in: src/models/mgmt-security-profile.ts:228
revision?
optional revision?: number;
Defined in: src/models/mgmt-security-profile.ts:229
active?
optional active?: boolean;
Defined in: src/models/mgmt-security-profile.ts:230
policy?
optional policy?: objectOutputType<{
ai-security-profiles: ZodOptional<ZodArray<ZodObject<{
model-type: ZodOptional<ZodString>;
content-type: ZodOptional<ZodString>;
model-configuration: ZodOptional<ZodObject<{
mask-data-in-storage: ZodOptional<...>;
latency: ZodOptional<...>;
data-protection: ZodOptional<...>;
app-protection: ZodOptional<...>;
model-protection: ZodOptional<...>;
agent-protection: ZodOptional<...>;
}, "passthrough", ZodTypeAny, objectOutputType<{
mask-data-in-storage: ...;
latency: ...;
data-protection: ...;
app-protection: ...;
model-protection: ...;
agent-protection: ...;
}, ZodTypeAny, "passthrough">, objectInputType<{
mask-data-in-storage: ...;
latency: ...;
data-protection: ...;
app-protection: ...;
model-protection: ...;
agent-protection: ...;
}, ZodTypeAny, "passthrough">>>;
}, "passthrough", ZodTypeAny, objectOutputType<{
model-type: ZodOptional<ZodString>;
content-type: ZodOptional<ZodString>;
model-configuration: ZodOptional<ZodObject<{
mask-data-in-storage: ...;
latency: ...;
data-protection: ...;
app-protection: ...;
model-protection: ...;
agent-protection: ...;
}, "passthrough", ZodTypeAny, objectOutputType<..., ..., ...>, objectInputType<..., ..., ...>>>;
}, ZodTypeAny, "passthrough">, objectInputType<{
model-type: ZodOptional<ZodString>;
content-type: ZodOptional<ZodString>;
model-configuration: ZodOptional<ZodObject<{
mask-data-in-storage: ...;
latency: ...;
data-protection: ...;
app-protection: ...;
model-protection: ...;
agent-protection: ...;
}, "passthrough", ZodTypeAny, objectOutputType<..., ..., ...>, objectInputType<..., ..., ...>>>;
}, ZodTypeAny, "passthrough">>, "many">>;
dlp-data-profiles: ZodOptional<ZodArray<ZodObject<{
name: ZodString;
uuid: ZodString;
id: ZodOptional<ZodString>;
version: ZodOptional<ZodString>;
description: ZodOptional<ZodString>;
rule1: ZodOptional<ZodObject<{
action: ZodOptional<...>;
}, "passthrough", ZodTypeAny, objectOutputType<{
action: ...;
}, ZodTypeAny, "passthrough">, objectInputType<{
action: ...;
}, ZodTypeAny, "passthrough">>>;
rule2: ZodOptional<ZodObject<{
action: ZodOptional<...>;
}, "passthrough", ZodTypeAny, objectOutputType<{
action: ...;
}, ZodTypeAny, "passthrough">, objectInputType<{
action: ...;
}, ZodTypeAny, "passthrough">>>;
log-severity: ZodOptional<ZodString>;
non-file-based: ZodOptional<ZodString>;
file-based: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
name: ZodString;
uuid: ZodString;
id: ZodOptional<ZodString>;
version: ZodOptional<ZodString>;
description: ZodOptional<ZodString>;
rule1: ZodOptional<ZodObject<{
action: ...;
}, "passthrough", ZodTypeAny, objectOutputType<..., ..., ...>, objectInputType<..., ..., ...>>>;
rule2: ZodOptional<ZodObject<{
action: ...;
}, "passthrough", ZodTypeAny, objectOutputType<..., ..., ...>, objectInputType<..., ..., ...>>>;
log-severity: ZodOptional<ZodString>;
non-file-based: ZodOptional<ZodString>;
file-based: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
name: ZodString;
uuid: ZodString;
id: ZodOptional<ZodString>;
version: ZodOptional<ZodString>;
description: ZodOptional<ZodString>;
rule1: ZodOptional<ZodObject<{
action: ...;
}, "passthrough", ZodTypeAny, objectOutputType<..., ..., ...>, objectInputType<..., ..., ...>>>;
rule2: ZodOptional<ZodObject<{
action: ...;
}, "passthrough", ZodTypeAny, objectOutputType<..., ..., ...>, objectInputType<..., ..., ...>>>;
log-severity: ZodOptional<ZodString>;
non-file-based: ZodOptional<ZodString>;
file-based: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>, "many">>;
}, ZodTypeAny, "passthrough">;
Defined in: src/models/mgmt-security-profile.ts:231
created_by?
optional created_by?: string;
Defined in: src/models/mgmt-security-profile.ts:232
updated_by?
optional updated_by?: string;
Defined in: src/models/mgmt-security-profile.ts:233
last_modified_ts?
optional last_modified_ts?: string;
Defined in: src/models/mgmt-security-profile.ts:234