azure-native-v2.notificationhubs.NotificationHub
Explore with Pulumi AI
Notification Hub Resource. Azure REST API version: 2023-01-01-preview. Prior API version in Azure Native 1.x: 2017-04-01.
Other available API versions: 2017-04-01, 2023-09-01, 2023-10-01-preview.
Create NotificationHub Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NotificationHub(name: string, args: NotificationHubArgs, opts?: CustomResourceOptions);
@overload
def NotificationHub(resource_name: str,
args: NotificationHubArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NotificationHub(resource_name: str,
opts: Optional[ResourceOptions] = None,
namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
notification_hub_name: Optional[str] = None,
properties: Optional[NotificationHubPropertiesArgs] = None,
sku: Optional[SkuArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewNotificationHub(ctx *Context, name string, args NotificationHubArgs, opts ...ResourceOption) (*NotificationHub, error)
public NotificationHub(string name, NotificationHubArgs args, CustomResourceOptions? opts = null)
public NotificationHub(String name, NotificationHubArgs args)
public NotificationHub(String name, NotificationHubArgs args, CustomResourceOptions options)
type: azure-native:notificationhubs:NotificationHub
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. NotificationHubArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. NotificationHubArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. NotificationHubArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. NotificationHubArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. NotificationHubArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var notificationHubResource = new AzureNative.Notificationhubs.NotificationHub("notificationHubResource", new()
{
NamespaceName = "string",
ResourceGroupName = "string",
Location = "string",
NotificationHubName = "string",
Properties =
{
{ "admCredential",
{
{ "properties",
{
{ "authTokenUrl", "string" },
{ "clientId", "string" },
{ "clientSecret", "string" },
} },
} },
{ "apnsCredential",
{
{ "properties",
{
{ "endpoint", "string" },
{ "apnsCertificate", "string" },
{ "appId", "string" },
{ "appName", "string" },
{ "certificateKey", "string" },
{ "keyId", "string" },
{ "thumbprint", "string" },
{ "token", "string" },
} },
} },
{ "baiduCredential",
{
{ "properties",
{
{ "baiduApiKey", "string" },
{ "baiduEndPoint", "string" },
{ "baiduSecretKey", "string" },
} },
} },
{ "browserCredential",
{
{ "properties",
{
{ "subject", "string" },
{ "vapidPrivateKey", "string" },
{ "vapidPublicKey", "string" },
} },
} },
{ "gcmCredential",
{
{ "properties",
{
{ "googleApiKey", "string" },
{ "gcmEndpoint", "string" },
} },
} },
{ "mpnsCredential",
{
{ "properties",
{
{ "certificateKey", "string" },
{ "mpnsCertificate", "string" },
{ "thumbprint", "string" },
} },
} },
{ "name", "string" },
{ "registrationTtl", "string" },
{ "wnsCredential",
{
{ "properties",
{
{ "certificateKey", "string" },
{ "packageSid", "string" },
{ "secretKey", "string" },
{ "windowsLiveEndpoint", "string" },
{ "wnsCertificate", "string" },
} },
} },
{ "xiaomiCredential",
{
{ "properties",
{
{ "appSecret", "string" },
{ "endpoint", "string" },
} },
} },
},
Sku =
{
{ "name", "string" },
{ "capacity", 0 },
{ "family", "string" },
{ "size", "string" },
{ "tier", "string" },
},
Tags =
{
{ "string", "string" },
},
});
example, err := notificationhubs.NewNotificationHub(ctx, "notificationHubResource", ¬ificationhubs.NotificationHubArgs{
NamespaceName: "string",
ResourceGroupName: "string",
Location: "string",
NotificationHubName: "string",
Properties: map[string]interface{}{
"admCredential": map[string]interface{}{
"properties": map[string]interface{}{
"authTokenUrl": "string",
"clientId": "string",
"clientSecret": "string",
},
},
"apnsCredential": map[string]interface{}{
"properties": map[string]interface{}{
"endpoint": "string",
"apnsCertificate": "string",
"appId": "string",
"appName": "string",
"certificateKey": "string",
"keyId": "string",
"thumbprint": "string",
"token": "string",
},
},
"baiduCredential": map[string]interface{}{
"properties": map[string]interface{}{
"baiduApiKey": "string",
"baiduEndPoint": "string",
"baiduSecretKey": "string",
},
},
"browserCredential": map[string]interface{}{
"properties": map[string]interface{}{
"subject": "string",
"vapidPrivateKey": "string",
"vapidPublicKey": "string",
},
},
"gcmCredential": map[string]interface{}{
"properties": map[string]interface{}{
"googleApiKey": "string",
"gcmEndpoint": "string",
},
},
"mpnsCredential": map[string]interface{}{
"properties": map[string]interface{}{
"certificateKey": "string",
"mpnsCertificate": "string",
"thumbprint": "string",
},
},
"name": "string",
"registrationTtl": "string",
"wnsCredential": map[string]interface{}{
"properties": map[string]interface{}{
"certificateKey": "string",
"packageSid": "string",
"secretKey": "string",
"windowsLiveEndpoint": "string",
"wnsCertificate": "string",
},
},
"xiaomiCredential": map[string]interface{}{
"properties": map[string]interface{}{
"appSecret": "string",
"endpoint": "string",
},
},
},
Sku: map[string]interface{}{
"name": "string",
"capacity": 0,
"family": "string",
"size": "string",
"tier": "string",
},
Tags: map[string]interface{}{
"string": "string",
},
})
var notificationHubResource = new NotificationHub("notificationHubResource", NotificationHubArgs.builder()
.namespaceName("string")
.resourceGroupName("string")
.location("string")
.notificationHubName("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.sku(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
notification_hub_resource = azure_native.notificationhubs.NotificationHub("notificationHubResource",
namespace_name=string,
resource_group_name=string,
location=string,
notification_hub_name=string,
properties={
admCredential: {
properties: {
authTokenUrl: string,
clientId: string,
clientSecret: string,
},
},
apnsCredential: {
properties: {
endpoint: string,
apnsCertificate: string,
appId: string,
appName: string,
certificateKey: string,
keyId: string,
thumbprint: string,
token: string,
},
},
baiduCredential: {
properties: {
baiduApiKey: string,
baiduEndPoint: string,
baiduSecretKey: string,
},
},
browserCredential: {
properties: {
subject: string,
vapidPrivateKey: string,
vapidPublicKey: string,
},
},
gcmCredential: {
properties: {
googleApiKey: string,
gcmEndpoint: string,
},
},
mpnsCredential: {
properties: {
certificateKey: string,
mpnsCertificate: string,
thumbprint: string,
},
},
name: string,
registrationTtl: string,
wnsCredential: {
properties: {
certificateKey: string,
packageSid: string,
secretKey: string,
windowsLiveEndpoint: string,
wnsCertificate: string,
},
},
xiaomiCredential: {
properties: {
appSecret: string,
endpoint: string,
},
},
},
sku={
name: string,
capacity: 0,
family: string,
size: string,
tier: string,
},
tags={
string: string,
})
const notificationHubResource = new azure_native.notificationhubs.NotificationHub("notificationHubResource", {
namespaceName: "string",
resourceGroupName: "string",
location: "string",
notificationHubName: "string",
properties: {
admCredential: {
properties: {
authTokenUrl: "string",
clientId: "string",
clientSecret: "string",
},
},
apnsCredential: {
properties: {
endpoint: "string",
apnsCertificate: "string",
appId: "string",
appName: "string",
certificateKey: "string",
keyId: "string",
thumbprint: "string",
token: "string",
},
},
baiduCredential: {
properties: {
baiduApiKey: "string",
baiduEndPoint: "string",
baiduSecretKey: "string",
},
},
browserCredential: {
properties: {
subject: "string",
vapidPrivateKey: "string",
vapidPublicKey: "string",
},
},
gcmCredential: {
properties: {
googleApiKey: "string",
gcmEndpoint: "string",
},
},
mpnsCredential: {
properties: {
certificateKey: "string",
mpnsCertificate: "string",
thumbprint: "string",
},
},
name: "string",
registrationTtl: "string",
wnsCredential: {
properties: {
certificateKey: "string",
packageSid: "string",
secretKey: "string",
windowsLiveEndpoint: "string",
wnsCertificate: "string",
},
},
xiaomiCredential: {
properties: {
appSecret: "string",
endpoint: "string",
},
},
},
sku: {
name: "string",
capacity: 0,
family: "string",
size: "string",
tier: "string",
},
tags: {
string: "string",
},
});
type: azure-native:notificationhubs:NotificationHub
properties:
location: string
namespaceName: string
notificationHubName: string
properties:
admCredential:
properties:
authTokenUrl: string
clientId: string
clientSecret: string
apnsCredential:
properties:
apnsCertificate: string
appId: string
appName: string
certificateKey: string
endpoint: string
keyId: string
thumbprint: string
token: string
baiduCredential:
properties:
baiduApiKey: string
baiduEndPoint: string
baiduSecretKey: string
browserCredential:
properties:
subject: string
vapidPrivateKey: string
vapidPublicKey: string
gcmCredential:
properties:
gcmEndpoint: string
googleApiKey: string
mpnsCredential:
properties:
certificateKey: string
mpnsCertificate: string
thumbprint: string
name: string
registrationTtl: string
wnsCredential:
properties:
certificateKey: string
packageSid: string
secretKey: string
windowsLiveEndpoint: string
wnsCertificate: string
xiaomiCredential:
properties:
appSecret: string
endpoint: string
resourceGroupName: string
sku:
capacity: 0
family: string
name: string
size: string
tier: string
tags:
string: string
NotificationHub Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The NotificationHub resource accepts the following input properties:
- Namespace
Name This property is required. Changes to this property will trigger replacement.
- Namespace name
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Notification
Hub Name Changes to this property will trigger replacement.
- Notification Hub name
- Properties
Pulumi.
Azure Native. Notification Hubs. Inputs. Notification Hub Properties - NotificationHub properties.
- Sku
Pulumi.
Azure Native. Notification Hubs. Inputs. Sku - The Sku description for a namespace
- Dictionary<string, string>
- Resource tags.
- Namespace
Name This property is required. Changes to this property will trigger replacement.
- Namespace name
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Notification
Hub Name Changes to this property will trigger replacement.
- Notification Hub name
- Properties
Notification
Hub Properties Args - NotificationHub properties.
- Sku
Sku
Args - The Sku description for a namespace
- map[string]string
- Resource tags.
- namespace
Name This property is required. Changes to this property will trigger replacement.
- Namespace name
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- notification
Hub Name Changes to this property will trigger replacement.
- Notification Hub name
- properties
Notification
Hub Properties - NotificationHub properties.
- sku Sku
- The Sku description for a namespace
- Map<String,String>
- Resource tags.
- namespace
Name This property is required. Changes to this property will trigger replacement.
- Namespace name
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- notification
Hub Name Changes to this property will trigger replacement.
- Notification Hub name
- properties
Notification
Hub Properties - NotificationHub properties.
- sku Sku
- The Sku description for a namespace
- {[key: string]: string}
- Resource tags.
- namespace_
name This property is required. Changes to this property will trigger replacement.
- Namespace name
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- notification_
hub_ name Changes to this property will trigger replacement.
- Notification Hub name
- properties
Notification
Hub Properties Args - NotificationHub properties.
- sku
Sku
Args - The Sku description for a namespace
- Mapping[str, str]
- Resource tags.
- namespace
Name This property is required. Changes to this property will trigger replacement.
- Namespace name
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- notification
Hub Name Changes to this property will trigger replacement.
- Notification Hub name
- properties Property Map
- NotificationHub properties.
- sku Property Map
- The Sku description for a namespace
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the NotificationHub resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Notification Hubs. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AdmCredential, AdmCredentialArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Adm Credential Properties - Description of a NotificationHub AdmCredential.
- Properties
This property is required. AdmCredential Properties - Description of a NotificationHub AdmCredential.
- properties
This property is required. AdmCredential Properties - Description of a NotificationHub AdmCredential.
- properties
This property is required. AdmCredential Properties - Description of a NotificationHub AdmCredential.
- properties
This property is required. AdmCredential Properties - Description of a NotificationHub AdmCredential.
- properties
This property is required. Property Map - Description of a NotificationHub AdmCredential.
AdmCredentialProperties, AdmCredentialPropertiesArgs
- Auth
Token Url This property is required. string - Gets or sets the URL of the authorization token.
- Client
Id This property is required. string - Gets or sets the client identifier.
- Client
Secret This property is required. string - Gets or sets the credential secret access key.
- Auth
Token Url This property is required. string - Gets or sets the URL of the authorization token.
- Client
Id This property is required. string - Gets or sets the client identifier.
- Client
Secret This property is required. string - Gets or sets the credential secret access key.
- auth
Token Url This property is required. String - Gets or sets the URL of the authorization token.
- client
Id This property is required. String - Gets or sets the client identifier.
- client
Secret This property is required. String - Gets or sets the credential secret access key.
- auth
Token Url This property is required. string - Gets or sets the URL of the authorization token.
- client
Id This property is required. string - Gets or sets the client identifier.
- client
Secret This property is required. string - Gets or sets the credential secret access key.
- auth_
token_ url This property is required. str - Gets or sets the URL of the authorization token.
- client_
id This property is required. str - Gets or sets the client identifier.
- client_
secret This property is required. str - Gets or sets the credential secret access key.
- auth
Token Url This property is required. String - Gets or sets the URL of the authorization token.
- client
Id This property is required. String - Gets or sets the client identifier.
- client
Secret This property is required. String - Gets or sets the credential secret access key.
AdmCredentialPropertiesResponse, AdmCredentialPropertiesResponseArgs
- Auth
Token Url This property is required. string - Gets or sets the URL of the authorization token.
- Client
Id This property is required. string - Gets or sets the client identifier.
- Client
Secret This property is required. string - Gets or sets the credential secret access key.
- Auth
Token Url This property is required. string - Gets or sets the URL of the authorization token.
- Client
Id This property is required. string - Gets or sets the client identifier.
- Client
Secret This property is required. string - Gets or sets the credential secret access key.
- auth
Token Url This property is required. String - Gets or sets the URL of the authorization token.
- client
Id This property is required. String - Gets or sets the client identifier.
- client
Secret This property is required. String - Gets or sets the credential secret access key.
- auth
Token Url This property is required. string - Gets or sets the URL of the authorization token.
- client
Id This property is required. string - Gets or sets the client identifier.
- client
Secret This property is required. string - Gets or sets the credential secret access key.
- auth_
token_ url This property is required. str - Gets or sets the URL of the authorization token.
- client_
id This property is required. str - Gets or sets the client identifier.
- client_
secret This property is required. str - Gets or sets the credential secret access key.
- auth
Token Url This property is required. String - Gets or sets the URL of the authorization token.
- client
Id This property is required. String - Gets or sets the client identifier.
- client
Secret This property is required. String - Gets or sets the credential secret access key.
AdmCredentialResponse, AdmCredentialResponseArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Adm Credential Properties Response - Description of a NotificationHub AdmCredential.
- Properties
This property is required. AdmCredential Properties Response - Description of a NotificationHub AdmCredential.
- properties
This property is required. AdmCredential Properties Response - Description of a NotificationHub AdmCredential.
- properties
This property is required. AdmCredential Properties Response - Description of a NotificationHub AdmCredential.
- properties
This property is required. AdmCredential Properties Response - Description of a NotificationHub AdmCredential.
- properties
This property is required. Property Map - Description of a NotificationHub AdmCredential.
ApnsCredential, ApnsCredentialArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Apns Credential Properties - Description of a NotificationHub ApnsCredential.
- Properties
This property is required. ApnsCredential Properties - Description of a NotificationHub ApnsCredential.
- properties
This property is required. ApnsCredential Properties - Description of a NotificationHub ApnsCredential.
- properties
This property is required. ApnsCredential Properties - Description of a NotificationHub ApnsCredential.
- properties
This property is required. ApnsCredential Properties - Description of a NotificationHub ApnsCredential.
- properties
This property is required. Property Map - Description of a NotificationHub ApnsCredential.
ApnsCredentialProperties, ApnsCredentialPropertiesArgs
- Endpoint
This property is required. string - Gets or sets the endpoint of this credential.
- Apns
Certificate string - Gets or sets the APNS certificate.
- App
Id string - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- App
Name string - Gets or sets the name of the application
- Certificate
Key string - Gets or sets the certificate key.
- Key
Id string - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- Thumbprint string
- Gets or sets the APNS certificate Thumbprint
- Token string
- Gets or sets provider Authentication Token, obtained through your developer account
- Endpoint
This property is required. string - Gets or sets the endpoint of this credential.
- Apns
Certificate string - Gets or sets the APNS certificate.
- App
Id string - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- App
Name string - Gets or sets the name of the application
- Certificate
Key string - Gets or sets the certificate key.
- Key
Id string - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- Thumbprint string
- Gets or sets the APNS certificate Thumbprint
- Token string
- Gets or sets provider Authentication Token, obtained through your developer account
- endpoint
This property is required. String - Gets or sets the endpoint of this credential.
- apns
Certificate String - Gets or sets the APNS certificate.
- app
Id String - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- app
Name String - Gets or sets the name of the application
- certificate
Key String - Gets or sets the certificate key.
- key
Id String - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- thumbprint String
- Gets or sets the APNS certificate Thumbprint
- token String
- Gets or sets provider Authentication Token, obtained through your developer account
- endpoint
This property is required. string - Gets or sets the endpoint of this credential.
- apns
Certificate string - Gets or sets the APNS certificate.
- app
Id string - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- app
Name string - Gets or sets the name of the application
- certificate
Key string - Gets or sets the certificate key.
- key
Id string - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- thumbprint string
- Gets or sets the APNS certificate Thumbprint
- token string
- Gets or sets provider Authentication Token, obtained through your developer account
- endpoint
This property is required. str - Gets or sets the endpoint of this credential.
- apns_
certificate str - Gets or sets the APNS certificate.
- app_
id str - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- app_
name str - Gets or sets the name of the application
- certificate_
key str - Gets or sets the certificate key.
- key_
id str - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- thumbprint str
- Gets or sets the APNS certificate Thumbprint
- token str
- Gets or sets provider Authentication Token, obtained through your developer account
- endpoint
This property is required. String - Gets or sets the endpoint of this credential.
- apns
Certificate String - Gets or sets the APNS certificate.
- app
Id String - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- app
Name String - Gets or sets the name of the application
- certificate
Key String - Gets or sets the certificate key.
- key
Id String - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- thumbprint String
- Gets or sets the APNS certificate Thumbprint
- token String
- Gets or sets provider Authentication Token, obtained through your developer account
ApnsCredentialPropertiesResponse, ApnsCredentialPropertiesResponseArgs
- Endpoint
This property is required. string - Gets or sets the endpoint of this credential.
- Apns
Certificate string - Gets or sets the APNS certificate.
- App
Id string - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- App
Name string - Gets or sets the name of the application
- Certificate
Key string - Gets or sets the certificate key.
- Key
Id string - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- Thumbprint string
- Gets or sets the APNS certificate Thumbprint
- Token string
- Gets or sets provider Authentication Token, obtained through your developer account
- Endpoint
This property is required. string - Gets or sets the endpoint of this credential.
- Apns
Certificate string - Gets or sets the APNS certificate.
- App
Id string - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- App
Name string - Gets or sets the name of the application
- Certificate
Key string - Gets or sets the certificate key.
- Key
Id string - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- Thumbprint string
- Gets or sets the APNS certificate Thumbprint
- Token string
- Gets or sets provider Authentication Token, obtained through your developer account
- endpoint
This property is required. String - Gets or sets the endpoint of this credential.
- apns
Certificate String - Gets or sets the APNS certificate.
- app
Id String - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- app
Name String - Gets or sets the name of the application
- certificate
Key String - Gets or sets the certificate key.
- key
Id String - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- thumbprint String
- Gets or sets the APNS certificate Thumbprint
- token String
- Gets or sets provider Authentication Token, obtained through your developer account
- endpoint
This property is required. string - Gets or sets the endpoint of this credential.
- apns
Certificate string - Gets or sets the APNS certificate.
- app
Id string - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- app
Name string - Gets or sets the name of the application
- certificate
Key string - Gets or sets the certificate key.
- key
Id string - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- thumbprint string
- Gets or sets the APNS certificate Thumbprint
- token string
- Gets or sets provider Authentication Token, obtained through your developer account
- endpoint
This property is required. str - Gets or sets the endpoint of this credential.
- apns_
certificate str - Gets or sets the APNS certificate.
- app_
id str - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- app_
name str - Gets or sets the name of the application
- certificate_
key str - Gets or sets the certificate key.
- key_
id str - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- thumbprint str
- Gets or sets the APNS certificate Thumbprint
- token str
- Gets or sets provider Authentication Token, obtained through your developer account
- endpoint
This property is required. String - Gets or sets the endpoint of this credential.
- apns
Certificate String - Gets or sets the APNS certificate.
- app
Id String - Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account
- app
Name String - Gets or sets the name of the application
- certificate
Key String - Gets or sets the certificate key.
- key
Id String - Gets or sets a 10-character key identifier (kid) key, obtained from your developer account
- thumbprint String
- Gets or sets the APNS certificate Thumbprint
- token String
- Gets or sets provider Authentication Token, obtained through your developer account
ApnsCredentialResponse, ApnsCredentialResponseArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Apns Credential Properties Response - Description of a NotificationHub ApnsCredential.
- Properties
This property is required. ApnsCredential Properties Response - Description of a NotificationHub ApnsCredential.
- properties
This property is required. ApnsCredential Properties Response - Description of a NotificationHub ApnsCredential.
- properties
This property is required. ApnsCredential Properties Response - Description of a NotificationHub ApnsCredential.
- properties
This property is required. ApnsCredential Properties Response - Description of a NotificationHub ApnsCredential.
- properties
This property is required. Property Map - Description of a NotificationHub ApnsCredential.
BaiduCredential, BaiduCredentialArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Baidu Credential Properties - Description of a NotificationHub BaiduCredential.
- Properties
This property is required. BaiduCredential Properties - Description of a NotificationHub BaiduCredential.
- properties
This property is required. BaiduCredential Properties - Description of a NotificationHub BaiduCredential.
- properties
This property is required. BaiduCredential Properties - Description of a NotificationHub BaiduCredential.
- properties
This property is required. BaiduCredential Properties - Description of a NotificationHub BaiduCredential.
- properties
This property is required. Property Map - Description of a NotificationHub BaiduCredential.
BaiduCredentialProperties, BaiduCredentialPropertiesArgs
- Baidu
Api Key This property is required. string - Gets or sets baidu Api Key.
- Baidu
End Point This property is required. string - Gets or sets baidu Endpoint.
- Baidu
Secret Key This property is required. string - Gets or sets baidu Secret Key
- Baidu
Api Key This property is required. string - Gets or sets baidu Api Key.
- Baidu
End Point This property is required. string - Gets or sets baidu Endpoint.
- Baidu
Secret Key This property is required. string - Gets or sets baidu Secret Key
- baidu
Api Key This property is required. String - Gets or sets baidu Api Key.
- baidu
End Point This property is required. String - Gets or sets baidu Endpoint.
- baidu
Secret Key This property is required. String - Gets or sets baidu Secret Key
- baidu
Api Key This property is required. string - Gets or sets baidu Api Key.
- baidu
End Point This property is required. string - Gets or sets baidu Endpoint.
- baidu
Secret Key This property is required. string - Gets or sets baidu Secret Key
- baidu_
api_ key This property is required. str - Gets or sets baidu Api Key.
- baidu_
end_ point This property is required. str - Gets or sets baidu Endpoint.
- baidu_
secret_ key This property is required. str - Gets or sets baidu Secret Key
- baidu
Api Key This property is required. String - Gets or sets baidu Api Key.
- baidu
End Point This property is required. String - Gets or sets baidu Endpoint.
- baidu
Secret Key This property is required. String - Gets or sets baidu Secret Key
BaiduCredentialPropertiesResponse, BaiduCredentialPropertiesResponseArgs
- Baidu
Api Key This property is required. string - Gets or sets baidu Api Key.
- Baidu
End Point This property is required. string - Gets or sets baidu Endpoint.
- Baidu
Secret Key This property is required. string - Gets or sets baidu Secret Key
- Baidu
Api Key This property is required. string - Gets or sets baidu Api Key.
- Baidu
End Point This property is required. string - Gets or sets baidu Endpoint.
- Baidu
Secret Key This property is required. string - Gets or sets baidu Secret Key
- baidu
Api Key This property is required. String - Gets or sets baidu Api Key.
- baidu
End Point This property is required. String - Gets or sets baidu Endpoint.
- baidu
Secret Key This property is required. String - Gets or sets baidu Secret Key
- baidu
Api Key This property is required. string - Gets or sets baidu Api Key.
- baidu
End Point This property is required. string - Gets or sets baidu Endpoint.
- baidu
Secret Key This property is required. string - Gets or sets baidu Secret Key
- baidu_
api_ key This property is required. str - Gets or sets baidu Api Key.
- baidu_
end_ point This property is required. str - Gets or sets baidu Endpoint.
- baidu_
secret_ key This property is required. str - Gets or sets baidu Secret Key
- baidu
Api Key This property is required. String - Gets or sets baidu Api Key.
- baidu
End Point This property is required. String - Gets or sets baidu Endpoint.
- baidu
Secret Key This property is required. String - Gets or sets baidu Secret Key
BaiduCredentialResponse, BaiduCredentialResponseArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Baidu Credential Properties Response - Description of a NotificationHub BaiduCredential.
- Properties
This property is required. BaiduCredential Properties Response - Description of a NotificationHub BaiduCredential.
- properties
This property is required. BaiduCredential Properties Response - Description of a NotificationHub BaiduCredential.
- properties
This property is required. BaiduCredential Properties Response - Description of a NotificationHub BaiduCredential.
- properties
This property is required. BaiduCredential Properties Response - Description of a NotificationHub BaiduCredential.
- properties
This property is required. Property Map - Description of a NotificationHub BaiduCredential.
BrowserCredential, BrowserCredentialArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Browser Credential Properties - Description of a NotificationHub BrowserCredential.
- Properties
This property is required. BrowserCredential Properties - Description of a NotificationHub BrowserCredential.
- properties
This property is required. BrowserCredential Properties - Description of a NotificationHub BrowserCredential.
- properties
This property is required. BrowserCredential Properties - Description of a NotificationHub BrowserCredential.
- properties
This property is required. BrowserCredential Properties - Description of a NotificationHub BrowserCredential.
- properties
This property is required. Property Map - Description of a NotificationHub BrowserCredential.
BrowserCredentialProperties, BrowserCredentialPropertiesArgs
- Subject
This property is required. string - Gets or sets web push subject.
- Vapid
Private Key This property is required. string - Gets or sets VAPID private key.
- Vapid
Public Key This property is required. string - Gets or sets VAPID public key.
- Subject
This property is required. string - Gets or sets web push subject.
- Vapid
Private Key This property is required. string - Gets or sets VAPID private key.
- Vapid
Public Key This property is required. string - Gets or sets VAPID public key.
- subject
This property is required. String - Gets or sets web push subject.
- vapid
Private Key This property is required. String - Gets or sets VAPID private key.
- vapid
Public Key This property is required. String - Gets or sets VAPID public key.
- subject
This property is required. string - Gets or sets web push subject.
- vapid
Private Key This property is required. string - Gets or sets VAPID private key.
- vapid
Public Key This property is required. string - Gets or sets VAPID public key.
- subject
This property is required. str - Gets or sets web push subject.
- vapid_
private_ key This property is required. str - Gets or sets VAPID private key.
- vapid_
public_ key This property is required. str - Gets or sets VAPID public key.
- subject
This property is required. String - Gets or sets web push subject.
- vapid
Private Key This property is required. String - Gets or sets VAPID private key.
- vapid
Public Key This property is required. String - Gets or sets VAPID public key.
BrowserCredentialPropertiesResponse, BrowserCredentialPropertiesResponseArgs
- Subject
This property is required. string - Gets or sets web push subject.
- Vapid
Private Key This property is required. string - Gets or sets VAPID private key.
- Vapid
Public Key This property is required. string - Gets or sets VAPID public key.
- Subject
This property is required. string - Gets or sets web push subject.
- Vapid
Private Key This property is required. string - Gets or sets VAPID private key.
- Vapid
Public Key This property is required. string - Gets or sets VAPID public key.
- subject
This property is required. String - Gets or sets web push subject.
- vapid
Private Key This property is required. String - Gets or sets VAPID private key.
- vapid
Public Key This property is required. String - Gets or sets VAPID public key.
- subject
This property is required. string - Gets or sets web push subject.
- vapid
Private Key This property is required. string - Gets or sets VAPID private key.
- vapid
Public Key This property is required. string - Gets or sets VAPID public key.
- subject
This property is required. str - Gets or sets web push subject.
- vapid_
private_ key This property is required. str - Gets or sets VAPID private key.
- vapid_
public_ key This property is required. str - Gets or sets VAPID public key.
- subject
This property is required. String - Gets or sets web push subject.
- vapid
Private Key This property is required. String - Gets or sets VAPID private key.
- vapid
Public Key This property is required. String - Gets or sets VAPID public key.
BrowserCredentialResponse, BrowserCredentialResponseArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Browser Credential Properties Response - Description of a NotificationHub BrowserCredential.
- Properties
This property is required. BrowserCredential Properties Response - Description of a NotificationHub BrowserCredential.
- properties
This property is required. BrowserCredential Properties Response - Description of a NotificationHub BrowserCredential.
- properties
This property is required. BrowserCredential Properties Response - Description of a NotificationHub BrowserCredential.
- properties
This property is required. BrowserCredential Properties Response - Description of a NotificationHub BrowserCredential.
- properties
This property is required. Property Map - Description of a NotificationHub BrowserCredential.
GcmCredential, GcmCredentialArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Gcm Credential Properties - Description of a NotificationHub GcmCredential.
- Properties
This property is required. GcmCredential Properties - Description of a NotificationHub GcmCredential.
- properties
This property is required. GcmCredential Properties - Description of a NotificationHub GcmCredential.
- properties
This property is required. GcmCredential Properties - Description of a NotificationHub GcmCredential.
- properties
This property is required. GcmCredential Properties - Description of a NotificationHub GcmCredential.
- properties
This property is required. Property Map - Description of a NotificationHub GcmCredential.
GcmCredentialProperties, GcmCredentialPropertiesArgs
- Google
Api Key This property is required. string - Gets or sets the Google API key.
- Gcm
Endpoint string - Gets or sets the GCM endpoint.
- Google
Api Key This property is required. string - Gets or sets the Google API key.
- Gcm
Endpoint string - Gets or sets the GCM endpoint.
- google
Api Key This property is required. String - Gets or sets the Google API key.
- gcm
Endpoint String - Gets or sets the GCM endpoint.
- google
Api Key This property is required. string - Gets or sets the Google API key.
- gcm
Endpoint string - Gets or sets the GCM endpoint.
- google_
api_ key This property is required. str - Gets or sets the Google API key.
- gcm_
endpoint str - Gets or sets the GCM endpoint.
- google
Api Key This property is required. String - Gets or sets the Google API key.
- gcm
Endpoint String - Gets or sets the GCM endpoint.
GcmCredentialPropertiesResponse, GcmCredentialPropertiesResponseArgs
- Google
Api Key This property is required. string - Gets or sets the Google API key.
- Gcm
Endpoint string - Gets or sets the GCM endpoint.
- Google
Api Key This property is required. string - Gets or sets the Google API key.
- Gcm
Endpoint string - Gets or sets the GCM endpoint.
- google
Api Key This property is required. String - Gets or sets the Google API key.
- gcm
Endpoint String - Gets or sets the GCM endpoint.
- google
Api Key This property is required. string - Gets or sets the Google API key.
- gcm
Endpoint string - Gets or sets the GCM endpoint.
- google_
api_ key This property is required. str - Gets or sets the Google API key.
- gcm_
endpoint str - Gets or sets the GCM endpoint.
- google
Api Key This property is required. String - Gets or sets the Google API key.
- gcm
Endpoint String - Gets or sets the GCM endpoint.
GcmCredentialResponse, GcmCredentialResponseArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Gcm Credential Properties Response - Description of a NotificationHub GcmCredential.
- Properties
This property is required. GcmCredential Properties Response - Description of a NotificationHub GcmCredential.
- properties
This property is required. GcmCredential Properties Response - Description of a NotificationHub GcmCredential.
- properties
This property is required. GcmCredential Properties Response - Description of a NotificationHub GcmCredential.
- properties
This property is required. GcmCredential Properties Response - Description of a NotificationHub GcmCredential.
- properties
This property is required. Property Map - Description of a NotificationHub GcmCredential.
MpnsCredential, MpnsCredentialArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Mpns Credential Properties - Description of a NotificationHub MpnsCredential.
- Properties
This property is required. MpnsCredential Properties - Description of a NotificationHub MpnsCredential.
- properties
This property is required. MpnsCredential Properties - Description of a NotificationHub MpnsCredential.
- properties
This property is required. MpnsCredential Properties - Description of a NotificationHub MpnsCredential.
- properties
This property is required. MpnsCredential Properties - Description of a NotificationHub MpnsCredential.
- properties
This property is required. Property Map - Description of a NotificationHub MpnsCredential.
MpnsCredentialProperties, MpnsCredentialPropertiesArgs
- Certificate
Key This property is required. string - Gets or sets the certificate key for this credential.
- Mpns
Certificate This property is required. string - Gets or sets the MPNS certificate.
- Thumbprint
This property is required. string - Gets or sets the MPNS certificate Thumbprint
- Certificate
Key This property is required. string - Gets or sets the certificate key for this credential.
- Mpns
Certificate This property is required. string - Gets or sets the MPNS certificate.
- Thumbprint
This property is required. string - Gets or sets the MPNS certificate Thumbprint
- certificate
Key This property is required. String - Gets or sets the certificate key for this credential.
- mpns
Certificate This property is required. String - Gets or sets the MPNS certificate.
- thumbprint
This property is required. String - Gets or sets the MPNS certificate Thumbprint
- certificate
Key This property is required. string - Gets or sets the certificate key for this credential.
- mpns
Certificate This property is required. string - Gets or sets the MPNS certificate.
- thumbprint
This property is required. string - Gets or sets the MPNS certificate Thumbprint
- certificate_
key This property is required. str - Gets or sets the certificate key for this credential.
- mpns_
certificate This property is required. str - Gets or sets the MPNS certificate.
- thumbprint
This property is required. str - Gets or sets the MPNS certificate Thumbprint
- certificate
Key This property is required. String - Gets or sets the certificate key for this credential.
- mpns
Certificate This property is required. String - Gets or sets the MPNS certificate.
- thumbprint
This property is required. String - Gets or sets the MPNS certificate Thumbprint
MpnsCredentialPropertiesResponse, MpnsCredentialPropertiesResponseArgs
- Certificate
Key This property is required. string - Gets or sets the certificate key for this credential.
- Mpns
Certificate This property is required. string - Gets or sets the MPNS certificate.
- Thumbprint
This property is required. string - Gets or sets the MPNS certificate Thumbprint
- Certificate
Key This property is required. string - Gets or sets the certificate key for this credential.
- Mpns
Certificate This property is required. string - Gets or sets the MPNS certificate.
- Thumbprint
This property is required. string - Gets or sets the MPNS certificate Thumbprint
- certificate
Key This property is required. String - Gets or sets the certificate key for this credential.
- mpns
Certificate This property is required. String - Gets or sets the MPNS certificate.
- thumbprint
This property is required. String - Gets or sets the MPNS certificate Thumbprint
- certificate
Key This property is required. string - Gets or sets the certificate key for this credential.
- mpns
Certificate This property is required. string - Gets or sets the MPNS certificate.
- thumbprint
This property is required. string - Gets or sets the MPNS certificate Thumbprint
- certificate_
key This property is required. str - Gets or sets the certificate key for this credential.
- mpns_
certificate This property is required. str - Gets or sets the MPNS certificate.
- thumbprint
This property is required. str - Gets or sets the MPNS certificate Thumbprint
- certificate
Key This property is required. String - Gets or sets the certificate key for this credential.
- mpns
Certificate This property is required. String - Gets or sets the MPNS certificate.
- thumbprint
This property is required. String - Gets or sets the MPNS certificate Thumbprint
MpnsCredentialResponse, MpnsCredentialResponseArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Mpns Credential Properties Response - Description of a NotificationHub MpnsCredential.
- Properties
This property is required. MpnsCredential Properties Response - Description of a NotificationHub MpnsCredential.
- properties
This property is required. MpnsCredential Properties Response - Description of a NotificationHub MpnsCredential.
- properties
This property is required. MpnsCredential Properties Response - Description of a NotificationHub MpnsCredential.
- properties
This property is required. MpnsCredential Properties Response - Description of a NotificationHub MpnsCredential.
- properties
This property is required. Property Map - Description of a NotificationHub MpnsCredential.
NotificationHubProperties, NotificationHubPropertiesArgs
- Adm
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Adm Credential - Description of a NotificationHub AdmCredential.
- Apns
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Apns Credential - Description of a NotificationHub ApnsCredential.
- Baidu
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Baidu Credential - Description of a NotificationHub BaiduCredential.
- Browser
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Browser Credential - Description of a NotificationHub BrowserCredential.
- Gcm
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Gcm Credential - Description of a NotificationHub GcmCredential.
- Mpns
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Mpns Credential - Description of a NotificationHub MpnsCredential.
- Name string
- Gets or sets the NotificationHub name.
- Registration
Ttl string - Gets or sets the RegistrationTtl of the created NotificationHub
- Wns
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Wns Credential - Description of a NotificationHub WnsCredential.
- Xiaomi
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Xiaomi Credential - Description of a NotificationHub XiaomiCredential.
- Adm
Credential AdmCredential - Description of a NotificationHub AdmCredential.
- Apns
Credential ApnsCredential - Description of a NotificationHub ApnsCredential.
- Baidu
Credential BaiduCredential - Description of a NotificationHub BaiduCredential.
- Browser
Credential BrowserCredential - Description of a NotificationHub BrowserCredential.
- Gcm
Credential GcmCredential - Description of a NotificationHub GcmCredential.
- Mpns
Credential MpnsCredential - Description of a NotificationHub MpnsCredential.
- Name string
- Gets or sets the NotificationHub name.
- Registration
Ttl string - Gets or sets the RegistrationTtl of the created NotificationHub
- Wns
Credential WnsCredential - Description of a NotificationHub WnsCredential.
- Xiaomi
Credential XiaomiCredential - Description of a NotificationHub XiaomiCredential.
- adm
Credential AdmCredential - Description of a NotificationHub AdmCredential.
- apns
Credential ApnsCredential - Description of a NotificationHub ApnsCredential.
- baidu
Credential BaiduCredential - Description of a NotificationHub BaiduCredential.
- browser
Credential BrowserCredential - Description of a NotificationHub BrowserCredential.
- gcm
Credential GcmCredential - Description of a NotificationHub GcmCredential.
- mpns
Credential MpnsCredential - Description of a NotificationHub MpnsCredential.
- name String
- Gets or sets the NotificationHub name.
- registration
Ttl String - Gets or sets the RegistrationTtl of the created NotificationHub
- wns
Credential WnsCredential - Description of a NotificationHub WnsCredential.
- xiaomi
Credential XiaomiCredential - Description of a NotificationHub XiaomiCredential.
- adm
Credential AdmCredential - Description of a NotificationHub AdmCredential.
- apns
Credential ApnsCredential - Description of a NotificationHub ApnsCredential.
- baidu
Credential BaiduCredential - Description of a NotificationHub BaiduCredential.
- browser
Credential BrowserCredential - Description of a NotificationHub BrowserCredential.
- gcm
Credential GcmCredential - Description of a NotificationHub GcmCredential.
- mpns
Credential MpnsCredential - Description of a NotificationHub MpnsCredential.
- name string
- Gets or sets the NotificationHub name.
- registration
Ttl string - Gets or sets the RegistrationTtl of the created NotificationHub
- wns
Credential WnsCredential - Description of a NotificationHub WnsCredential.
- xiaomi
Credential XiaomiCredential - Description of a NotificationHub XiaomiCredential.
- adm_
credential AdmCredential - Description of a NotificationHub AdmCredential.
- apns_
credential ApnsCredential - Description of a NotificationHub ApnsCredential.
- baidu_
credential BaiduCredential - Description of a NotificationHub BaiduCredential.
- browser_
credential BrowserCredential - Description of a NotificationHub BrowserCredential.
- gcm_
credential GcmCredential - Description of a NotificationHub GcmCredential.
- mpns_
credential MpnsCredential - Description of a NotificationHub MpnsCredential.
- name str
- Gets or sets the NotificationHub name.
- registration_
ttl str - Gets or sets the RegistrationTtl of the created NotificationHub
- wns_
credential WnsCredential - Description of a NotificationHub WnsCredential.
- xiaomi_
credential XiaomiCredential - Description of a NotificationHub XiaomiCredential.
- adm
Credential Property Map - Description of a NotificationHub AdmCredential.
- apns
Credential Property Map - Description of a NotificationHub ApnsCredential.
- baidu
Credential Property Map - Description of a NotificationHub BaiduCredential.
- browser
Credential Property Map - Description of a NotificationHub BrowserCredential.
- gcm
Credential Property Map - Description of a NotificationHub GcmCredential.
- mpns
Credential Property Map - Description of a NotificationHub MpnsCredential.
- name String
- Gets or sets the NotificationHub name.
- registration
Ttl String - Gets or sets the RegistrationTtl of the created NotificationHub
- wns
Credential Property Map - Description of a NotificationHub WnsCredential.
- xiaomi
Credential Property Map - Description of a NotificationHub XiaomiCredential.
NotificationHubPropertiesResponse, NotificationHubPropertiesResponseArgs
This property is required. List<Pulumi.Azure Native. Notification Hubs. Inputs. Shared Access Authorization Rule Properties Response> - Gets or sets the AuthorizationRules of the created NotificationHub
- Daily
Max Active Devices This property is required. double - Adm
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Adm Credential Response - Description of a NotificationHub AdmCredential.
- Apns
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Apns Credential Response - Description of a NotificationHub ApnsCredential.
- Baidu
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Baidu Credential Response - Description of a NotificationHub BaiduCredential.
- Browser
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Browser Credential Response - Description of a NotificationHub BrowserCredential.
- Gcm
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Gcm Credential Response - Description of a NotificationHub GcmCredential.
- Mpns
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Mpns Credential Response - Description of a NotificationHub MpnsCredential.
- Name string
- Gets or sets the NotificationHub name.
- Registration
Ttl string - Gets or sets the RegistrationTtl of the created NotificationHub
- Wns
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Wns Credential Response - Description of a NotificationHub WnsCredential.
- Xiaomi
Credential Pulumi.Azure Native. Notification Hubs. Inputs. Xiaomi Credential Response - Description of a NotificationHub XiaomiCredential.
This property is required. []SharedAccess Authorization Rule Properties Response - Gets or sets the AuthorizationRules of the created NotificationHub
- Daily
Max Active Devices This property is required. float64 - Adm
Credential AdmCredential Response - Description of a NotificationHub AdmCredential.
- Apns
Credential ApnsCredential Response - Description of a NotificationHub ApnsCredential.
- Baidu
Credential BaiduCredential Response - Description of a NotificationHub BaiduCredential.
- Browser
Credential BrowserCredential Response - Description of a NotificationHub BrowserCredential.
- Gcm
Credential GcmCredential Response - Description of a NotificationHub GcmCredential.
- Mpns
Credential MpnsCredential Response - Description of a NotificationHub MpnsCredential.
- Name string
- Gets or sets the NotificationHub name.
- Registration
Ttl string - Gets or sets the RegistrationTtl of the created NotificationHub
- Wns
Credential WnsCredential Response - Description of a NotificationHub WnsCredential.
- Xiaomi
Credential XiaomiCredential Response - Description of a NotificationHub XiaomiCredential.
This property is required. List<SharedAccess Authorization Rule Properties Response> - Gets or sets the AuthorizationRules of the created NotificationHub
- daily
Max Active Devices This property is required. Double - adm
Credential AdmCredential Response - Description of a NotificationHub AdmCredential.
- apns
Credential ApnsCredential Response - Description of a NotificationHub ApnsCredential.
- baidu
Credential BaiduCredential Response - Description of a NotificationHub BaiduCredential.
- browser
Credential BrowserCredential Response - Description of a NotificationHub BrowserCredential.
- gcm
Credential GcmCredential Response - Description of a NotificationHub GcmCredential.
- mpns
Credential MpnsCredential Response - Description of a NotificationHub MpnsCredential.
- name String
- Gets or sets the NotificationHub name.
- registration
Ttl String - Gets or sets the RegistrationTtl of the created NotificationHub
- wns
Credential WnsCredential Response - Description of a NotificationHub WnsCredential.
- xiaomi
Credential XiaomiCredential Response - Description of a NotificationHub XiaomiCredential.
This property is required. SharedAccess Authorization Rule Properties Response[] - Gets or sets the AuthorizationRules of the created NotificationHub
- daily
Max Active Devices This property is required. number - adm
Credential AdmCredential Response - Description of a NotificationHub AdmCredential.
- apns
Credential ApnsCredential Response - Description of a NotificationHub ApnsCredential.
- baidu
Credential BaiduCredential Response - Description of a NotificationHub BaiduCredential.
- browser
Credential BrowserCredential Response - Description of a NotificationHub BrowserCredential.
- gcm
Credential GcmCredential Response - Description of a NotificationHub GcmCredential.
- mpns
Credential MpnsCredential Response - Description of a NotificationHub MpnsCredential.
- name string
- Gets or sets the NotificationHub name.
- registration
Ttl string - Gets or sets the RegistrationTtl of the created NotificationHub
- wns
Credential WnsCredential Response - Description of a NotificationHub WnsCredential.
- xiaomi
Credential XiaomiCredential Response - Description of a NotificationHub XiaomiCredential.
This property is required. Sequence[SharedAccess Authorization Rule Properties Response] - Gets or sets the AuthorizationRules of the created NotificationHub
- daily_
max_ active_ devices This property is required. float - adm_
credential AdmCredential Response - Description of a NotificationHub AdmCredential.
- apns_
credential ApnsCredential Response - Description of a NotificationHub ApnsCredential.
- baidu_
credential BaiduCredential Response - Description of a NotificationHub BaiduCredential.
- browser_
credential BrowserCredential Response - Description of a NotificationHub BrowserCredential.
- gcm_
credential GcmCredential Response - Description of a NotificationHub GcmCredential.
- mpns_
credential MpnsCredential Response - Description of a NotificationHub MpnsCredential.
- name str
- Gets or sets the NotificationHub name.
- registration_
ttl str - Gets or sets the RegistrationTtl of the created NotificationHub
- wns_
credential WnsCredential Response - Description of a NotificationHub WnsCredential.
- xiaomi_
credential XiaomiCredential Response - Description of a NotificationHub XiaomiCredential.
This property is required. List<Property Map>- Gets or sets the AuthorizationRules of the created NotificationHub
- daily
Max Active Devices This property is required. Number - adm
Credential Property Map - Description of a NotificationHub AdmCredential.
- apns
Credential Property Map - Description of a NotificationHub ApnsCredential.
- baidu
Credential Property Map - Description of a NotificationHub BaiduCredential.
- browser
Credential Property Map - Description of a NotificationHub BrowserCredential.
- gcm
Credential Property Map - Description of a NotificationHub GcmCredential.
- mpns
Credential Property Map - Description of a NotificationHub MpnsCredential.
- name String
- Gets or sets the NotificationHub name.
- registration
Ttl String - Gets or sets the RegistrationTtl of the created NotificationHub
- wns
Credential Property Map - Description of a NotificationHub WnsCredential.
- xiaomi
Credential Property Map - Description of a NotificationHub XiaomiCredential.
SharedAccessAuthorizationRulePropertiesResponse, SharedAccessAuthorizationRulePropertiesResponseArgs
- Claim
Type This property is required. string - Gets a string that describes the claim type
- Claim
Value This property is required. string - Gets a string that describes the claim value
- Created
Time This property is required. string - Gets the created time for this rule
- Key
Name This property is required. string - Gets a string that describes the authorization rule.
- Modified
Time This property is required. string - Gets the last modified time for this rule
- Revision
This property is required. int - Gets the revision number for the rule
- Rights
This property is required. List<string> - Gets or sets the rights associated with the rule.
- Primary
Key string - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
- Secondary
Key string - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
- Claim
Type This property is required. string - Gets a string that describes the claim type
- Claim
Value This property is required. string - Gets a string that describes the claim value
- Created
Time This property is required. string - Gets the created time for this rule
- Key
Name This property is required. string - Gets a string that describes the authorization rule.
- Modified
Time This property is required. string - Gets the last modified time for this rule
- Revision
This property is required. int - Gets the revision number for the rule
- Rights
This property is required. []string - Gets or sets the rights associated with the rule.
- Primary
Key string - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
- Secondary
Key string - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
- claim
Type This property is required. String - Gets a string that describes the claim type
- claim
Value This property is required. String - Gets a string that describes the claim value
- created
Time This property is required. String - Gets the created time for this rule
- key
Name This property is required. String - Gets a string that describes the authorization rule.
- modified
Time This property is required. String - Gets the last modified time for this rule
- revision
This property is required. Integer - Gets the revision number for the rule
- rights
This property is required. List<String> - Gets or sets the rights associated with the rule.
- primary
Key String - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
- secondary
Key String - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
- claim
Type This property is required. string - Gets a string that describes the claim type
- claim
Value This property is required. string - Gets a string that describes the claim value
- created
Time This property is required. string - Gets the created time for this rule
- key
Name This property is required. string - Gets a string that describes the authorization rule.
- modified
Time This property is required. string - Gets the last modified time for this rule
- revision
This property is required. number - Gets the revision number for the rule
- rights
This property is required. string[] - Gets or sets the rights associated with the rule.
- primary
Key string - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
- secondary
Key string - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
- claim_
type This property is required. str - Gets a string that describes the claim type
- claim_
value This property is required. str - Gets a string that describes the claim value
- created_
time This property is required. str - Gets the created time for this rule
- key_
name This property is required. str - Gets a string that describes the authorization rule.
- modified_
time This property is required. str - Gets the last modified time for this rule
- revision
This property is required. int - Gets the revision number for the rule
- rights
This property is required. Sequence[str] - Gets or sets the rights associated with the rule.
- primary_
key str - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
- secondary_
key str - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
- claim
Type This property is required. String - Gets a string that describes the claim type
- claim
Value This property is required. String - Gets a string that describes the claim value
- created
Time This property is required. String - Gets the created time for this rule
- key
Name This property is required. String - Gets a string that describes the authorization rule.
- modified
Time This property is required. String - Gets the last modified time for this rule
- revision
This property is required. Number - Gets the revision number for the rule
- rights
This property is required. List<String> - Gets or sets the rights associated with the rule.
- primary
Key String - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
- secondary
Key String - Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
Sku, SkuArgs
SkuName, SkuNameArgs
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Sku
Name Free - Free
- Sku
Name Basic - Basic
- Sku
Name Standard - Standard
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- FREE
- Free
- BASIC
- Basic
- STANDARD
- Standard
- "Free"
- Free
- "Basic"
- Basic
- "Standard"
- Standard
SkuResponse, SkuResponseArgs
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
WnsCredential, WnsCredentialArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Wns Credential Properties - Description of a NotificationHub WnsCredential.
- Properties
This property is required. WnsCredential Properties - Description of a NotificationHub WnsCredential.
- properties
This property is required. WnsCredential Properties - Description of a NotificationHub WnsCredential.
- properties
This property is required. WnsCredential Properties - Description of a NotificationHub WnsCredential.
- properties
This property is required. WnsCredential Properties - Description of a NotificationHub WnsCredential.
- properties
This property is required. Property Map - Description of a NotificationHub WnsCredential.
WnsCredentialProperties, WnsCredentialPropertiesArgs
- Certificate
Key string - Ges or sets the WNS Certificate Key.
- Package
Sid string - Gets or sets the package ID for this credential.
- Secret
Key string - Gets or sets the secret key.
- Windows
Live stringEndpoint - Gets or sets the Windows Live endpoint.
- Wns
Certificate string - Gets or sets the WNS Certificate.
- Certificate
Key string - Ges or sets the WNS Certificate Key.
- Package
Sid string - Gets or sets the package ID for this credential.
- Secret
Key string - Gets or sets the secret key.
- Windows
Live stringEndpoint - Gets or sets the Windows Live endpoint.
- Wns
Certificate string - Gets or sets the WNS Certificate.
- certificate
Key String - Ges or sets the WNS Certificate Key.
- package
Sid String - Gets or sets the package ID for this credential.
- secret
Key String - Gets or sets the secret key.
- windows
Live StringEndpoint - Gets or sets the Windows Live endpoint.
- wns
Certificate String - Gets or sets the WNS Certificate.
- certificate
Key string - Ges or sets the WNS Certificate Key.
- package
Sid string - Gets or sets the package ID for this credential.
- secret
Key string - Gets or sets the secret key.
- windows
Live stringEndpoint - Gets or sets the Windows Live endpoint.
- wns
Certificate string - Gets or sets the WNS Certificate.
- certificate_
key str - Ges or sets the WNS Certificate Key.
- package_
sid str - Gets or sets the package ID for this credential.
- secret_
key str - Gets or sets the secret key.
- windows_
live_ strendpoint - Gets or sets the Windows Live endpoint.
- wns_
certificate str - Gets or sets the WNS Certificate.
- certificate
Key String - Ges or sets the WNS Certificate Key.
- package
Sid String - Gets or sets the package ID for this credential.
- secret
Key String - Gets or sets the secret key.
- windows
Live StringEndpoint - Gets or sets the Windows Live endpoint.
- wns
Certificate String - Gets or sets the WNS Certificate.
WnsCredentialPropertiesResponse, WnsCredentialPropertiesResponseArgs
- Certificate
Key string - Ges or sets the WNS Certificate Key.
- Package
Sid string - Gets or sets the package ID for this credential.
- Secret
Key string - Gets or sets the secret key.
- Windows
Live stringEndpoint - Gets or sets the Windows Live endpoint.
- Wns
Certificate string - Gets or sets the WNS Certificate.
- Certificate
Key string - Ges or sets the WNS Certificate Key.
- Package
Sid string - Gets or sets the package ID for this credential.
- Secret
Key string - Gets or sets the secret key.
- Windows
Live stringEndpoint - Gets or sets the Windows Live endpoint.
- Wns
Certificate string - Gets or sets the WNS Certificate.
- certificate
Key String - Ges or sets the WNS Certificate Key.
- package
Sid String - Gets or sets the package ID for this credential.
- secret
Key String - Gets or sets the secret key.
- windows
Live StringEndpoint - Gets or sets the Windows Live endpoint.
- wns
Certificate String - Gets or sets the WNS Certificate.
- certificate
Key string - Ges or sets the WNS Certificate Key.
- package
Sid string - Gets or sets the package ID for this credential.
- secret
Key string - Gets or sets the secret key.
- windows
Live stringEndpoint - Gets or sets the Windows Live endpoint.
- wns
Certificate string - Gets or sets the WNS Certificate.
- certificate_
key str - Ges or sets the WNS Certificate Key.
- package_
sid str - Gets or sets the package ID for this credential.
- secret_
key str - Gets or sets the secret key.
- windows_
live_ strendpoint - Gets or sets the Windows Live endpoint.
- wns_
certificate str - Gets or sets the WNS Certificate.
- certificate
Key String - Ges or sets the WNS Certificate Key.
- package
Sid String - Gets or sets the package ID for this credential.
- secret
Key String - Gets or sets the secret key.
- windows
Live StringEndpoint - Gets or sets the Windows Live endpoint.
- wns
Certificate String - Gets or sets the WNS Certificate.
WnsCredentialResponse, WnsCredentialResponseArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Wns Credential Properties Response - Description of a NotificationHub WnsCredential.
- Properties
This property is required. WnsCredential Properties Response - Description of a NotificationHub WnsCredential.
- properties
This property is required. WnsCredential Properties Response - Description of a NotificationHub WnsCredential.
- properties
This property is required. WnsCredential Properties Response - Description of a NotificationHub WnsCredential.
- properties
This property is required. WnsCredential Properties Response - Description of a NotificationHub WnsCredential.
- properties
This property is required. Property Map - Description of a NotificationHub WnsCredential.
XiaomiCredential, XiaomiCredentialArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Xiaomi Credential Properties - Description of a NotificationHub XiaomiCredentialProperties.
- Properties
This property is required. XiaomiCredential Properties - Description of a NotificationHub XiaomiCredentialProperties.
- properties
This property is required. XiaomiCredential Properties - Description of a NotificationHub XiaomiCredentialProperties.
- properties
This property is required. XiaomiCredential Properties - Description of a NotificationHub XiaomiCredentialProperties.
- properties
This property is required. XiaomiCredential Properties - Description of a NotificationHub XiaomiCredentialProperties.
- properties
This property is required. Property Map - Description of a NotificationHub XiaomiCredentialProperties.
XiaomiCredentialProperties, XiaomiCredentialPropertiesArgs
- app_
secret str - Gets or sets app secret.
- endpoint str
- Gets or sets xiaomi service endpoint.
XiaomiCredentialPropertiesResponse, XiaomiCredentialPropertiesResponseArgs
- app_
secret str - Gets or sets app secret.
- endpoint str
- Gets or sets xiaomi service endpoint.
XiaomiCredentialResponse, XiaomiCredentialResponseArgs
- Properties
This property is required. Pulumi.Azure Native. Notification Hubs. Inputs. Xiaomi Credential Properties Response - Description of a NotificationHub XiaomiCredentialProperties.
- Properties
This property is required. XiaomiCredential Properties Response - Description of a NotificationHub XiaomiCredentialProperties.
- properties
This property is required. XiaomiCredential Properties Response - Description of a NotificationHub XiaomiCredentialProperties.
- properties
This property is required. XiaomiCredential Properties Response - Description of a NotificationHub XiaomiCredentialProperties.
- properties
This property is required. XiaomiCredential Properties Response - Description of a NotificationHub XiaomiCredentialProperties.
- properties
This property is required. Property Map - Description of a NotificationHub XiaomiCredentialProperties.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:notificationhubs:NotificationHub test /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0