azure-native.authorization.RoleDefinition

Explore with Pulumi AI

Role definition. API Version: 2018-01-01-preview.

Example Usage

Create role definition

using System.Collections.Generic;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var roleDefinition = new AzureNative.Authorization.RoleDefinition("roleDefinition", new()
    {
        RoleDefinitionId = "roleDefinitionId",
        Scope = "scope",
    });

});
package main

import (
	authorization "github.com/pulumi/pulumi-azure-native/sdk/go/azure/authorization"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := authorization.NewRoleDefinition(ctx, "roleDefinition", &authorization.RoleDefinitionArgs{
			RoleDefinitionId: pulumi.String("roleDefinitionId"),
			Scope:            pulumi.String("scope"),
		})
		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.authorization.RoleDefinition;
import com.pulumi.azurenative.authorization.RoleDefinitionArgs;
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 roleDefinition = new RoleDefinition("roleDefinition", RoleDefinitionArgs.builder()        
            .roleDefinitionId("roleDefinitionId")
            .scope("scope")
            .build());

    }
}
import pulumi
import pulumi_azure_native as azure_native

role_definition = azure_native.authorization.RoleDefinition("roleDefinition",
    role_definition_id="roleDefinitionId",
    scope="scope")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const roleDefinition = new azure_native.authorization.RoleDefinition("roleDefinition", {
    roleDefinitionId: "roleDefinitionId",
    scope: "scope",
});
resources:
  roleDefinition:
    type: azure-native:authorization:RoleDefinition
    properties:
      roleDefinitionId: roleDefinitionId
      scope: scope

Create RoleDefinition Resource

new RoleDefinition(name: string, args: RoleDefinitionArgs, opts?: CustomResourceOptions);
@overload
def RoleDefinition(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   assignable_scopes: Optional[Sequence[str]] = None,
                   description: Optional[str] = None,
                   permissions: Optional[Sequence[PermissionArgs]] = None,
                   role_definition_id: Optional[str] = None,
                   role_name: Optional[str] = None,
                   role_type: Optional[str] = None,
                   scope: Optional[str] = None)
@overload
def RoleDefinition(resource_name: str,
                   args: RoleDefinitionArgs,
                   opts: Optional[ResourceOptions] = None)
func NewRoleDefinition(ctx *Context, name string, args RoleDefinitionArgs, opts ...ResourceOption) (*RoleDefinition, error)
public RoleDefinition(string name, RoleDefinitionArgs args, CustomResourceOptions? opts = null)
public RoleDefinition(String name, RoleDefinitionArgs args)
public RoleDefinition(String name, RoleDefinitionArgs args, CustomResourceOptions options)
type: azure-native:authorization:RoleDefinition
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args RoleDefinitionArgs
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 RoleDefinitionArgs
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 RoleDefinitionArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args RoleDefinitionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args RoleDefinitionArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

RoleDefinition 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 RoleDefinition resource accepts the following input properties:

Scope string

The scope of the role definition.

AssignableScopes List<string>

Role definition assignable scopes.

Description string

The role definition description.

Permissions List<Pulumi.AzureNative.Authorization.Inputs.PermissionArgs>

Role definition permissions.

RoleDefinitionId string

The ID of the role definition.

RoleName string

The role name.

RoleType string

The role type.

Scope string

The scope of the role definition.

AssignableScopes []string

Role definition assignable scopes.

Description string

The role definition description.

Permissions []PermissionArgs

Role definition permissions.

RoleDefinitionId string

The ID of the role definition.

RoleName string

The role name.

RoleType string

The role type.

scope String

The scope of the role definition.

assignableScopes List<String>

Role definition assignable scopes.

description String

The role definition description.

permissions List<PermissionArgs>

Role definition permissions.

roleDefinitionId String

The ID of the role definition.

roleName String

The role name.

roleType String

The role type.

scope string

The scope of the role definition.

assignableScopes string[]

Role definition assignable scopes.

description string

The role definition description.

permissions PermissionArgs[]

Role definition permissions.

roleDefinitionId string

The ID of the role definition.

roleName string

The role name.

roleType string

The role type.

scope str

The scope of the role definition.

assignable_scopes Sequence[str]

Role definition assignable scopes.

description str

The role definition description.

permissions Sequence[PermissionArgs]

Role definition permissions.

role_definition_id str

The ID of the role definition.

role_name str

The role name.

role_type str

The role type.

scope String

The scope of the role definition.

assignableScopes List<String>

Role definition assignable scopes.

description String

The role definition description.

permissions List<Property Map>

Role definition permissions.

roleDefinitionId String

The ID of the role definition.

roleName String

The role name.

roleType String

The role type.

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

Name string

The role definition name.

Type string

The role definition type.

Id string

The provider-assigned unique ID for this managed resource.

Name string

The role definition name.

Type string

The role definition type.

id String

The provider-assigned unique ID for this managed resource.

name String

The role definition name.

type String

The role definition type.

id string

The provider-assigned unique ID for this managed resource.

name string

The role definition name.

type string

The role definition type.

id str

The provider-assigned unique ID for this managed resource.

name str

The role definition name.

type str

The role definition type.

id String

The provider-assigned unique ID for this managed resource.

name String

The role definition name.

type String

The role definition type.

Supporting Types

Permission

Actions List<string>

Allowed actions.

DataActions List<string>

Allowed Data actions.

NotActions List<string>

Denied actions.

NotDataActions List<string>

Denied Data actions.

Actions []string

Allowed actions.

DataActions []string

Allowed Data actions.

NotActions []string

Denied actions.

NotDataActions []string

Denied Data actions.

actions List<String>

Allowed actions.

dataActions List<String>

Allowed Data actions.

notActions List<String>

Denied actions.

notDataActions List<String>

Denied Data actions.

actions string[]

Allowed actions.

dataActions string[]

Allowed Data actions.

notActions string[]

Denied actions.

notDataActions string[]

Denied Data actions.

actions Sequence[str]

Allowed actions.

data_actions Sequence[str]

Allowed Data actions.

not_actions Sequence[str]

Denied actions.

not_data_actions Sequence[str]

Denied Data actions.

actions List<String>

Allowed actions.

dataActions List<String>

Allowed Data actions.

notActions List<String>

Denied actions.

notDataActions List<String>

Denied Data actions.

PermissionResponse

Actions List<string>

Allowed actions.

DataActions List<string>

Allowed Data actions.

NotActions List<string>

Denied actions.

NotDataActions List<string>

Denied Data actions.

Actions []string

Allowed actions.

DataActions []string

Allowed Data actions.

NotActions []string

Denied actions.

NotDataActions []string

Denied Data actions.

actions List<String>

Allowed actions.

dataActions List<String>

Allowed Data actions.

notActions List<String>

Denied actions.

notDataActions List<String>

Denied Data actions.

actions string[]

Allowed actions.

dataActions string[]

Allowed Data actions.

notActions string[]

Denied actions.

notDataActions string[]

Denied Data actions.

actions Sequence[str]

Allowed actions.

data_actions Sequence[str]

Allowed Data actions.

not_actions Sequence[str]

Denied actions.

not_data_actions Sequence[str]

Denied Data actions.

actions List<String>

Allowed actions.

dataActions List<String>

Allowed Data actions.

notActions List<String>

Denied actions.

notDataActions List<String>

Denied Data actions.

Import

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

$ pulumi import azure-native:authorization:RoleDefinition roleDefinitionId /subscriptions/subID/providers/Microsoft.Authorization/roleDefinitions/roleDefinitionId 

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0