Package version:

Options for importCertificate.

interface ImportCertificateOptions {
    enabled?: boolean;
    password?: string;
    policy?: any;
    tags?: CertificateTags;
}

Hierarchy (view full)

Properties

enabled?: boolean

Determines whether the object is enabled.

password?: string

If the private key in base64EncodedCertificate is encrypted, the password used for encryption.

policy?: any

The management policy.

Application specific metadata in the form of key-value pairs.