DelegationSignerRecordSigningAttributesArgs

data class DelegationSignerRecordSigningAttributesArgs(val algorithm: Output<Int>, val flags: Output<Int>, val publicKey: Output<String>) : ConvertibleToJava<DelegationSignerRecordSigningAttributesArgs>

Constructors

constructor(algorithm: Output<Int>, flags: Output<Int>, publicKey: Output<String>)

Properties

Link copied to clipboard
val algorithm: Output<Int>

Algorithm which was used to generate the digest from the public key.

Link copied to clipboard
val flags: Output<Int>

Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256).

Link copied to clipboard
val publicKey: Output<String>

The base64-encoded public key part of the key pair that is passed to the registry.

Functions

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