Skip to main content

Interface: SecurityProfileInfo

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

Normalized security profile.

Properties

active?

optional active?: boolean

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


createdBy?

optional createdBy?: string

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


lastModifiedTs?

optional lastModifiedTs?: string

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


policy?

optional policy?: Record<string, unknown>

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


profileId

profileId: string

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


profileName

profileName: string

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


revision?

optional revision?: number

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


updatedBy?

optional updatedBy?: string

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