Simple Type: ListTypeEnum
Description
Specifies the type of list.
Derived by
Restricting string
Enumeration
|
Value |
Description |
|---|---|
|
GeneralValue |
List has a general list type. |
|
Host |
List is a host defined list. |
|
User |
List is a user defined list. |
Simple Type: ListUseContextEnum
Description
Specifies the type of values contained within the context of the list.
Derived by
Restricting string
Enumeration
|
Value |
Description |
|---|---|
|
None |
List has no specified context. |
|
Address |
List of Addresses. |
|
Domain |
List of Domains. |
|
Group |
List of Groups. |
|
HostName |
List of HostNames. |
|
Message |
List of Messages. |
|
Object |
List of Objects. |
|
Process |
List of Processes. |
|
Session |
List of Sessions. |
|
Subject |
List of Subjects. |
|
URL |
List of URLs. |
|
User |
List of Users. |
|
VendorMessageID |
List of VendorMessageIDs. |
Simple Type: ReadWritePermissionEnum
Description
Specifies the read write permissions on the object.
Derived by
Restricting string
Enumeration
|
Value |
Description |
|---|---|
|
Private |
Specifies the object is private to the owner. |
|
Everyone |
Specifies the object is public and open to everyone. |
|
Admins |
Specifies the object is limited to admins. |
|
Analysts |
Specifies the object is limited to analysts. |
Simple Type: RecordStatusEnum
Description
Specifies the status of a record.
Derived by
Restricting string
Enumeration
|
Value |
Description |
|---|---|
|
Retired |
Record is retired / deleted. |
|
Active |
Record is active. |
|
Updated |
Record was updated. |
|
NewRecord |
Record is new and unread. |
|
RetireThis |
Record is requested to be retired / deleted. |
|
RestoreThis |
Record is requested to be restored. |
|
Corrupt |
Record is marked corrupt. |
Simple Type: TextTypeEnum
Description
Specifies if the text is parsable or not.
Derived by
Restricting string
Enumeration
|
Value |
Description |
|---|---|
|
String |
Standard text which is not parsable. |
|
Pattern |
Text is a parsable pattern. |