Skip to main content

Interface: SecurityProfileInfo

Defined in: src/airs/types.ts:1080

Normalized security profile.

Properties​

active?​

optional active?: boolean

Defined in: src/airs/types.ts:1084


createdBy?​

optional createdBy?: string

Defined in: src/airs/types.ts:1085


lastModifiedTs?​

optional lastModifiedTs?: string

Defined in: src/airs/types.ts:1087


policy?​

optional policy?: Record<string, unknown>

Defined in: src/airs/types.ts:1088


profileId​

profileId: string

Defined in: src/airs/types.ts:1081


profileName​

profileName: string

Defined in: src/airs/types.ts:1082


revision?​

optional revision?: number

Defined in: src/airs/types.ts:1083


updatedBy?​

optional updatedBy?: string

Defined in: src/airs/types.ts:1086