AccessApprovalSettings constructor

AccessApprovalSettings({
  1. String? activeKeyVersion,
  2. bool? ancestorHasActiveKeyVersion,
  3. bool? enrolledAncestor,
  4. List<EnrolledService>? enrolledServices,
  5. bool? invalidKeyVersion,
  6. String? name,
  7. List<String>? notificationEmails,
  8. String? notificationPubsubTopic,
  9. bool? preferNoBroadApprovalRequests,
  10. int? preferredRequestExpirationDays,
})

Implementation

AccessApprovalSettings({
  this.activeKeyVersion,
  this.ancestorHasActiveKeyVersion,
  this.enrolledAncestor,
  this.enrolledServices,
  this.invalidKeyVersion,
  this.name,
  this.notificationEmails,
  this.notificationPubsubTopic,
  this.preferNoBroadApprovalRequests,
  this.preferredRequestExpirationDays,
});