[{"label":"Latest (v1.0)","version":"latest"}]
csp

BaseRoleDto

Defines the base properties of the role.


Properties

string
name Required

The name of the role.


string
resource Optional

The resource in which the role is scoped to. The resource will be embedded in the Access Token “perms” claim, as part of the role.

JSON Example

{
	"name": "string"
}

Feedback

Was this page helpful?