KeyAccessJustificationsEnrollmentConfig constructor

KeyAccessJustificationsEnrollmentConfig({
  1. bool? auditLogging,
  2. bool? policyEnforcement,
})

Implementation

KeyAccessJustificationsEnrollmentConfig({
  this.auditLogging,
  this.policyEnforcement,
});