FeedSecurityType property: Feed class
Description
Use this property to set or return the security type for the feed as a string. The values are
| Value | Description |
|---|---|
|
&utility.FEEDSECUTYPE_PUBLIC |
Specifies public access to the feed. |
|
&utility.FEEDSECUTYPE_SELECTED |
Specifies role or permission list based access to the feed. The role or permission list is stored with the feed definition |
|
&utility.FEEDSECUTYPE_REALTIME |
Specifies real-time security in which the DataSource object is used to validate user access when the feed is requested. |
This property is read/write.