auditAnnotations

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


@JvmName(name = "ltpupewnalajrfms")
suspend fun auditAnnotations(values: List<Output<AuditAnnotationPatchArgs>>)
@JvmName(name = "icxtqivysemuhqso")
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 = "ijcbttwgkellhhjr")
suspend fun auditAnnotations(argument: List<suspend AuditAnnotationPatchArgsBuilder.() -> Unit>)
@JvmName(name = "xuqafyqhiuqmyxnk")
suspend fun auditAnnotations(vararg argument: suspend AuditAnnotationPatchArgsBuilder.() -> Unit)
@JvmName(name = "yqbiltethunjexfx")
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.