CertificateImportParameters Class
The certificate import parameters.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
CertificateImportParameters
Constructor
CertificateImportParameters(*, base64_encoded_certificate: str, password: Optional[str] = None, certificate_policy=None, certificate_attributes=None, tags=None, **kwargs)
Parameters
- base64_encoded_certificate
- str
Required
Required. Base64 encoded representation of the certificate object to import. This certificate needs to contain the private key.
- password
- str
Required
If the private key in base64EncodedCertificate is encrypted, the password used for encryption.
Feedback
Submit and view feedback for