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.Role
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetRoleDefinitionArgs : InvokeArgs
Constructors
View SourceGetRoleDefinitionArgs()
Declaration
public GetRoleDefinitionArgs()
Properties
View SourceName
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RoleDefinitionId
Declaration
public string RoleDefinitionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Scope
Declaration
public string Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |