Show / Hide Table of Contents

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 Source

RoleArgs()

Declaration
public RoleArgs()

Properties

View Source

Description

String. Description of the role.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Name

String. Name for this role.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.