Class RoleArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
RoleArgs
Inherited Members
Pulumi.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.Auth0
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class RoleArgs : ResourceArgs
Constructors
View SourceRoleArgs()
Declaration
public RoleArgs()
Properties
View SourceDescription
String. Description of the role.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Name
String. Name for this role.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Permissions
Set(Resource). Configuration settings for permissions (scopes) attached to the role. For details, see Permissions.
Declaration
public InputList<RolePermissionArgs> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RolePermissionArgs> |