WorkOS
authorization.roles.create
Create a new environment role.
Remote workos
Other tools also called authorization.roles.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "A descriptive name for the role."
},
"slug": {
"type": "string",
"description": "A unique slug for the role."
},
"description": {
"type": [
"string",
"null"
],
"description": "An optional description of the role."
},
"resource_type_slug": {
"type": "string",
"description": "The slug of the resource type the role is scoped to."
}
}
}