Show / Hide Table of Contents

Class HubApnsCredentialGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
HubApnsCredentialGetArgs
Inherited Members
ResourceArgs.Empty
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 HubApnsCredentialGetArgs : ResourceArgs

Constructors

View Source

HubApnsCredentialGetArgs()

Declaration
public HubApnsCredentialGetArgs()

Properties

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 Input<string> ApplicationMode { get; set; }
Property Value
Type Description
Input<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 Input<string> BundleId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeyId

The Apple Push Notifications Service (APNS) Key.

Declaration
public Input<string> KeyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TeamId

The ID of the team the Token.

Declaration
public Input<string> TeamId { get; set; }
Property Value
Type Description
Input<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 Input<string> Token { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.