ReissueCertificateOrderRequest Class
Class representing certificate reissue request.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2018_02_01.models._models_py3.ProxyOnlyResourceReissueCertificateOrderRequest
Constructor
ReissueCertificateOrderRequest(*, kind: Optional[str] = None, key_size: Optional[int] = None, delay_existing_revoke_in_hours: Optional[int] = None, csr: Optional[str] = None, is_private_key_external: Optional[bool] = None, **kwargs)
Parameters
- delay_existing_revoke_in_hours
- int
Required
Delay in hours to revoke existing certificate after the new certificate is issued.
- is_private_key_external
- bool
Required
Should we change the ASC type (from managed private key to external private key and vice versa).
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
Feedback
Submit and view feedback for