Show / Hide Table of Contents

Class HubApnsCredential

Inheritance
System.Object
HubApnsCredential
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.NotificationHub.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class HubApnsCredential

Fields

View Source

ApplicationMode

The Application Mode which defines which server the APNS Messages should be sent to. Possible values are Production and Sandbox.

Declaration
public readonly string ApplicationMode
Field Value
Type Description
System.String
View Source

BundleId

The Bundle ID of the iOS/macOS application to send push notifications for, such as com.org.example.

Declaration
public readonly string BundleId
Field Value
Type Description
System.String
View Source

KeyId

The Apple Push Notifications Service (APNS) Key.

Declaration
public readonly string KeyId
Field Value
Type Description
System.String
View Source

TeamId

The ID of the team the Token.

Declaration
public readonly string TeamId
Field Value
Type Description
System.String
View Source

Token

The Push Token associated with the Apple Developer Account. This is the contents of the key downloaded from the Apple Developer Portal between the -----BEGIN PRIVATE KEY----- and -----END PRIVATE KEY----- blocks.

Declaration
public readonly string Token
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.