KeyAccessJustificationsEnrollmentConfig.fromJson constructor

KeyAccessJustificationsEnrollmentConfig.fromJson(
  1. Map json_
)

Implementation

KeyAccessJustificationsEnrollmentConfig.fromJson(core.Map json_)
  : this(
      auditLogging: json_['auditLogging'] as core.bool?,
      policyEnforcement: json_['policyEnforcement'] as core.bool?,
    );