Show / Hide Table of Contents

Class GetRoleDefinitionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRoleDefinitionArgs
Inherited Members
InvokeArgs.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.Authorization
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetRoleDefinitionArgs : InvokeArgs

Constructors

View Source

GetRoleDefinitionArgs()

Declaration
public GetRoleDefinitionArgs()

Properties

View Source

Name

Specifies the Name of either a built-in or custom Role Definition.

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

RoleDefinitionId

Specifies the ID of the Role Definition as a UUID/GUID.

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

Scope

Specifies the Scope at which the Custom Role Definition exists.

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