Skip to content

Role🔗

Constructor🔗

Role()

Methods🔗

build🔗

Builds the object.

def build() -> role.Role

description🔗

Role description

def description(description: str) -> typing.Self

display_name🔗

Optional display

def display_name(display_name: str) -> typing.Self

group_name🔗

Name of the team.

def group_name(group_name: str) -> typing.Self

hidden🔗

Do not show this role

def hidden(hidden: bool) -> typing.Self

name🔗

The role identifier managed:builtins:editor:permissions

def name(name: str) -> typing.Self

See also🔗