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 SourceApplicationMode
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 |
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 |
KeyId
The Apple Push Notifications Service (APNS) Key.
Declaration
public readonly string KeyId
Field Value
| Type | Description |
|---|---|
| System.String |
TeamId
The ID of the team the Token.
Declaration
public readonly string TeamId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |