Class: XmlPrivilegeCategory

tibco.objectapi.de.base.XmlPrivilegeCategory

new XmlPrivilegeCategory()

Allows Privileges to be grouped into categories; perhaps by functionality. The categories can also be nested. Constructs a new XmlPrivilegeCategory.

The following features are supported:

Extends

Members

guid :string

The GUID that uniquely identifies the entity. This property holds the value of the 'Guid' attribute.
Type:
  • string
Inherited From:

label :string

The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display. This property holds the value of the 'Label' attribute.
Type:
  • string
Inherited From:

name :string

The name assigned to the entity. This property holds the value of the 'Name' attribute.
Type:
  • string
Inherited From:

privilege :Array.<tibco.objectapi.de.base.XmlPrivilege>

A privilege that is contained within this category. This property holds the value of the 'Privilege' containment reference list.
Type:

privilegeCategory :Array.<tibco.objectapi.de.base.XmlPrivilegeCategory>

Defines sub-categories to this Category; creating a hierarchical structure. This property holds the value of the 'Privilege Category' containment reference list.
Type: