ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse constructor
ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse({
- KeyAccessJustificationsEnrollmentConfig? externalConfig,
- KeyAccessJustificationsEnrollmentConfig? hardwareConfig,
- KeyAccessJustificationsEnrollmentConfig? softwareConfig,
Implementation
ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse({
this.externalConfig,
this.hardwareConfig,
this.softwareConfig,
});