KeystoresAliasesKeyCertFile

class KeystoresAliasesKeyCertFile : KotlinCustomResource

An alias from a key/certificate pair. To get more information about KeystoresAliasesKeyCertFile, see:

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}}
$ pulumi import gcp:apigee/keystoresAliasesKeyCertFile:KeystoresAliasesKeyCertFile default {{org_id}}/{{environment}}/{{keystore}}/{{alias}}

Properties

Link copied to clipboard
val alias: Output<String>

Alias Name

Link copied to clipboard
val cert: Output<String>

Cert content

Link copied to clipboard

Chain of certificates under this alias. Structure is documented below.

Link copied to clipboard
val environment: Output<String>

Environment associated with the alias

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val key: Output<String>?

Private Key content, omit if uploading to truststore

Link copied to clipboard
val keystore: Output<String>

Keystore Name

Link copied to clipboard
val orgId: Output<String>

Organization ID associated with the alias, without organization/ prefix

Link copied to clipboard
val password: Output<String>?

Password for the Private Key if it's encrypted

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>

Optional.Type of Alias

Link copied to clipboard
val urn: Output<String>