
    9iV                         S r  " S S\5      rg)zo
This module provides models for CERT-SDK
see more detail in https://cloud.baidu.com/doc/Reference/s/Gjwvz27xu
c                   "    \ rS rSrSrSS jrSrg)CertCreateRequest   a  
This class define certificate creation information

param: cert_name:
    The certificate name.

param: cert_server_data:
    The SSL client/server certificate in base-64 format.

param: cert_private_data:
    The private key in base-64 format.

param: cert_link_data:
    The certificate chain without server certificate.

param: cert_type:
    The certificate type,
    available values are [1,2] now,
    1 means cert_server_data is a server certificate
    2 means cert_server_data is a client certificate
Nc                 @    Xl         X l        X0l        X@l        XPl        g )N)certNamecertServerDatacertPrivateDatacertLinkDatacertType)self	cert_namecert_server_datacert_private_datacert_link_data	cert_types         a/var/www/html/land-doc-ocr/venv/lib/python3.13/site-packages/baidubce/services/cert/cert_model.py__init__CertCreateRequest.__init__*   s    !.0*!    )r	   r   r   r   r
   )NN   )__name__
__module____qualname____firstlineno____doc__r   __static_attributes__ r   r   r   r      s    ,"r   r   N)r   objectr   r   r   r   <module>r      s   " "r   