GenerateCertResponse Class
Used in activation key generation flow.
- Inheritance
-
GenerateCertResponse
Constructor
GenerateCertResponse(*, public_key: Optional[str] = None, private_key: Optional[str] = None, expiry_time_in_utc: Optional[str] = None, **kwargs)
Parameters
- public_key
- str
Required
Gets or sets base64 encoded certificate raw data, this is the public part needed to be uploaded to cert vault.
- private_key
- str
Required
Gets or sets base64 encoded private part of the certificate, needed to form the activation key.
Feedback
Submit and view feedback for