GoogleApi.SecurityCenter.V1.Model.AttackExposure (google_api_security_center v0.39.0)
View SourceAn attack exposure contains the results of an attack path simulation run.
Attributes
-
attackExposureResult
(type:String.t
, default:nil
) - The resource name of the attack path simulation result that contains the details regarding this attack exposure score. Example:organizations/123/simulations/456/attackExposureResults/789
-
exposedHighValueResourcesCount
(type:integer()
, default:nil
) - The number of high value resources that are exposed as a result of this finding. -
exposedLowValueResourcesCount
(type:integer()
, default:nil
) - The number of high value resources that are exposed as a result of this finding. -
exposedMediumValueResourcesCount
(type:integer()
, default:nil
) - The number of medium value resources that are exposed as a result of this finding. -
latestCalculationTime
(type:DateTime.t
, default:nil
) - The most recent time the attack exposure was updated on this finding. -
score
(type:float()
, default:nil
) - A number between 0 (inclusive) and infinity that represents how important this finding is to remediate. The higher the score, the more important it is to remediate. -
state
(type:String.t
, default:nil
) - What state this AttackExposure is in. This captures whether or not an attack exposure has been calculated or not.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.AttackExposure{ attackExposureResult: String.t() | nil, exposedHighValueResourcesCount: integer() | nil, exposedLowValueResourcesCount: integer() | nil, exposedMediumValueResourcesCount: integer() | nil, latestCalculationTime: DateTime.t() | nil, score: float() | nil, state: String.t() | nil }