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