AttestationAuthorityHintArgs

data class AttestationAuthorityHintArgs(val humanReadableName: Output<String>? = null) : ConvertibleToJava<AttestationAuthorityHintArgs>

This submessage provides human-readable hints about the purpose of the AttestationAuthority. Because the name of a Note acts as its resource reference, it is important to disambiguate the canonical name of the Note (which might be a UUID for security purposes) from "readable" names more suitable for debug output. Note that these hints should NOT be used to look up AttestationAuthorities in security sensitive contexts, such as when looking up Attestations to verify.

Constructors

Link copied to clipboard
fun AttestationAuthorityHintArgs(humanReadableName: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AttestationAuthorityHintArgs

Properties

Link copied to clipboard
val humanReadableName: Output<String>? = null

The human readable name of this Attestation Authority, for example "qa".