Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

UI Field Name

Description

Specifications

Required

Anchor
ctrlNavigationVisibility - GR
ctrlNavigationVisibility - GR
ctrlNavigationVisibility

Control Navigation Visibility

Indication of whether or not to control the visibility of navigation pane entries in the Controller Navigator, via the navigationVisibility property, for members of this Group. If ctrlNavigationVisibility is false, all entries are visible.

Boolean. Valid values: true/false. Default is false.

N

Anchor
description - GR
description - GR
description

Description

Description of the group.


N

Anchor
email - GR
email - GR
email

Email

Email address of this group.


N

Anchor
excludeRelated - GR
excludeRelated - GR
excludeRelated

n/a

For the Modify Group web service; specification for whether or not to exclude related records (Group Roles, Group Members, Group Permissions) from the update, even if they are provided in the request.

Note
titleNote

In XML, excludeRelated is specified as an attribute in the <userGroup> element.


Valid values: true/false (default is false).

N

Anchor
groupMembers - MEM
groupMembers - MEM
groupMembers

n/a

Users in this group.

Note
titleNote

Universal Controller only supports a user being a member of 1,000 groups or less.


Format:
XML


<pre> &lt;groupMembers&gt;
<groupMembers>
      <groupMember>
&lt;groupMember&gt;
            
&lt;user&gt;userc&lt;/user&gt;
<user>userc</user>
      
&lt;/groupMember&gt; &lt;/groupMembers&gt;
</groupMember>
</
pre>
groupMembers>
Panel
Html bobswift

 
JSON


<pre>
"groupMembers": [
  {
  "user":  "userc"
  }
]
</pre>
Panel
Html bobswift


N

Anchor
groupRoles - ROLE
groupRoles - ROLE
groupRoles

n/a

Roles assigned to this group.

Format:
XML


<pre> &lt;groupRoles&gt;
<groupRoles>
      <groupRole>
   
&lt;groupRole&gt;
         
&lt;role&gt;ops
<role>ops_report_
admin&lt;/role&gt;
admin</role>
      
&lt;/groupRole&gt; &lt;/groupRoles&gt;
</groupRole>
</
pre>
groupRoles>
Panel
Html bobswift

 
JSON


<pre>
"groupRoles": [
  {
  "role": "ops_report_global"
  }
]
</pre>
Panel
Html bobswift


N

Anchor
manager - GR
manager - GR
manager

Manager

ID of the Universal Controller user that is the manager of this group.


N

Anchor
name - GR
name - GR
name

Name

Name of the group.


Y

Anchor
navigationVisibility - GR
navigationVisibility - GR
navigationVisibility

Navigation Visibility

List of all Controller Navigator entries.

Format:
XML


<pre> &lt;navigationVisibility&gt;
<navigationVisibility>
      
&lt;navigationNode&gt;Reports&lt;/navigationNode&gt; &lt;/navigationVisibility&gt; </pre>
<navigationNode>Reports</navigationNode>
</navigationVisibility>
Panel
Html bobswift

To include all values, set the navigationNode to All


<pre> &lt;navigationVisibility&gt;
<navigationVisibility>
      
&lt;navigationNode&gt;All&lt;/navigationNode&gt; &lt;/navigationVisibility&gt; </pre>
<navigationNode>All</navigationNode>
</navigationVisibility> 
Panel
Html bobswift

 
JSON


html-bobswift
Panel
<pre>
"navigationVisibility": [
  "Reports",
  "Support Portal"
]
</pre>

 
Valid values: (see navigationNode Valid Values, below)

N

Anchor
parent - GR
parent - GR
parent

Parent

Name of this group's parent group, if any.


N

Anchor
permissions - PERM
permissions - PERM
permissions

n/a

Permissions assigned to this group.


N

Anchor
retainSysIds - GR
retainSysIds - GR
retainSysIds

n/a

For Create and Read web services; specification for whether or not the web service should persist the sysId property.


Html bobswift
<ul>
<li> If <code>retainSysIds</code> is true and <code>sysId</code> is included in the request/response, <code>sysId</code> will be persisted to the database.
<li> If <code>retainSysIds</code> is false and <code>sysId</code> is included in the request/response, <code>sysId</code> will be ignored; it will be autogenerated by the Controller. |
</ul>



Note
titleNote

In XML, retainSysIds is specified as an attribute in the <userGroup> element.


Valid values: true/false (default is true).

N

Anchor
sysId - GR
sysId - GR
sysId

n/a

System ID field in the database for this record.

Persisted only if retainSysIds is set to true.

N

...

<ul> <li> <code>opExecute</code> can be set to true only if <code>permissionType</code> is Agent, Credential, Script, or Virtual Resource. </ul>
  • opExecute can be set to true only if permissionType is Agent, Credential, Script, or Virtual Resource.

If the Strict Connection Execute Constraints Universal Controller system property is true:

<ul> <li> <code>opExecute</code> can be set to true only if <code>permissionType</code> is Agent, Credential, Database Connection, Email Connection, SAP Connection, Script, SNMP Manager, or Virtual Resource. </ul>
  • opExecute can be set to true only if permissionType is Agent, Credential, Database Connection, Email Connection, SAP Connection, Script, SNMP Manager, or Virtual Resource.
