AppServiceCertificateOrderPatchResource Class     
ARM resource for a certificate order that is purchased through Azure.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
AppServiceCertificateOrderPatchResource(*, kind: str | None = None, certificates: Dict[str, _models.AppServiceCertificate] | None = None, distinguished_name: str | None = None, validity_in_years: int = 1, key_size: int = 2048, product_type: str | _models.CertificateProductType | None = None, auto_renew: bool = True, csr: str | None = None, **kwargs: Any)
		Keyword-Only Parameters
| Name | Description | 
|---|---|
| 
		 kind 
	 | 
	
		
		 Kind of resource. Default value: None 
			 | 
| 
		 certificates 
	 | 
	
		
		 State of the Key Vault secret. Default value: None 
			 | 
| 
		 distinguished_name 
	 | 
	
		
		 Certificate distinguished name. Default value: None 
			 | 
| 
		 validity_in_years 
	 | 
	
		
		 Duration in years (must be 1). Default value: 1 
			 | 
| 
		 key_size 
	 | 
	
		
		 Certificate key size. Default value: 2048 
			 | 
| 
		 product_type 
	 | 
	
		
		 Certificate product type. Known values are: "StandardDomainValidatedSsl" and "StandardDomainValidatedWildCardSsl". Default value: None 
			 | 
| 
		 auto_renew 
	 | 
	
		
		 
 Default value: True 
			 | 
| 
		 csr 
	 | 
	
		
		 Last CSR that was created for this order. Default value: None 
			 | 
Variables
| Name | Description | 
|---|---|
| 
		 id 
	 | 
	
		
		 Resource Id.  | 
| 
		 name 
	 | 
	
		
		 Resource Name.  | 
| 
		 kind 
	 | 
	
		
		 Kind of resource.  | 
| 
		 type 
	 | 
	
		
		 Resource type.  | 
| 
		 certificates 
	 | 
	
		
		 State of the Key Vault secret.  | 
| 
		 distinguished_name 
	 | 
	
		
		 Certificate distinguished name.  | 
| 
		 domain_verification_token 
	 | 
	
		
		 Domain verification token.  | 
| 
		 validity_in_years 
	 | 
	
		
		 Duration in years (must be 1).  | 
| 
		 key_size 
	 | 
	
		
		 Certificate key size.  | 
| 
		 product_type 
	 | 
	
		
		 Certificate product type. Known values are: "StandardDomainValidatedSsl" and "StandardDomainValidatedWildCardSsl".  | 
| 
		 auto_renew 
	 | 
	
		
		 
  | 
| 
		 provisioning_state 
	 | 
	
		
		 Status of certificate order. Known values are: "Succeeded", "Failed", "Canceled", "InProgress", and "Deleting".  | 
| 
		 status 
	 | 
	
		
		 Current order status. Known values are: "Pendingissuance", "Issued", "Revoked", "Canceled", "Denied", "Pendingrevocation", "PendingRekey", "Unused", "Expired", and "NotSubmitted".  | 
| 
		 signed_certificate 
	 | 
	
		
		 Signed certificate.  | 
| 
		 csr 
	 | 
	
		
		 Last CSR that was created for this order.  | 
| 
		 intermediate 
	 | 
	
		
		 Intermediate certificate.  | 
| 
		 root 
	 | 
	
		
		 Root certificate.  | 
| 
		 serial_number 
	 | 
	
		
		 Current serial number of the certificate.  | 
| 
		 last_certificate_issuance_time 
	 | 
	
		
		 Certificate last issuance time.  | 
| 
		 expiration_time 
	 | 
	
		
		 Certificate expiration time.  | 
| 
		 is_private_key_external 
	 | 
	
		
		 
  | 
| 
		 app_service_certificate_not_renewable_reasons 
	 | 
	
		
		 Reasons why App Service Certificate is not renewable at the current moment.  | 
| 
		 next_auto_renewal_time_stamp 
	 | 
	
		
		 Time stamp when the certificate would be auto renewed next.  | 
| 
		 contact 
	 | 
	
		
		 Contact info.  |