Configuration risks associated with the entity

Hierarchy

  • SecurityEntityConfigRisks

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
hasIdentityRisk: boolean

Whether the entity has identity risks

hasMisconfiguration: boolean

Whether the entity has misconfigurations

hasPrivilegedRole: boolean

Whether the entity has privileged roles

isPrivileged: boolean

Whether the entity has privileged access

isProduction: boolean

Whether the entity is in a production environment

isPubliclyAccessible: boolean

Whether the entity is publicly accessible

Generated using TypeDoc