Class AuthorizationRuleArgs
Inherited Members
Namespace: Pulumi.Azure.NotificationHub
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AuthorizationRuleArgs : ResourceArgs
Constructors
View SourceAuthorizationRuleArgs()
Declaration
public AuthorizationRuleArgs()
Properties
View SourceListen
Does this Authorization Rule have Listen access to the Notification Hub? Defaults to false.
Declaration
public Input<bool> Listen { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Manage
Does this Authorization Rule have Manage access to the Notification Hub? Defaults to false.
Declaration
public Input<bool> Manage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
The name to use for this Authorization Rule. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamespaceName
The name of the Notification Hub Namespace in which the Notification Hub exists. Changing this forces a new resource to be created.
Declaration
public Input<string> NamespaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotificationHubName
The name of the Notification Hub for which the Authorization Rule should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> NotificationHubName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which the Notification Hub Namespace exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Send
Does this Authorization Rule have Send access to the Notification Hub? Defaults to false.
Declaration
public Input<bool> Send { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |