jwts

@JvmName(name = "vnwmjfrviaexorpa")
suspend fun jwts(value: Output<List<JwtArgs>>)
@JvmName(name = "qkwhsjbrgexnpwms")
suspend fun jwts(value: List<JwtArgs>?)

Parameters

value

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.


@JvmName(name = "tfplvlrpjcndopel")
suspend fun jwts(vararg values: Output<JwtArgs>)


@JvmName(name = "epmifapacnavnrwo")
suspend fun jwts(values: List<Output<JwtArgs>>)
@JvmName(name = "yjlffptunspyiefw")
suspend fun jwts(vararg values: JwtArgs)

Parameters

values

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.


@JvmName(name = "ghpwdpqeductbmtk")
suspend fun jwts(argument: List<suspend JwtArgsBuilder.() -> Unit>)
@JvmName(name = "ybiivihlksainwfo")
suspend fun jwts(vararg argument: suspend JwtArgsBuilder.() -> Unit)
@JvmName(name = "euuqnjufgfoxkgao")
suspend fun jwts(argument: suspend JwtArgsBuilder.() -> Unit)

Parameters

argument

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.