SecurityPosture constructor

SecurityPosture({
  1. String? changedPolicy,
  2. String? name,
  3. String? policy,
  4. List<PolicyDriftDetails>? policyDriftDetails,
  5. String? policySet,
  6. String? postureDeployment,
  7. String? postureDeploymentResource,
  8. String? revisionId,
})

Implementation

SecurityPosture({
  this.changedPolicy,
  this.name,
  this.policy,
  this.policyDriftDetails,
  this.policySet,
  this.postureDeployment,
  this.postureDeploymentResource,
  this.revisionId,
});