} iotcon_connectivity_type_e;
/**
- * @brief Enumeration for property which can be held in a resource.
+ * @brief Enumeration for policy which can be held in a resource.
*
* @since_tizen 3.0
*/
IOTCON_RESOURCE_SLOW = (1 << 3), /**< Indicates resource which takes some delay to respond */
IOTCON_RESOURCE_SECURE = (1 << 4), /**< Indicates secure resource */
IOTCON_RESOURCE_EXPLICIT_DISCOVERABLE = (1 << 5), /**< When this bit is set, the resource is allowed to be discovered only if discovery request contains an explicit querystring. */
-} iotcon_resource_property_e;
+} iotcon_resource_policy_e;
/**
* @brief Enumeration for type of request.
*
* @param[in] uri_path The URI path of the resource
* @param[in] res_types The list of type of the resource
- * @param[in] properties The property of the resource\n Set of #iotcon_resource_property_e
+ * @param[in] properties The property of the resource\n Set of #iotcon_resource_policy_e
* @param[in] state The state handle to set
* @param[in] cb The callback function to add into callback list
* @param[in] user_data The user data to pass to the callback function
* @param[in] host_address The host address of the resource
* @param[in] connectivity_type The connectivity type
* @param[in] uri_path The URI path of the resource
- * @param[in] properties The properties of the resource\n Set of #iotcon_resource_property_e
+ * @param[in] properties The properties of the resource\n Set of #iotcon_resource_policy_e
* @param[in] resource_types The resource types of the resource. For example, "core.light"
* @param[in] resource_ifaces The resource interfaces of the resource.
* @param[out] remote_resource Generated resource handle
* @since_tizen 3.0
*
* @param[in] resource The handle of the resource
- * @param[out] properties The Properties of the resource\n Set of #iotcon_resource_property_e
+ * @param[out] properties The Properties of the resource\n Set of #iotcon_resource_policy_e
*
* @return 0 on success, otherwise a negative error value.
* @retval #IOTCON_ERROR_NONE Successful
* @param[in] uri_path The URI path of the resource
* @param[in] res_types The list of type of the resource
* @param[in] ifaces The list of interface of the resource
- * @param[in] properties The properties of the resource\n Set of #iotcon_resource_property_e
+ * @param[in] properties The properties of the resource\n Set of #iotcon_resource_policy_e
* @param[in] cb The request handler callback function
* @param[in] user_data The user data to pass to the callback function
* @param[out] resource_handle The handle of the resource
* @since_tizen 3.0
*
* @param[in] resource The handle of the resource
- * @param[out] properties The properties of resource\n Set of #iotcon_resource_property_e
+ * @param[out] properties The properties of resource\n Set of #iotcon_resource_policy_e
*
* @return 0 on success, otherwise a negative error value.
* @retval #IOTCON_ERROR_NONE Successful