publicKeys

@JvmName(name = "jpoqvuwtcoxajkfp")
suspend fun publicKeys(value: Output<List<AttestorPublicKeyArgs>>)
@JvmName(name = "scbwswohbwbasldb")
suspend fun publicKeys(value: List<AttestorPublicKeyArgs>?)

Parameters

value

Optional. Public keys that verify attestations signed by this attestor. This field may be updated. If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request. If this field is empty, this attestor always returns that no valid attestations exist.


@JvmName(name = "cbfelffuakjybkes")
suspend fun publicKeys(vararg values: Output<AttestorPublicKeyArgs>)


@JvmName(name = "ruwagtbsieivwpmu")
suspend fun publicKeys(values: List<Output<AttestorPublicKeyArgs>>)
@JvmName(name = "ywbemvmbwrgagkks")
suspend fun publicKeys(vararg values: AttestorPublicKeyArgs)

Parameters

values

Optional. Public keys that verify attestations signed by this attestor. This field may be updated. If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request. If this field is empty, this attestor always returns that no valid attestations exist.


@JvmName(name = "frpliyyrtnkbwjjm")
suspend fun publicKeys(argument: List<suspend AttestorPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "btnrycdctvatmuju")
suspend fun publicKeys(vararg argument: suspend AttestorPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "iyqprvchfpjeaqvn")
suspend fun publicKeys(argument: suspend AttestorPublicKeyArgsBuilder.() -> Unit)

Parameters

argument

Optional. Public keys that verify attestations signed by this attestor. This field may be updated. If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request. If this field is empty, this attestor always returns that no valid attestations exist.