The Group type exposes the following members.

Properties

  Name Description
Public property Id
The name of the group.
Public property MaxLockTime
Limits the time (in milliseconds, unless 'unlimited' or 'unset') any one operation can lock any database table when scanning data.
Public property MaxResults
Limits the rows (unless 'unlimited' or 'unset') any one operation can return to the client.
Public property MaxScanRows
Limits the rows (unless 'unlimited' or 'unset') any one operation can scan from any one database table.
Public property OwnerNames
Users allowed to change this group without requiring super access permission.
Public property PasswordTimeout
A time (in seconds, unless 'unlimited' or 'unset') which determines how long a 'p4 password' password remains valid (default is unset).
Public property Spec
Public property SubGroups
Other groups automatically included in this group.
Public property TimeOut
A time (in seconds, unless 'unlimited' or 'unset') which determines how long a 'p4 login' session ticket remains valid (default is 12 hours).
Public property UserNames
The users in the group.

See Also