Attestor Args
data class AttestorArgs(val attestorId: Output<String>? = null, val description: Output<String>? = null, val etag: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val userOwnedGrafeasNote: Output<UserOwnedGrafeasNoteArgs>? = null) : ConvertibleToJava<AttestorArgs>
Creates an attestor, and returns a copy of the new attestor. Returns NOT_FOUND if the project does not exist, INVALID_ARGUMENT if the request is malformed, ALREADY_EXISTS if the attestor already exists.
Properties
Link copied to clipboard
Required. The attestors ID.
Link copied to clipboard
Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
Link copied to clipboard
This specifies how an attestation will be read, and how it will be used during policy enforcement. //