<ul> <li> <code>opRead</code> must be set to true if <code>permissionType</code> is Agent, Agent Cluster, Calendar, Credential, Database Connection, Email Connection, SAP Connection, Email Template, SNMP Manager, or Virtual Resource. </ul>
  • opRead must be set to true if permissionType is Agent, Agent Cluster, Calendar, Credential, Database Connection, Email Connection, SAP Connection, Email Template, SNMP Manager, or Virtual Resource.
<ul> <li> As String = Agent, As Value = 1 <li> As String = Calendar, As Value = 2 <li> As String = Credential, As Value = 3 <li> As String = Task, As Value = 4 <li> As String = Task Instance, As Value = 5 <li> As String = Trigger, As Value = 6 <li> As String = Application, As Value = 7 <li> As String = Script, As Value = 8 <li> As String = Variable, As Value = 9 <li> As String = Virtual Resource, As Value = 10 <li> As String = Agent Cluster, As Value = 11 <li> As String = Email Template, As Value = 12 <li> As String = Email Connection, As Value = 13 <li> As String = Database Connection, As Value = 14 <li> As String = SAP Connection, As Value = 15 <li> As String = SNMP Manager, As Value = 16 <li> As String = PeopleSoft Connection, As Value = 17 <li> As String = Bundle, As Value = 18 <li> As String = Promotion Target, As Value = 19 <li> As String = OMS Server, As Value = 20 </ul>


  • As String = Agent, As Value = 1
  • As String = Calendar, As Value = 2
  • As String = Credential, As Value = 3
  • As String = Task, As Value = 4
  • As String = Task Instance, As Value = 5
  • As String = Trigger, As Value = 6
  • As String = Application, As Value = 7
  • As String = Script, As Value = 8
  • As String = Variable, As Value = 9
  • As String = Virtual Resource, As Value = 10
  • As String = Agent Cluster, As Value = 11
  • As String = Email Template, As Value = 12
  • As String = Email Connection, As Value = 13
  • As String = Database Connection, As Value = 14
  • As String = SAP Connection, As Value = 15
  • As String = SNMP Manager, As Value = 16
  • As String = PeopleSoft Connection, As Value = 17
  • As String = Bundle, As Value = 18
  • As String = Promotion Target, As Value = 19
  • As String = OMS Server, As Value = 20

Property

UI Field Name

Description

Specifications

Required

Anchor
allGroups - PERM
allGroups - PERM
allGroups

Member of Any Business Service or Unassigned

Specification for whether or not this permission applies both to records that belong to any Business Service and to records that do not belong to any Business Service.

Boolean. Valid Values: true/false. Default is false.

N

Anchor
commands - PERM
commands - PERM
commands

Commands

Commands that are associated with each permission.

Valid values: see Command Permissions, below.

N

Anchor
defaultGroup - PERM
defaultGroup - PERM
defaultGroup

Unassigned to Business Service

Specification for whether or not this permission applies to records that do not belong to any Business Service.

Boolean. Valid Values: true/false. Default is false.

N

Anchor
nameWildcard - PERM
nameWildcard - PERM
nameWildcard

Name

Specification to apply this permission to records whose name matches the string specified here.

Wildcards (*'s) can be used.

Y

Anchor
opCreate - PERM
opCreate - PERM
opCreate

Create

Allows members of the group to create records of the specified permissionType.

Boolean. Valid Values: true/false. Default is false.
 
Cannot be set to true if permissionType is Agent or Task Instance.

N

Anchor
opDelete - PERM
opDelete - PERM
opDelete

Delete

Allows members of the group to delete records of the specified permissionType.

Boolean. Valid Values: true/false. Default is false.
 
Cannot be set to true if permissionType is Agent.

N

Anchor
opExecute - PERM
opExecute - PERM
opExecute

Execute

Allows the user to execute records of the specified permissionType.

Boolean. Valid Values: true/false. Default is false.
 
If the Strict Connection Execute Constraints Universal Controller system property is false:

Html bobswift
Html bobswift

N

Anchor
opRead - PERM
opRead - PERM
opRead

Read

Allows the user to read records of the specified permissionType.

Boolean. Valid Values: true/false. Default is false.
 
If the Strict Business Service Membership Read Constraints Universal Controller system property is false:

Html bobswift

N

Anchor
opUpdate - PERM
opUpdate - PERM
opUpdate

Update

Allows members of the group to update records of the specified permissionType.

Boolean. Valid Values: true/false. Default is false.
 
Must be set to true if opCreate is set to true.

N

Anchor
opswiseGroups - PERM
opswiseGroups - PERM
opswiseGroups

Member of Business Services

Applies this permission to records that are members of the selected Business Service(s).

Format:
XML


<pre> &lt;opswiseGroups&gt; &lt;opswiseGroup&gt;test&lt;/opswiseGroup&gt; &lt;/opswiseGroups&gt; </pre>
<opswiseGroups>
  <opswiseGroup>test</opswiseGroup>
</opswiseGroups>
Panel
Html bobswift

 
JSON


<pre>
"opswiseGroups": ["test"]
</pre>
Panel
Html bobswift


N

Anchor
permissionType - PERM
permissionType - PERM
permissionType

Type

Type of permission for this group.

Valid values:

Html bobswift

Y

Anchor
sysId - PERM
sysId - PERM
sysId

n/a

System ID field in the database for this record.

Persisted only if retainSysIds is set to true.

N

...