AccessApprovalSettings constructor
AccessApprovalSettings({
- String? activeKeyVersion,
- bool? ancestorHasActiveKeyVersion,
- bool? enrolledAncestor,
- List<
EnrolledService> ? enrolledServices, - bool? invalidKeyVersion,
- String? name,
- List<
String> ? notificationEmails, - String? notificationPubsubTopic,
- bool? preferNoBroadApprovalRequests,
- int? preferredRequestExpirationDays,
Implementation
AccessApprovalSettings({
this.activeKeyVersion,
this.ancestorHasActiveKeyVersion,
this.enrolledAncestor,
this.enrolledServices,
this.invalidKeyVersion,
this.name,
this.notificationEmails,
this.notificationPubsubTopic,
this.preferNoBroadApprovalRequests,
this.preferredRequestExpirationDays,
});