CreateServiceRequestKeysArgs

data class CreateServiceRequestKeysArgs(val primaryKey: Output<String>? = null, val secondaryKey: Output<String>? = null) : ConvertibleToJava<CreateServiceRequestKeysArgs>

The authentication keys.

Constructors

Link copied to clipboard
constructor(primaryKey: Output<String>? = null, secondaryKey: Output<String>? = null)

Properties

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

The primary key.

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

The secondary key.

Functions

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