Class GetRoleDefinitionArgs
Inherited Members
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.Authorization
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetRoleDefinitionArgs : InvokeArgs
Constructors
View SourceGetRoleDefinitionArgs()
Declaration
public GetRoleDefinitionArgs()
Properties
View SourceName
Specifies the Name of either a built-in or custom Role Definition.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RoleDefinitionId
Specifies the ID of the Role Definition as a UUID/GUID.
Declaration
public string RoleDefinitionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Scope
Specifies the Scope at which the Custom Role Definition exists.
Declaration
public string Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |