Class HubApnsCredentialArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class HubApnsCredentialArgs : ResourceArgs
Constructors
View SourceHubApnsCredentialArgs()
Declaration
public HubApnsCredentialArgs()
Properties
View SourceApplicationMode
The Application Mode which defines which server the APNS Messages should be sent to. Possible values are Production and Sandbox.
Declaration
public Input<string> ApplicationMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BundleId
The Bundle ID of the iOS/macOS application to send push notifications for, such as com.org.example.
Declaration
public Input<string> BundleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyId
The Apple Push Notifications Service (APNS) Key.
Declaration
public Input<string> KeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TeamId
The ID of the team the Token.
Declaration
public Input<string> TeamId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |