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
constructor(keyAlgorithm: Output<KeyKeyAlgorithm>? = null, privateKeyType: Output<KeyPrivateKeyType>? = null, project: Output<String>? = null, serviceAccountId: Output<String>? = null)
Properties
Link copied to clipboard
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
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