KeyArgs

data class KeyArgs(val keyAlgorithm: Output<KeyKeyAlgorithm>? = null, val privateKeyType: Output<KeyPrivateKeyType>? = null, val project: Output<String>? = null, val serviceAccountId: Output<String>? = null) : ConvertibleToJava<KeyArgs>

Creates a ServiceAccountKey. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
constructor(keyAlgorithm: Output<KeyKeyAlgorithm>? = null, privateKeyType: Output<KeyPrivateKeyType>? = null, project: Output<String>? = null, serviceAccountId: Output<String>? = null)

Properties

Link copied to clipboard
val keyAlgorithm: Output<KeyKeyAlgorithm>? = null

Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future.

Link copied to clipboard
val privateKeyType: Output<KeyPrivateKeyType>? = null

The output format of the private key. The default value is TYPE_GOOGLE_CREDENTIALS_FILE, which is the Google Credentials File format.

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

Functions

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