auditAnnotations

@JvmName(name = "viyberxfwuwcuwlv")
suspend fun auditAnnotations(value: Output<List<AuditAnnotationPatchArgs>>)
@JvmName(name = "kaujikpljsymrtpm")
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 = "glarfoxrusjtdcif")
suspend fun auditAnnotations(vararg values: Output<AuditAnnotationPatchArgs>)


@JvmName(name = "afmpowsbsltbcytq")
suspend fun auditAnnotations(values: List<Output<AuditAnnotationPatchArgs>>)
@JvmName(name = "okedbxdfisxbriiv")
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 = "ctlaxqivvnhfgqxg")
suspend fun auditAnnotations(argument: List<suspend AuditAnnotationPatchArgsBuilder.() -> Unit>)
@JvmName(name = "ubxujrdlwovvfubc")
suspend fun auditAnnotations(vararg argument: suspend AuditAnnotationPatchArgsBuilder.() -> Unit)
@JvmName(name = "cjkdyusabyhfolti")
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.