Class GetHubApnsCredentialResult
Inheritance
System.Object
GetHubApnsCredentialResult
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 GetHubApnsCredentialResult
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.
Declaration
public readonly string Token
Field Value
| Type | Description |
|---|---|
| System.String |