KeyAccessJustificationsPolicyConfig constructor

KeyAccessJustificationsPolicyConfig({
  1. KeyAccessJustificationsPolicy? defaultKeyAccessJustificationPolicy,
  2. bool? defaultPolicyAvailable,
  3. String? name,
})

Implementation

KeyAccessJustificationsPolicyConfig({
  this.defaultKeyAccessJustificationPolicy,
  this.defaultPolicyAvailable,
  this.name,
});