WnsCredential Class
Description of a NotificationHub WnsCredential.
- Inheritance
-
msrest.serialization.ModelWnsCredential
Constructor
WnsCredential(*, package_sid: str | None = None, secret_key: str | None = None, windows_live_endpoint: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
package_sid
|
The package ID for this credential. |
secret_key
|
The secret key. |
windows_live_endpoint
|
The Windows Live endpoint. |
Variables
Name | Description |
---|---|
package_sid
|
The package ID for this credential. |
secret_key
|
The secret key. |
windows_live_endpoint
|
The Windows Live endpoint. |
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