Class RoleState
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
RoleState
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 RoleState : ResourceArgs
Constructors
View SourceRoleState()
Declaration
public RoleState()
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<RolePermissionGetArgs> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RolePermissionGetArgs> |