auditAnnotations

@JvmName(name = "tqhwtkwxjnmrwioq")
suspend fun auditAnnotations(value: Output<List<AuditAnnotationArgs>>)
@JvmName(name = "xtahtxfrpwibniwt")
suspend fun auditAnnotations(value: List<AuditAnnotationArgs>?)

Parameters

value

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.


@JvmName(name = "btqnwpditlghrwyh")
suspend fun auditAnnotations(vararg values: Output<AuditAnnotationArgs>)


@JvmName(name = "bifcbhqwkpavqpes")
suspend fun auditAnnotations(values: List<Output<AuditAnnotationArgs>>)
@JvmName(name = "edyheionaphkewkb")
suspend fun auditAnnotations(vararg values: AuditAnnotationArgs)

Parameters

values

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.


@JvmName(name = "soxfqlysftjmlhuc")
suspend fun auditAnnotations(argument: List<suspend AuditAnnotationArgsBuilder.() -> Unit>)
@JvmName(name = "gxutmkyblurkevwt")
suspend fun auditAnnotations(vararg argument: suspend AuditAnnotationArgsBuilder.() -> Unit)
@JvmName(name = "neaxvpijumtifosm")
suspend fun auditAnnotations(argument: suspend AuditAnnotationArgsBuilder.() -> Unit)

Parameters

argument

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.