tridion-sites-extensions-api-docs

Home > @tridion-sites/models > SystemPrivilege

SystemPrivilege class

Represents a system-wide privilege.

Signature:

export declare class SystemPrivilege

Constructors

Constructor Modifiers Description
(constructor)(backendModel)   Constructs a new instance of the SystemPrivilege class

Properties

Property Modifiers Type Description
_backendModel   BackendSystemPrivilege  
description   string | undefined Localized description of a system-wide privilege.
getInternalModel   () => BackendSystemPrivilege  
key   string | undefined Key of a system-wide privilege.
title   string | undefined Localized title of a system-wide privilege.