1. Packages
  2. Azure Native v1
  3. API Docs
  4. eventhub
  5. NamespaceAuthorizationRule
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.eventhub.NamespaceAuthorizationRule

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Single item in a List or Get AuthorizationRule operation API Version: 2017-04-01.

    Example Usage

    NameSpaceAuthorizationRuleCreate

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var namespaceAuthorizationRule = new AzureNative.EventHub.NamespaceAuthorizationRule("namespaceAuthorizationRule", new()
        {
            AuthorizationRuleName = "sdk-Authrules-1746",
            NamespaceName = "sdk-Namespace-2702",
            ResourceGroupName = "ArunMonocle",
            Rights = new[]
            {
                "Listen",
                "Send",
            },
        });
    
    });
    
    package main
    
    import (
    	eventhub "github.com/pulumi/pulumi-azure-native-sdk/eventhub"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := eventhub.NewNamespaceAuthorizationRule(ctx, "namespaceAuthorizationRule", &eventhub.NamespaceAuthorizationRuleArgs{
    			AuthorizationRuleName: pulumi.String("sdk-Authrules-1746"),
    			NamespaceName:         pulumi.String("sdk-Namespace-2702"),
    			ResourceGroupName:     pulumi.String("ArunMonocle"),
    			Rights: pulumi.StringArray{
    				pulumi.String("Listen"),
    				pulumi.String("Send"),
    			},
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.azurenative.eventhub.NamespaceAuthorizationRule;
    import com.pulumi.azurenative.eventhub.NamespaceAuthorizationRuleArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var namespaceAuthorizationRule = new NamespaceAuthorizationRule("namespaceAuthorizationRule", NamespaceAuthorizationRuleArgs.builder()        
                .authorizationRuleName("sdk-Authrules-1746")
                .namespaceName("sdk-Namespace-2702")
                .resourceGroupName("ArunMonocle")
                .rights(            
                    "Listen",
                    "Send")
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    namespace_authorization_rule = azure_native.eventhub.NamespaceAuthorizationRule("namespaceAuthorizationRule",
        authorization_rule_name="sdk-Authrules-1746",
        namespace_name="sdk-Namespace-2702",
        resource_group_name="ArunMonocle",
        rights=[
            "Listen",
            "Send",
        ])
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const namespaceAuthorizationRule = new azure_native.eventhub.NamespaceAuthorizationRule("namespaceAuthorizationRule", {
        authorizationRuleName: "sdk-Authrules-1746",
        namespaceName: "sdk-Namespace-2702",
        resourceGroupName: "ArunMonocle",
        rights: [
            "Listen",
            "Send",
        ],
    });
    
    resources:
      namespaceAuthorizationRule:
        type: azure-native:eventhub:NamespaceAuthorizationRule
        properties:
          authorizationRuleName: sdk-Authrules-1746
          namespaceName: sdk-Namespace-2702
          resourceGroupName: ArunMonocle
          rights:
            - Listen
            - Send
    

    Create NamespaceAuthorizationRule Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new NamespaceAuthorizationRule(name: string, args: NamespaceAuthorizationRuleArgs, opts?: CustomResourceOptions);
    @overload
    def NamespaceAuthorizationRule(resource_name: str,
                                   args: NamespaceAuthorizationRuleArgs,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def NamespaceAuthorizationRule(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   namespace_name: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   rights: Optional[Sequence[Union[str, AccessRights]]] = None,
                                   authorization_rule_name: Optional[str] = None)
    func NewNamespaceAuthorizationRule(ctx *Context, name string, args NamespaceAuthorizationRuleArgs, opts ...ResourceOption) (*NamespaceAuthorizationRule, error)
    public NamespaceAuthorizationRule(string name, NamespaceAuthorizationRuleArgs args, CustomResourceOptions? opts = null)
    public NamespaceAuthorizationRule(String name, NamespaceAuthorizationRuleArgs args)
    public NamespaceAuthorizationRule(String name, NamespaceAuthorizationRuleArgs args, CustomResourceOptions options)
    
    type: azure-native:eventhub:NamespaceAuthorizationRule
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args NamespaceAuthorizationRuleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args NamespaceAuthorizationRuleArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args NamespaceAuthorizationRuleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NamespaceAuthorizationRuleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NamespaceAuthorizationRuleArgs
    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 namespaceAuthorizationRuleResource = new AzureNative.Eventhub.NamespaceAuthorizationRule("namespaceAuthorizationRuleResource", new()
    {
        NamespaceName = "string",
        ResourceGroupName = "string",
        Rights = new[]
        {
            "string",
        },
        AuthorizationRuleName = "string",
    });
    
    example, err := eventhub.NewNamespaceAuthorizationRule(ctx, "namespaceAuthorizationRuleResource", &eventhub.NamespaceAuthorizationRuleArgs{
    	NamespaceName:     "string",
    	ResourceGroupName: "string",
    	Rights: []string{
    		"string",
    	},
    	AuthorizationRuleName: "string",
    })
    
    var namespaceAuthorizationRuleResource = new NamespaceAuthorizationRule("namespaceAuthorizationRuleResource", NamespaceAuthorizationRuleArgs.builder()
        .namespaceName("string")
        .resourceGroupName("string")
        .rights("string")
        .authorizationRuleName("string")
        .build());
    
    namespace_authorization_rule_resource = azure_native.eventhub.NamespaceAuthorizationRule("namespaceAuthorizationRuleResource",
        namespace_name=string,
        resource_group_name=string,
        rights=[string],
        authorization_rule_name=string)
    
    const namespaceAuthorizationRuleResource = new azure_native.eventhub.NamespaceAuthorizationRule("namespaceAuthorizationRuleResource", {
        namespaceName: "string",
        resourceGroupName: "string",
        rights: ["string"],
        authorizationRuleName: "string",
    });
    
    type: azure-native:eventhub:NamespaceAuthorizationRule
    properties:
        authorizationRuleName: string
        namespaceName: string
        resourceGroupName: string
        rights:
            - string
    

    NamespaceAuthorizationRule Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The NamespaceAuthorizationRule resource accepts the following input properties:

    NamespaceName string
    The Namespace name
    ResourceGroupName string
    Name of the resource group within the azure subscription.
    Rights List<Union<string, Pulumi.AzureNative.EventHub.AccessRights>>
    The rights associated with the rule.
    AuthorizationRuleName string
    The authorization rule name.
    NamespaceName string
    The Namespace name
    ResourceGroupName string
    Name of the resource group within the azure subscription.
    Rights []string
    The rights associated with the rule.
    AuthorizationRuleName string
    The authorization rule name.
    namespaceName String
    The Namespace name
    resourceGroupName String
    Name of the resource group within the azure subscription.
    rights List<Either<String,AccessRights>>
    The rights associated with the rule.
    authorizationRuleName String
    The authorization rule name.
    namespaceName string
    The Namespace name
    resourceGroupName string
    Name of the resource group within the azure subscription.
    rights (string | AccessRights)[]
    The rights associated with the rule.
    authorizationRuleName string
    The authorization rule name.
    namespace_name str
    The Namespace name
    resource_group_name str
    Name of the resource group within the azure subscription.
    rights Sequence[Union[str, AccessRights]]
    The rights associated with the rule.
    authorization_rule_name str
    The authorization rule name.
    namespaceName String
    The Namespace name
    resourceGroupName String
    Name of the resource group within the azure subscription.
    rights List<String | "Manage" | "Send" | "Listen">
    The rights associated with the rule.
    authorizationRuleName String
    The authorization rule name.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the NamespaceAuthorizationRule resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    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
    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
    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
    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
    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
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    AccessRights, AccessRightsArgs

    Manage
    Manage
    Send
    Send
    Listen
    Listen
    AccessRightsManage
    Manage
    AccessRightsSend
    Send
    AccessRightsListen
    Listen
    Manage
    Manage
    Send
    Send
    Listen
    Listen
    Manage
    Manage
    Send
    Send
    Listen
    Listen
    MANAGE
    Manage
    SEND
    Send
    LISTEN
    Listen
    "Manage"
    Manage
    "Send"
    Send
    "Listen"
    Listen

    Import

    An existing resource can be imported using its type token, name, and identifier, e.g.

    $ pulumi import azure-native:eventhub:NamespaceAuthorizationRule sdk-Authrules-1746 /subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2702/AuthorizationRules/sdk-Authrules-1746 
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi