interface UpdateSpaceRoleResponse {
    description?: string;
    id?: string;
    name?: string;
    taskId?: string;
    type?: RoleType;
}

Hierarchy

  • Record<string, unknown>
    • UpdateSpaceRoleResponse

Properties

description?: string

Description for the space role

id?: string

Id of the space role

name?: string

Name of the space role

taskId?: string

Id of the task to update the space permissions associated with the space role

type?: RoleType

The role type.