Details about a project role.

interface ProjectRoleDetails {
    admin?: boolean;
    default?: boolean;
    description?: string;
    id?: number;
    name?: string;
    roleConfigurable?: boolean;
    scope?: Version3.Version3Models.Scope;
    self?: string;
    translatedName?: string;
}

Properties

admin?: boolean

Whether this role is the admin role for the project.

default?: boolean

Whether this role is the default role for the project.

description?: string

The description of the project role.

id?: number

The ID of the project role.

name?: string

The name of the project role.

roleConfigurable?: boolean

Whether the roles are configurable for this project.

self?: string

The URL the project role details.

translatedName?: string

The translated name of the project role.