WnsCredential Class

Description of a NotificationHub WnsCredential.

Inheritance
msrest.serialization.Model
WnsCredential

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
str

The package ID for this credential.

secret_key
str

The secret key.

windows_live_endpoint
str

The Windows Live endpoint.

Variables

Name Description
package_sid
str

The package ID for this credential.

secret_key
str

The secret key.

windows_live_endpoint
str

The Windows Live endpoint.