GetSignResult

data class GetSignResult(val batchInputs: List<Map<String, String>>? = null, val batchResults: List<Map<String, String>>, val context: String? = null, val hashAlgorithm: String? = null, val id: String, val input: String? = null, val keyVersion: Int? = null, val marshalingAlgorithm: String? = null, val name: String, val namespace: String? = null, val path: String, val prehashed: Boolean? = null, val reference: String? = null, val saltLength: String? = null, val signature: String, val signatureAlgorithm: String? = null, val signatureContext: String? = null)

A collection of values returned by getSign.

Constructors

Link copied to clipboard
constructor(batchInputs: List<Map<String, String>>? = null, batchResults: List<Map<String, String>>, context: String? = null, hashAlgorithm: String? = null, id: String, input: String? = null, keyVersion: Int? = null, marshalingAlgorithm: String? = null, name: String, namespace: String? = null, path: String, prehashed: Boolean? = null, reference: String? = null, saltLength: String? = null, signature: String, signatureAlgorithm: String? = null, signatureContext: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchInputs: List<Map<String, String>>? = null
Link copied to clipboard

The results returned from Vault if using batch_input

Link copied to clipboard
val context: String? = null
Link copied to clipboard
val hashAlgorithm: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val input: String? = null
Link copied to clipboard
val keyVersion: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val namespace: String? = null
Link copied to clipboard
Link copied to clipboard
val prehashed: Boolean? = null
Link copied to clipboard
val reference: String? = null
Link copied to clipboard
val saltLength: String? = null
Link copied to clipboard

The signature returned from Vault if using input

Link copied to clipboard
Link copied to clipboard