ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse constructor

ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse({
  1. KeyAccessJustificationsEnrollmentConfig? externalConfig,
  2. KeyAccessJustificationsEnrollmentConfig? hardwareConfig,
  3. KeyAccessJustificationsEnrollmentConfig? softwareConfig,
})

Implementation

ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse({
  this.externalConfig,
  this.hardwareConfig,
  this.softwareConfig,
});