MpnsCredential Class
Description of a NotificationHub MpnsCredential.
- Inheritance
-
msrest.serialization.ModelMpnsCredential
Constructor
MpnsCredential(*, mpns_certificate: str | None = None, certificate_key: str | None = None, thumbprint: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
mpns_certificate
|
The MPNS certificate. |
certificate_key
|
The certificate key for this credential. |
thumbprint
|
The MPNS certificate Thumbprint. |
Variables
Name | Description |
---|---|
mpns_certificate
|
The MPNS certificate. |
certificate_key
|
The certificate key for this credential. |
thumbprint
|
The MPNS certificate Thumbprint. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python