Asset risks.

Hierarchy

  • AssetRisks

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
hasAccessToSensitiveData?: boolean

Whether the asset has access to sensitive data or not.

hasPrivilegedAccess?: boolean

Whether the asset has privileged access or not.

inProduction: boolean

Whether the asset is in production or not.

isPubliclyAccessible?: boolean

Whether the asset is publicly accessible or not.

underAttack?: boolean

Whether the asset is under attack or not.

Generated using TypeDoc