auditAnnotations

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


@JvmName(name = "gbdicvtsakehnaom")
suspend fun auditAnnotations(values: List<Output<AuditAnnotationPatchArgs>>)
@JvmName(name = "jowlobsdolwqlqyg")
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 = "sswvsvbtotgbkplx")
suspend fun auditAnnotations(argument: List<suspend AuditAnnotationPatchArgsBuilder.() -> Unit>)
@JvmName(name = "qmocqbyorbtoeuca")
suspend fun auditAnnotations(vararg argument: suspend AuditAnnotationPatchArgsBuilder.() -> Unit)
@JvmName(name = "kuycatmcnaginjxi")
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.