auditAnnotations

@JvmName(name = "jebydyjtwxfnhnpe")
suspend fun auditAnnotations(value: Output<List<AuditAnnotationPatchArgs>>)
@JvmName(name = "cgylgsvsbljijeel")
suspend fun auditAnnotations(value: List<AuditAnnotationPatchArgs>?)

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 = "meswbdvbprcmpbkm")
suspend fun auditAnnotations(vararg values: Output<AuditAnnotationPatchArgs>)


@JvmName(name = "lndkmixyaegkeftt")
suspend fun auditAnnotations(values: List<Output<AuditAnnotationPatchArgs>>)
@JvmName(name = "epcbfsjxkpgsnefb")
suspend fun auditAnnotations(vararg values: AuditAnnotationPatchArgs)

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 = "tjexbedaorgwgmoa")
suspend fun auditAnnotations(argument: List<suspend AuditAnnotationPatchArgsBuilder.() -> Unit>)
@JvmName(name = "uiqdagkpuitaayqu")
suspend fun auditAnnotations(vararg argument: suspend AuditAnnotationPatchArgsBuilder.() -> Unit)
@JvmName(name = "qcwseyikbjyjepbj")
suspend fun auditAnnotations(argument: suspend AuditAnnotationPatchArgsBuilder.() -> 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.