Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemediationDeploymentSummary

Package version

The deployment status summary for all deployments created by the remediation.

Hierarchy

  • RemediationDeploymentSummary

Index

Properties

Optional failedDeployments

failedDeployments: undefined | number

The number of deployments required by the remediation that have failed. NOTE: This property will not be serialized. It can only be populated by the server.

Optional successfulDeployments

successfulDeployments: undefined | number

The number of deployments required by the remediation that have succeeded. NOTE: This property will not be serialized. It can only be populated by the server.

Optional totalDeployments

totalDeployments: undefined | number

The number of deployments required by the remediation. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc