KeystoresAliasesPkcs12

class KeystoresAliasesPkcs12 : KotlinCustomResource

An alias from a pkcs12 file. To get more information about KeystoresAliasesPkcs12, see:

Import

KeystoresAliasesPkcs12 can be imported using any of these accepted formats

$ pulumi import gcp:apigee/keystoresAliasesPkcs12:KeystoresAliasesPkcs12 default organizations/{{org_id}}/environments/{{environment}}/keystores/{{keystore}}/aliases/{{alias}}
$ pulumi import gcp:apigee/keystoresAliasesPkcs12:KeystoresAliasesPkcs12 default {{org_id}}/{{environment}}/{{keystore}}/{{alias}}

Properties

Link copied to clipboard
val alias: Output<String>

Alias Name

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 file: Output<String>

PKCS12 file content

Link copied to clipboard
val filehash: Output<String>

Hash of the pkcs file

Link copied to clipboard
val id: Output<String>
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 PKCS12 file 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>