auditAnnotations

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


@JvmName(name = "vrsimfwxaqqyhktq")
suspend fun auditAnnotations(values: List<Output<AuditAnnotationPatchArgs>>)
@JvmName(name = "qjjidcrsgbckvxef")
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 = "onjbnuypdhqqrikg")
suspend fun auditAnnotations(argument: List<suspend AuditAnnotationPatchArgsBuilder.() -> Unit>)
@JvmName(name = "spjsuhfmvboxldin")
suspend fun auditAnnotations(vararg argument: suspend AuditAnnotationPatchArgsBuilder.() -> Unit)
@JvmName(name = "dsvvijpptpbfjakv")
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.