Show / Hide Table of Contents

Class DefinitionState

Inheritance
System.Object
InputArgs
ResourceArgs
DefinitionState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Role
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DefinitionState : ResourceArgs

Constructors

View Source

DefinitionState()

Declaration
public DefinitionState()

Properties

View Source

AssignableScopes

One or more assignable scopes for this Role Definition, such as /subscriptions/0b1f6471-1bf0-4dda-aec3-111122223333, /subscriptions/0b1f6471-1bf0-4dda-aec3-111122223333/resourceGroups/myGroup, or /subscriptions/0b1f6471-1bf0-4dda-aec3-111122223333/resourceGroups/myGroup/providers/Microsoft.Compute/virtualMachines/myVM.

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

Description

A description of the Role Definition.

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

Name

The name of the Role Definition. Changing this forces a new resource to be created.

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

Permissions

A permissions block as defined below.

Declaration
public InputList<DefinitionPermissionGetArgs> Permissions { get; set; }
Property Value
Type Description
InputList<DefinitionPermissionGetArgs>
View Source

RoleDefinitionId

A unique UUID/GUID which identifies this role - one will be generated if not specified. Changing this forces a new resource to be created.

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

Scope

The scope at which the Role Definition applies too, such as /subscriptions/0b1f6471-1bf0-4dda-aec3-111122223333, /subscriptions/0b1f6471-1bf0-4dda-aec3-111122223333/resourceGroups/myGroup, or /subscriptions/0b1f6471-1bf0-4dda-aec3-111122223333/resourceGroups/myGroup/providers/Microsoft.Compute/virtualMachines/myVM. It is recommended to use the first entry of the assignable_scopes. Changing this forces a new resource to be created.

Declaration
public Input<string> Scope { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.