GetNamespacePnsCredentialsResult

data class GetNamespacePnsCredentialsResult(val admCredential: AdmCredentialResponse? = null, val apnsCredential: ApnsCredentialResponse? = null, val baiduCredential: BaiduCredentialResponse? = null, val browserCredential: BrowserCredentialResponse? = null, val fcmV1Credential: FcmV1CredentialResponse? = null, val gcmCredential: GcmCredentialResponse? = null, val id: String, val location: String? = null, val mpnsCredential: MpnsCredentialResponse? = null, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val wnsCredential: WnsCredentialResponse? = null, val xiaomiCredential: XiaomiCredentialResponse? = null)

Description of a NotificationHub PNS Credentials. This is a response of the POST requests that return namespace or hubs PNS credentials.

Constructors

Link copied to clipboard
constructor(admCredential: AdmCredentialResponse? = null, apnsCredential: ApnsCredentialResponse? = null, baiduCredential: BaiduCredentialResponse? = null, browserCredential: BrowserCredentialResponse? = null, fcmV1Credential: FcmV1CredentialResponse? = null, gcmCredential: GcmCredentialResponse? = null, id: String, location: String? = null, mpnsCredential: MpnsCredentialResponse? = null, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, wnsCredential: WnsCredentialResponse? = null, xiaomiCredential: XiaomiCredentialResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of a NotificationHub AdmCredential.

Link copied to clipboard

Description of a NotificationHub ApnsCredential.

Link copied to clipboard

Description of a NotificationHub BaiduCredential.

Link copied to clipboard

Description of a NotificationHub BrowserCredential.

Link copied to clipboard

Description of a NotificationHub FcmV1Credential.

Link copied to clipboard

Description of a NotificationHub GcmCredential.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard
val location: String? = null

Deprecated - only for compatibility.

Link copied to clipboard

Description of a NotificationHub MpnsCredential.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Deprecated - only for compatibility.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Description of a NotificationHub WnsCredential.

Link copied to clipboard

Description of a NotificationHub XiaomiCredential.