Keystores Aliases Key Cert File Args
data class KeystoresAliasesKeyCertFileArgs(val alias: Output<String>? = null, val cert: Output<String>? = null, val certsInfo: Output<KeystoresAliasesKeyCertFileCertsInfoArgs>? = null, val environment: Output<String>? = null, val key: Output<String>? = null, val keystore: Output<String>? = null, val orgId: Output<String>? = null, val password: Output<String>? = null) : ConvertibleToJava<KeystoresAliasesKeyCertFileArgs>
An alias from a key/certificate pair. To get more information about KeystoresAliasesKeyCertFile, see:
How-to Guides
Import
KeystoresAliasesKeyCertFile can be imported using any of these accepted formats
$ pulumi import gcp:apigee/keystoresAliasesKeyCertFile:KeystoresAliasesKeyCertFile default organizations/{{org_id}}/environments/{{environment}}/keystores/{{keystore}}/aliases/{{alias}}
Content copied to clipboard
$ pulumi import gcp:apigee/keystoresAliasesKeyCertFile:KeystoresAliasesKeyCertFile default {{org_id}}/{{environment}}/{{keystore}}/{{alias}}
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(alias: Output<String>? = null, cert: Output<String>? = null, certsInfo: Output<KeystoresAliasesKeyCertFileCertsInfoArgs>? = null, environment: Output<String>? = null, key: Output<String>? = null, keystore: Output<String>? = null, orgId: Output<String>? = null, password: Output<String>? = null)