auditAnnotations property

List<AuditAnnotation>? auditAnnotations
final

auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required.

Implementation

final List<AuditAnnotation>? auditAnnotations;