PublicCertificate Class
Public certificate object.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResourcePublicCertificate
Constructor
PublicCertificate(*, kind: Optional[str] = None, blob: Optional[bytearray] = None, public_certificate_location: Optional[Union[str, azure.mgmt.web.v2020_09_01.models._web_site_management_client_enums.PublicCertificateLocation]] = None, **kwargs)
Parameters
- public_certificate_location
- str or PublicCertificateLocation
Required
Public Certificate Location. Possible values include: "CurrentUserMy", "LocalMachineMy", "Unknown".
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
- system_data
- SystemData
The system metadata relating to this resource.
- thumbprint
- str
Certificate Thumbprint.
Feedback
Submit and view feedback for