Key Args
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
fun KeyArgs(keyAlgorithm: Output<KeyKeyAlgorithm>? = null, privateKeyType: Output<KeyPrivateKeyType>? = null, project: Output<String>? = null, serviceAccountId: Output<String>? = null)